Disk Mounter : Display only USB drive
How to display USB drive only at Disk Mounter on Ubuntu or its derivatives? I have the solution :D It is ugly enough having all of your mounted disk/ drives at Disk Mounter. It seems so crowded, I think.In my case, I have 4 mounted NTFS drive on my Ubuntu. The problem is, when I am using Disk Mounter applet and have a/ some USB stick plugged, they all (4 mounted drives/ partitions and the USB sticks) displayed at Disk Mounter. It just not suit with my mind.
Wanna 'fix' it? Let's having fun a 'lil bit :D
['How to' Section]
First point. Ubuntu loading the content of /media to be displayed as 'mounted disk'. All drives.
Second, what will we do? Here you are :
- This is my first fstab configuration http://pastebin.com/VR1FLBH8. It's based on my computer. Do not just copy and paste..
- With statement in the 'First', Ubuntu is displayed all media/ drives inside /media. So, what if we moved the 'ugly disk/ partition'?
- Keep on fstab. We are ready to move the partition.
- Change /media --> /mnt
- Save and Close.
- Now, it's time to make mount point, in order to 'move' the disk.
- Inside Terminal, type sudo mkdir /mnt/C
- Inside Terminal, type sudo mkdir /mnt/D
- Inside Terminal, type sudo mkdir /mnt/E
- Inside Terminal, type sudo mkdir /mnt/F
- The last, reboot. And see the differences :D
Any question? Lemme hear it.