How to deal with "mount" command to mount different devices & partitions.
How to deal with "mount" command when mounting partitions & devices. Releted files : /etc/fstab - File system table /etc/mtab - Table of mounted file systems /etc/mtab~ - Lock file /etc/mtab.tmp - Temporary file /etc/filesystems - A list of filesystem types to try NOTE : Mounting with "mount" command is a temporary mounting. After you restart your PC you will loose all mounted partition. To Mount any partition permanently use "/etc/fstab" file. I'll post another blog on "/etc/fstab" file. Basic uses of "mount" command : 1. #mount -h - Display help message to use mount command. 2. #mount -V - Display mount utility version. 3. #mount - Display currently all mounted partitions. #mount -l -t ext3 N...