On Wed, 2002-12-25 at 15:08, Thomas A. Hulslander wrote:
> OK. I found vi tutorial on line and found our that saving is done with
> ZZ. Who would have guessed. I think that I have successfully added the
> following to fstab:
> 
> /dev/hdc   /mnt/cdrw   iso9660 noauto,owner,kudzu,ro 0 0
> /dev/hdd  /mnt/cdrom  iso9660 noauto,owner,kudzu,ro 0 0
> 
> Now, however, when I try to access the CDROM I get the following:
> 
> Could not mount device.
> The reported error was:
> mount: wrong fs type, bad option, bad superblock on /dev/hdd,
> or too many mounted file systems
> 
> And in webmin I get this:
> 
> mount -t iso9660 -o "user,owner,ro,mode=444,kudzu" /dev/hdd /mnt/cdrom :
> mount: wrong fs type, bad option, bad superblock on /dev/hdd, or too
> many mounted file systems
> 
> One other thing that worries me and may be contributing to this is the
> fact that when I run vi to access fstab I get messages about multiple
> fstab swaps being found. hmmm ??
> 
> Any suggestions? I'd really like to get this cleaned up and feel good
> about the system again. It's feeling sloppy and really bothering me.
> Excruciating detail is very much appreciated.
> 
> Thanks all!


one thing you could look at is mounting by hand from the console.

First check that /mnt/cdrom and /mnt/cdrw exist ( ls /mnt )
if they do then just try the basic 

#> mount /dev/hdd /mnt/cdrom
#> mount /dev/hdc /mnt/cdrw

see if that works. We are all assuming that hdd, and hdc are the devices
in the dev folder, but that may not be true. Can you give a listing of
Dmesg??

#> dmesg (at the console prompt

Have a good one
-- 
Alan & Jan Harding
Tel: 07715 539272
"One by one the penguins are stealing my sanity"



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to