I changed partitions on my machine so that win7 (NFTS) has 100GB, 16GB for swap, and 380GB for EXT4 where I will install Linux. I set the mount point for for linux to /.
What should I set the win7 partition to ?
my options appear to be /dos or /windows.
Asked
Active
Viewed 4,183 times
0
muru
- 207,228
Leighton Core
- 1
- 1
- 1
1 Answers
2
Either of these will work perfectly fine. The differences only affect the path to the folders and files in that partition.
As an example, if you wanted to open a file on the Windows partition called file.txt, with /dos as the mountpoint the path would be /dos/file.txt. Using /windows would make the path /windows/file.txt.
Drew Stewart
- 611