I'm using ubuntu 16.10. I can't see my partitions on my left side bar in home folder. someone help me with simple process.
Asked
Active
Viewed 1,977 times
5
1 Answers
8
If What your trying to achieve is to list all the partitions from the other partitions section in your Nautilus (default File manager) left side panel. then that's quite hard, Easy thing to do would be to add Bookmarks of those Partition, To do that
- Open your partition.
- And press Ctrl + D
- A Bookmark should appear in the left side panel.
- You can click this bookmark to navigate to that partition (but that partition should be mounted)
If the bookmark has a weird looking long name and that doesn't represent the name of your partition, you might want to change it's mount point
Another approach would be to install another File Manager that supports this Feature by default, Nemo is a nice file manager, you can install it by pasting following commands one by one into your Terminal (Press Ctrl + Alt + T To open terminal)
sudo add-apt-repository ppa:noobslab/nemo3
sudo apt-get update
sudo apt-get install nemo
If you like Nemo and want to make it your default File manager, then run these commands one by one as well
xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search
gsettings set org.gnome.desktop.background show-desktop-icons false
gsettings set org.nemo.desktop show-desktop-icons true

Sumeet Deshmukh
- 8,866
/home
/root
, I think he is talking about those – Sumeet Deshmukh Apr 14 '17 at 07:06sudo lsblk -f
and the content of/etc/fstab
? Which partition(s) do you want to have displayed in the side bar of the file manager? – David Foerster Apr 14 '17 at 09:43