Quote (mikshaw @ Dec. 29 2004,01:44) |
open up a terminal and type 'less /etc/fstab', or use a text editor to open up this file. /etc/fstab contains all of the partitions which were detected by DSL. There should be lines containing such devices as /dev/hda1, /dev/hda2, /dev/fd0. These are partitions and drives which can be mounted without additional mount options. For example, if you have a line containing /dev/fd0, this is your floppy drive. Typing 'mount /dev/fd0' should mount your floppy as long as there's a readable disk in the drive. You can also look into the /mnt directory for mountpoints. These are directories where the devices will be mounted, and are how you will access the devices once they are mounted. |