Environment:
Windows7 + Ubuntu dual system, Linux with Wubi installed
Problem:
Linux is turned on by default and does not load Win7 hard disk;
1. GUI is convenient, the device can be loaded on the point, but the remote time click on the display "Unable to load hard disk not Authorized"
2. Command line can be loaded, sudo mount can be, but the problem comes, one is Win7 hard disk where? Second, can the boot automatically load? Every time Jiangzi too much trouble.
Solution:
1. Where is the Windows hard disk?
ls/dev/sda* is Win7 hard drive hiding place, can be in turn sudo mount/dev/sda1,2,... To see which drive corresponds to the load, for example, I found
2. Auto Load on Boot
Vi/etc/fstab
At the bottom, add the following line:
/DEV/SDA5/MEDIA/DISKD NTFS defaults,codepage=936,iocharset=cp936 0 0
PS: ANSI code page is 1252, Japanese code page is 932, Simplified Chinese code page is 936
PS: specifically want to see each field what meaning can use man fstab look ~
Dual system Linux boot load Windows hard drive