- Create a mount point - empty folder to load the data structure of a Storage Device.
# ls /media
Mounting
- Put the CD in to ROM Drive
# cd /media/mycd
# ls -l
To take out the CD (Eject)
# eject
# eject -t
Mounting the FDD
- Create a mount point
Mounting
- Put the Floppy in to the FDD
# cd /media/myfdd
# ls -l
- Before you take the floppy out
Mounting a USB Storage Device
Once you fix the USB Drive, It will be automatically detected as a SCSI Storage Device.
Example : dev/sda
- Create a mount point
# ls /media
- Mount
# cd /media/myusb
# ls -l
- before you unplug the USB Drive
0 comments:
Post a Comment