[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mounting Floppy Disk and CD Rom
- To: http://www.juno.com/~w1few (Richard), http://www.dracomp.com/~r (Richard)
- Subject: Re: Mounting Floppy Disk and CD Rom
- From: http://dummy.us.eu.org/robert (Robert)
- Date: Tue, 12 Oct 2010 14:28:38 -0700
- Keywords: ifile: nonspam -876.20104265 spam -926.86534023 downloaded -1000.53929186 ---------, spambayes
> From: "http://www.juno.com/~w1few" <http://www.juno.com/~w1few>
> Date: Tue, 12 Oct 2010 19:46:54 GMT
>
> I tried mount -t msdos /dev/fd0 /mnt
You need to figure out what the floppy device is. On my computer, it
seems to be /dev/fd. So, try using "/dev/fd" instead of "/dev/fd0" and
see what happens.
> and
> mount -t iso9660 -r /dev/mcd /cdrom
On my computer, it seems to be "/dev/cdrom". So, try using "/dev/cdrom"
instead of "/dev/mcd" in the above line.
> says special device /dev/fd0 does not exist
> special device /dev/mcd does not exist
>
> Also added SU before each and it says SU usage
> Ideas?
You would need "sudo", not "su".