![]() |
|
Home |
Making a Linux Filesystem on a Floppy
Mounting floppy and CD-ROM drives
Note the CDROM may be on the secondary controller as a master (/dev/hdc)
or slave (/dev/hdd). In fact, your /dev/cdrom is probably actually a
softlink to one of these two devices, if you have an IDE interface. If you
use SCSI, you will probably use something like /dev/sda1 or 2, etc. |
/mnt /etc/auto.misc --timeout 20
The above example sets the program to unmount the device after 20 seconds.
cd -fstype=iso9660,ro :/dev/cdrom fl -fstype=auto :/dev/fd0
This will cause the cd-rom to be mounted when you access the directory "/mnt/cd" and the floppy to be mounted when you access "/mnt/fl". The directories "/mnt/cd" and "mnt/fl" must not exist in order for this to work.
|About Linux || Linux Command || User Creation Command || file Permission || File System || Ttips and Tricks ||
|| Lan Setup || NFS Server || DNS Server|| Samba Server || TelNet || FTP Server
Copyright © 2000 - 2005 sourabhvikas. All rights reserved Worldwide. |
Feedback || Disclaimer || Privacy Policy |