Dear all, How can I auto-mount all my hard disk partions ??
|
Download a utility called pysdm. When installed it should show up as Storage Device Manager under system > Administration. You can then set the drive to automatically mount from there. What it actually does is alter a file on your system called fstab, which tells your system what filesystems to expect, but its much easier to use the utility to edit it rather than doing it manually. |
|||
|
|
|
|||||
|
|
Make an entry there as below:
etc ... just change partition names , mount points , Fstype. Your partition will be mounted on next boot. |
||||
|
|
|
Search for "disks" from dash home.After you click the application called "Disks", you should get a window something similar to this below. Here click the Partition you would want and click the gear icon you see below it. Click the options "Edit mount options". You will be presented with a window. Enable the automatic mount options by just sliding it to ON. Do this for all the partitions you want. And you are done ! After next reboot, all your partitions will be mounted automatically ! |
|||
|
|
|
Automatic mounting could also done using When you mount a disc normally with the file browser (nautilus etc) it mounts disks by interacting with udisks behind the scenes. You can do the same thing on the command line with the udisks tool.
The bit after Finding the device name of your Partition Open your partition in nautilus (this makes sure it's mounted) type mount in a terminal. You should see a line with your disk name on it like:
|
|||
|
|



