how can I disable automount for NTFS/FAT partitions from internal diskdrives in Ubuntu 12.10?
Asked
Active
Viewed 1,573 times
2 Answers
2
Do nothing. Partitions on internal disks for which you did not specify a mount point at install time, are not automatically mounted (until you try to open them in the file manager). They will however, still show up on the launcher by default, as well as in the file manager, so that you can access them.

dobey
- 40,982
0
You can also manage which partitions are mounted automatically at boot time by editing
sudo nano /etc/fstab
More info about the file format can be found by typing:
man fstab

le3th4x0rbot
- 845