28

I have little experiences in configuring the 'fstab'. I'm looking for any GUI tool that helps me with this. If possible based on gtk and should be available in Debian.

kravemir
  • 2,704

4 Answers4

32

Now Gnome comes with a very powerful tool for this, Disks. (Formerly known as Palimpsest; it looks like phogg's prediction was accurate).

A screenshot of disks editing a mount

fixer1234
  • 28,064
5

I use gnome-disk-utility which provides the GUI tool 'Disks'

sudo apt-get install gnome-disk-utility

I'm using this in Linux Mint 17.3 (Ubuntu/Debian based) with cinnamon.

You also mention in a comment that you are not a gnome user, but you have not specified what you are using?

see also: https://en.wikipedia.org/wiki/GNOME_Disks

screenshot

fixer1234
  • 28,064
nick fox
  • 161
5

How about pysdm

3

Clicking the gear icon for a particular partition in disks provides a menu option called 'Edit Mount Options'. Here in, set the Automatic Mount Options to 'OFF'. Thereafter proceed to define your custom mount point (for that you may wish to create your directory e.g. sudo mkdir /mnt/windows)

The comments=gvfs-show is key (don't forget to the comment= else it won't work in Ubuntu 14.04)

Changing the filesystem type from auto to the correct type (ntfs, ext4, xfs etc.) is also recommended.