Re: How do I link Primary to logical Partitions
In Nautilus; split screen; if I have the 60GB file system on the left and open the home folder it is blank.
On the right side I select 'File System' from menu and open home and I get the oceansinperil/home. This is where I can see the 'modified' Pic.'s, Doc.'s and Music folders. when I try to open them I get the same notification: "This Link cannot be used, because its target "/mnt/sda5/Documents" doesn't exist"
I will rerun the 'code' and post out-put.
oceansnperil@o-n-p:~$ sudo ln -s /mnt/sda5/oceans-n-peril/Music ~/Music
[sudo] password for oceansnperil:
ln: creating symbolic link `/home/oceansnperil/Music': File exists
oceansnperil@o-n-p:~$ sudo ln -s /mnt/sda5/oceans-n-peril/Documents ~/Documents
ln: creating symbolic link `/home/oceansnperil/Documents': File exists
oceansnperil@o-n-p:~$ sudo ln -s /mnt/sda5/oceans-n-peril/Pictures ~/Pictures
ln: creating symbolic link `/home/oceansnperil/Pictures': File exists
In Nautilus; split screen; if I have the 60GB file system on the left and open the home folder it is blank.
On the right side I select 'File System' from menu and open home and I get the oceansinperil/home. This is where I can see the 'modified' Pic.'s, Doc.'s and Music folders. when I try to open them I get the same notification: "This Link cannot be used, because its target "/mnt/sda5/Documents" doesn't exist"
I will rerun the 'code' and post out-put.
oceansnperil@o-n-p:~$ sudo ln -s /mnt/sda5/oceans-n-peril/Music ~/Music
[sudo] password for oceansnperil:
ln: creating symbolic link `/home/oceansnperil/Music': File exists
oceansnperil@o-n-p:~$ sudo ln -s /mnt/sda5/oceans-n-peril/Documents ~/Documents
ln: creating symbolic link `/home/oceansnperil/Documents': File exists
oceansnperil@o-n-p:~$ sudo ln -s /mnt/sda5/oceans-n-peril/Pictures ~/Pictures
ln: creating symbolic link `/home/oceansnperil/Pictures': File exists
Comment