Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 685  / 3 Years ago, thu, may 27, 2021, 5:35:01

I have a Windows/Ubuntu dual boot system, using three drives. Drive1 contains windows, drive2 contains downloads, music, videos and so on, drive3 contains Ubuntu.



I would like to have drive2 mounted automatically (assuming I have to edit fstab), the real question is if there is anyway I can store some (not all) of Ubuntu's "standard home folders" for example have downloads and videos there. Would this be possible? I


More From » ntfs

 Answers
7

First, make sure your drive2 is auto-mounted, most installs manage to configure that automatically, but you can edit fstab as shown here How to auto-mount ntfs partitions



Once you have drive2 mounted, create folders on that hard drive/partition where you want to store your videos and downloads, and then create softlinks or symlinks to those folders in your home directory. Like this (type these commands when you are in your home directory)-



cd ~



mkdir /path/to/drive2/mount-point/Videos



ln -s /path/to/drive2/mount-point/Videos



This should work for almost all programs as if you had the Video folder in your home directory.


[#39202] Thursday, May 27, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
moloy

Total Points: 457
Total Questions: 93
Total Answers: 119

Location: Romania
Member since Wed, Dec 29, 2021
2 Years ago
;