Resent-Date: 17 Nov 1998 19:53:25 -0000
         Resent-Cc: recipient list not shown: ;
         X-Envelope-Sender: [EMAIL PROTECTED]
         X-Mailer: exmh version 2.0.2 2/24/98 (debian) 
         Mime-Version: 1.0
         Content-Type: text/plain; charset=us-ascii
         Date: Tue, 17 Nov 1998 16:24:32 -0600
         From: "Richard E. Hawkins Esq." <[EMAIL PROTECTED]>
         Resent-Message-ID: <"JwGRCC.A.NJ.0QdU2"@murphy>
         Resent-From: debian-user@lists.debian.org
         X-Mailing-List: <debian-user@lists.debian.org> archive/latest/25688
         X-Loop: debian-user@lists.debian.org
         Precedence: list
         Resent-Sender: [EMAIL PROTECTED]


         Unless my memory has faded even more, a possibility I won't rule out, 
I 
         used to be able to mount cd's with 

                        mount /dev/hdc /cdrom -t iso9660


Here's what works for me:

mount -r -t iso9660 /dev/hdc /mnt/cdrom

where -r is read-only
-t iso9660 is the type
/dev/hdc is the drive -- check with dmesg to find out what device your
                      -- drive really is (it might be /dev/hdb)
/mnt/cdrom is the directory you have to create before you try to mount


HTH

joeh

         I now get, 

         mount: block device /dev/hdc is write-protected, mounting read-only
         mount: wrong fs type, bad option, bad superblock on /dev/hdc,
                                        or too many mounted file systems
         eyry:/home/hawk# mount /dev/hdc /cdrom -t iso9660
         mount: block device /dev/hdc is write-protected, mounting read-only
         mount: wrong fs type, bad option, bad superblock on /dev/hdc,
                                        or too many mounted file systems

         Have I forgotten something?  

         I've tried this with my imsl documentation disk, and a couple of 
         windows disks.

         I just bought a gaggle of windows programs for the kids as the local 
         dollar store had them for .99 and 1.99, and I need to get them off the 
         cd's and onto the laptop.  Preferably to run under dosemu and windows 
. 
         . .

         (hey, my 7 year old can use linux.  And preferred linux games like 
         xjewel to the fancy windows stuff.  I'm trying to keep her sheltered 
as 
         long as possible, and not have to explain the ugly facts of the real 
         world--like microsoft :)



         -- 



         -- 
         Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to