Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 04-12-2004, 11:36 AM   #1 (permalink)
Apprentice
 
Join Date: Nov 2004
Location: Vellore
Posts: 54
Default Can't Access the CDROM in KNOPPIX 3.4


I am recently installed knoppix 3.4 from Live Cd.

It works fine, but cdrom is not mounting, it says cdrom is not access.

I can enter in root also it refuses.

Please Help me how to mount the cdrom?
vrnoormd is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 05-12-2004, 02:43 PM   #2 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

Please check where you are posting...

Do this thing...

1) After installing Knoppix on hard disk, Reboot your system with the Knoppix Live CD.
2) Mount the ext3 partition where knoppix is installed on the hard disk
3) Open Konsole and become root be giving $ su

4) Go the the mnt directory of the ext3 partition
5) Delete the two Symlinks called cdrom , floppy
6) Edit the etc/fstab file on the hard disk. and make them point to /cdrom and /floppy instead of /mnt/cdrom and /mnt/floppy

7) Take out the CD and Reboot
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 09-12-2004, 09:38 PM   #3 (permalink)
Apprentice
 
Join Date: Nov 2004
Location: Vellore
Posts: 54
Default

Thankx GNUrag,

I do all you have mentioned,
but its not working
vrnoormd is offline  
Old 11-12-2004, 12:59 PM   #4 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

post your /etc/fstab file.... I will give you a modified fstab file.... is that okay ?
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 14-12-2004, 10:21 PM   #5 (permalink)
Right Off the Assembly Line
 
Join Date: Nov 2004
Posts: 9
Default Simple as it can be???

Search for hardware browser in System Tools or settings ( I always mix up the 2). click on the cdrom and down u u can see the device name like

/dev/hda or something depending upon where u have attached ur cdrom (primary master, slave blah blah)

Now just open the fstab file in the /etc directory in gedit or any other editor u are comfortable... Look for somethin like
/dev/hd** /mnt/cdrom blah blah

now instead of this hd** place the device we got from the hardware browser.......

If u are not able to login as root do the following .........


Start ur comp and one boot screen in case of GRUB press e and enter

" LInux 1 " or "1" in the line starting with "kernel Blah blah"

in case of LILO press esc and enter "linux 1"

U will get the shell of the root withpout being asked for the password

not type "passwd" and then ur new password ... Now reboot and way u go..............
__________________
MAY THE SOURCE WITH YOU
sharma_deepak83 is offline  
Old 17-12-2004, 08:58 AM   #6 (permalink)
Apprentice
 
Join Date: Nov 2004
Location: Vellore
Posts: 54
Default

Thanks GNUrag

here i am sending the fstab file copyjavascript:emoticon('')

-------------------------

# /etc/fstab: filesystem table.
#
# filesystem mountpoint type options dump pass
/dev/hda10 / ext3 defaults,errors=remount-ro 0 1

proc /proc proc defaults 0 0
/dev/fd0 /auto/mnt/auto/floppy vfat defaults,user,noauto,showexec,umask=022 0 0
usbdevfs /proc/bus/usb usbdevfs defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/hdc/mnt/auto/cdrom iso9660 defaults,ro,user,exec,noauto,umask=000 0 0
/dev/dvd /dvd iso9660 defaults,ro,user,noexec,noauto 0 0
/dev/cdaudio /cdaudio iso9660 defaults,ro,user,noexec,noauto 0 0
# Added by KNOPPIX
/dev/hda1 /mnt/hda1 vfat noauto,users,exec,umask=000 0 0
# Added by KNOPPIX
/dev/hda5 /mnt/hda5 vfat noauto,users,exec,umask=000 0 0
# Added by KNOPPIX
/dev/hda6 /mnt/hda6 vfat noauto,users,exec,umask=000 0 0
# Added by KNOPPIX
/dev/hda7 /mnt/hda7 vfat noauto,users,exec,umask=000 0 0
# Added by KNOPPIX
/dev/hda8 /mnt/hda8 vfat noauto,users,exec,umask=000 0 0
# Added by KNOPPIX
/dev/hda9 /mnt/hda9 ext3 noauto,users,exec 0 0
# Added by KNOPPIX
/dev/hda11 none swap defaults 0 0
vrnoormd is offline  
Old 17-12-2004, 12:33 PM   #7 (permalink)
h4ck3r
Guest
 
Posts: n/a
Default dont depend on others

Excuse me mr.gnurag .. coz iam gonna tell onething to this man vr...

Hey u can use "man fstab" in a terminal to know more.. U should not depend on anybody for help..I knew nothing abt linux at first..but i used the man commands and i discovered a lot.
 
Old 18-12-2004, 07:16 PM   #8 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default Re: dont depend on others

In Knoppix 3.4, verify is you have /floppy and /cdrom directories present. (they are present. just check again.... and yes, in Knoppix floppies and cdrom are mounted in the root directories) .... knoppix team tried to write an automount script, but it still gives problems...

How ever here is the modified fstab file. If possible, then delete the /mnt/auto, /mnt/cdrom* and /mnt/floppy directories. You wount be able to delete normally. Reboot from Knoppix Live CD, mount those partitions and then delete.

And yes, always mount your floppies and CDROM by this method:
$ mount /floppy
$ mount /cdrom


Code:
# /etc/fstab: filesystem table.
#
# filesystem mountpoint type options dump pass
/dev/hda10 / ext3 defaults,errors=remount-ro 0 1
/dev/hda11 none swap defaults 0 0

proc /proc proc defaults 0 0
/dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
usbdevfs /proc/bus/usb usbdevfs defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/hdc /cdrom iso9660 defaults,ro,user,exec,noauto,umask=000 0 0
/dev/dvd /dvd iso9660 defaults,ro,user,noexec,noauto 0 0
/dev/cdaudio /cdaudio iso9660 defaults,ro,user,noexec,noauto 0 0
# Added by KNOPPIX
/dev/hda1 /mnt/hda1 vfat noauto,users,exec,umask=000 0 0
/dev/hda5 /mnt/hda5 vfat noauto,users,exec,umask=000 0 0
/dev/hda6 /mnt/hda6 vfat noauto,users,exec,umask=000 0 0
/dev/hda7 /mnt/hda7 vfat noauto,users,exec,umask=000 0 0
/dev/hda8 /mnt/hda8 vfat noauto,users,exec,umask=000 0 0
/dev/hda9 /mnt/hda9 ext3 noauto,users,exec 0 0
__________________
- --
http://web.gnuer.org
GNUrag is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by clinton
- by Charan
- by icebags
- by ico
- by gohan89

Advertisement




All times are GMT +5.5. The time now is 11:14 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2