Hi!
I'm using Ubuntu last version and I have this ntfs backup partition and I want to create links for some folders in it at /home/rob/ directory. I tried the following command but everytime I start the system the ownership of these links belongs to root and I can't get access them. Theses links are blocked in Nautilus. To "fix" I need to open Nautilus and click on "Other Locations->413 GB Volume", but I don't want to do that everytime I start the system.
Code:
sudo ln -s /media/rob/7C026AC2026A80CE/downloads/ ~/
sudo ln -s /media/rob/7C026AC2026A80CE/musics/ ~/
sudo ln -s /media/rob/7C026AC2026A80CE/pictures/ ~/
The path "/media/rob/7C026AC2026A80CE/pictures/" I got at the properties option.
I would like to access these folders normally, like them really would be in /home/rob/ by default. I don't know if I need to auto mount them or change the ownership of them or what?
I don't know if is necessary but here the fstab.
Code:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda6 during installation
UUID=b414d1f2-57f9-4d6e-bed6-dac319424057 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda7 during installation
UUID=3e81b38d-1cb2-45e6-b789-cc28d28b3674 none swap sw 0 0