Re: newbie cdrom problems

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On December 14, 2003 01:43 pm, Matt Glomski wrote:
> Hi Pete--
>
> Thanks very much for your help!
>
> The dir /mnt/cdrom didn't exist so I used mkdir
> /mnt/cdrom
>
> When fstab ends with:
>
> /dev/hdd  /mnt/cdrom
> udf,iso9660,noauto,owner,kudzu,ro 0 0
> /dev/cdrom  /mnt/cdrom
> udf,iso9660,noauto,owner,kudzu,ro 0 0
>
> with a regular iso9660 cd in the tray I get:
>
> # mount -t iso9660 /dev/hdd /dev/cdrom
> mount: wrong fs type, bad option, bad superblock on
> /dev/hdd, or too many mounted file systems (could this
> be the IDE device where you in fact use ide-scsi so
> that sr0 or sda or so is needed?)
>
> # mount /dev/hdd /dev/cdrom
> /dev/hdd: Input/output error
> mount: you must specify the filesystem type
>
> When fstab ends with:
>
> /dev/hdd  /mnt/cdrom
> udf,iso9660,noauto,owner,kudzu,ro 0 0
>
> or
>
> /dev/hdd  /mnt/cdrom
> udf,iso9660,auto,owner,kudzu,ro 0 0
>
> or
>
> /dev/hdd  /mnt/cdrom
> udf,iso9660,owner,kudzu,ro 0 0
>
> I get the same error.  KDiskFree gives me the same
> error when I try to mount.
>
> I really appreciate your help.
>
> Thanks,
> Matt

Hi Matt,
I have never used 2 fs types in fstab, but regardless, you need to have a 
space (or more) after the fs type, before the options. Also, you should be 
able to replace "udf,iso9660" with "auto" if you have probs with 2 fs types 
in the line.

instead of:
> /dev/hdd  /mnt/cdrom
> udf,iso9660,auto,owner,kudzu,ro 0 0

Try fsab entry of:
/dev/hdd  /mnt/cdrom  udf,iso9660  auto,owner,kudzu,ro 0 0
or
/dev/hdd  /mnt/cdrom  auto  auto,owner,kudzu,ro 0 0

Also, are those typo's above where you have 
> # mount /dev/hdd /dev/cdrom
 the format is:
mount fstype device mount-point options
so where you have /dev/cdrom, it should be /mnt/cdrom

Hope that helps.
-- 
Pete Nesbitt, rhce


-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux