Auto mount partition

0

Apart from /, /home and swap partitions, I've created one more partition, just for storage. How can I make that partition auto mount somewhere?

Pablo

Posted 2010-08-27T15:23:56.697

Reputation: 4 093

Answers

1

If you want to automatically add a partition at boot, you need to add its data to /etc/fstab. See man fstab for more info, or ask here if you need more help.

MacThePenguin

Posted 2010-08-27T15:23:56.697

Reputation: 508

0

Use PySDM to configure what partitions need to be mounted. PySDM is a Py-GTK front end of sorts to /etc/fstab

To install it in Ubuntu, type apt-get install pysdm at the terminal or just search for PySDM in the software centre.

alt text

Sathyajith Bhat

Posted 2010-08-27T15:23:56.697

Reputation: 58 436