Re: Mounting a CD-Rom Why can't I tell which HDA is used?

From: Frank Conte (fconte_at_rcn.com)
Date: 12/14/03

  • Next message: Michael Heiming: "Stats comp.os.linux.setup (last 7 days)"
    Date: Sun, 14 Dec 2003 16:59:33 -0500
    To: Bit Twister <BitTwister@localhost.localdomain>
    
    

    I'm still having a hard time mounting my ATAPI CD ROM

    I created a directory cdfrank
    I changed to cdfrank
    I ran the mount command as such

    mount -t /dev/cdrom iso9660 ro,user,noauto,unhide,exec 00

    I got instead the mount help file. It didn't work.

    I also tried

    mount -t /dev/cdrom iso9660 ro,user,noauto,unhide,exec 00 /cdfrank

    What gives?

    Bit Twister wrote:

    > On Sun, 14 Dec 2003 04:26:48 GMT, Bit Twister wrote:
    > > On Sat, 13 Dec 2003 23:51:55 -0500, Frank Conte wrote:
    > >> FSTAB is supposed to tell me which hard drive partitions are used up.
    > >> I'm running Yellow Dog on a Mac Power PC.
    > >> I'd like to mount the CD ROM by using the mount /dev/cdrom command.
    > >> However I'm getting nowhere.
    > >> Am I supposed to mount this CD ROM to a partitition? My boot up is hda9
    > >> Can I take one that's unassigned, let's say hda4?
    > >
    > > You create a mount point (mkdir) and mount the drive on that mount point.
    > > Example for a scsi cdrom
    > > /dev/scd0 /cdrom_nec iso9660 ro,user,noauto,unhide,exec 0 0
    > > for an ide device
    > > /dev/hdc /cdrom iso9660 ro,user,noauto,unhide,exec 0 0
    > >
    > > For extra points
    > > man mkdir
    > > man mount
    > > man umount
    > > man fstab
    >
    > For some more light reading
    > The Linux System Administrator's Guide
    > http://www.tldp.org/LDP/sag/html/index.html


  • Next message: Michael Heiming: "Stats comp.os.linux.setup (last 7 days)"

    Relevant Pages

    • Re: read/only root filesystem strategy
      ... Turned out my root file system was ... Doing a mount directly ... If we changed the mount command to automatically ... Only that user is allowed to umount ...
      (comp.os.linux.development.system)
    • Re: read/only root filesystem strategy
      ... | you want to be persistent across reboots. ... | your mount points. ... | 1) Generic file system independend options. ... | 3) Options handled entirely by the mount command ...
      (comp.os.linux.development.system)
    • Re: [RFC][Resend] Make NFS-Client readahead tunable
      ... The mount command has passed a string of options to the kernel for ... client to parse a string of mount options in the kernel was added only ... the mount command parsed these options. ... For implementation/testing purposes I have some freedom in what userland I run. ...
      (Linux-Kernel)
    • Re: Autofs under Fedora-12
      ... I have exactly the same settings that I had in Fedora-11, ... but the mount command is not being completed at boot-time, ... I meant the mount command: ... I just checked on another similar (Thinkpad T43) computer running Fedora-12. ...
      (Fedora)
    • Re: Mounting SD card with specific encoding
      ... My Fedora box is UTF-8, but the SD card in my Nokia ... I read man mount and I see no mention of encodings. ... The mount command deals with mounting file systems. ... phone documentation mentions the file system type. ...
      (Fedora)