Mount disks, Drives, etc. Mount a file system mount
Mount cdrom?
Mount floppy?
Mount a dos floppy?
Mount a fat partition?
Unmount a mounted device.
Information on mounted devices (eg. Disks, cdroms, etc) are in /etc/fstab *Please note that /mnt/floppy and /mnt/cdrom are made by default. If you want to be able to mount other files systems like your win95 partition do this. Mkdir /mnt/vfat. To mount it at any time type mount -t vfat /dev/hda1 /mnt/vfat. hda1 is the first partition on your hard drive, hda2 is the second, hdb1 is the first partition on your second hard drive. Read up on mount as it is useful. Lastly all of these can be put in /etc/fstab so that you can simply type mount /mnt/vfat for example.
Have a Linux Problem
Linux Books
Linux Home: Linux System Administration Hints and Tips (c) www.gotothings.com All material on this site is Copyright.
|