I am playing with fedora partitioning and filesystem management to find the best way to organize my disks.
I have 3 hard disks on my machine :
SSD (120 GB) where I installed \ , \boot and \home. (btrfs)
HDD1 (~ 1TB) where I made a single partition with all disk space (ext4)
HDD2 (~ 2TB) where I made a single partition with all disk space (ext4)
As I am intending to use the HDD2 for keeping large files (movie, music, picture etc.) I decided to create corresponding folders in it and make a symbolic link for these folders in the corresponding folder in /home directory. That is to say I have a folder in HDD2 which is called movie@HDD2 . and I create a symlink to point to it in /home/user/Videos.
The folder is being created but it is a broken symlink. Why this happened and how can I correct it?
No, it is just because I become suspicious about that @ in the folder name. So I tried creating folder without that. The result of symlink creation is the same. I created symlink as bellow: