| Linux | Security | Debian | Slax | Tiny Core | Health |
|
If a Computer Won't Start from a CD, DVD or USB Drive List the Contents of a Directory Mount an ISO Image Without Writing it to a CD or DVD |
LinuxMount a Drive or PartitionCDs, DVDs and USB DrivesIf you put a CD or DVD in the drive, or connect a USB drive, when using some Linux distributions they are automatically mounted, so you can access them. With others they are not, so to access them you must mount them manually. Partitions and Hard DrivesIf there are partitions on the hard drive, or other hard drives, not used by the operating system, they are not normally automatically mounted. To access them, you must mount them manually. List Drives and PartitionsTo list information about drives and partitions, open the Root Terminal and type:
This also enables you to determine if a drive is connected properly and working. If it is not included in this list, it is not connected properly or not working. Create Directory to Mount Drive or PartitionBefore mounting a drive or partition, you must have a directory to mount it to. A drive or partition can be mounted to any directory. For illustration purposes create a new directory called "2" in the "/mnt" directory. Open the Root Terminal and type:
Another option is to open the Root File Manager and make this directory. Mount the PartitionThe partition can be mounted using the Root Terminal, by typing:
Enter appropriate information. Here is one possible example.
Access the Drive or PartitionIf you go to the directory where the drive or partition is mounted, you can access it. With most Linux distributions, if you use the ordinary file manager, you will have read only access. To have read and write access, you need to use the Root File Manager. UnmountTo unmount the drive or partition you can use either:
or
Using the example above, it can be:
or
Drives and partitions are also unmounted when the computer is turned off. Mount a Drive When Computer StartsIf you want a drive or partition to be mounted every time the computer starts, you can add the details to /etc/fstab. © Copyright Guy Shipard 2008 - 2009 |