Recently installed Ubuntu14.04 + windows7 dual system, when starting Ubuntu, will not automatically mount the Win7 partition, only I click the corresponding hard disk symbol will be mounted/media below. In the spirit of tossing to the end of the principle, search on the internet found a few suitable articles, as follows:
http://blog.csdn.net/lipei1220/article/details/7973440
The code below mounts the Windows partition for me. The attached person disk is inconsistent with other disks, which is a reference for everyone.
#挂载C disk/dev/sda2/media/cat/c NTFS defaults,dmask=022,fmask=033 0 0# hung on D disk/dev/sda3/media/cat/d NTFS defaults,dmask= 022,fmask=033 0 0# Mount E disk/dev/sda5/media/cat/e NTFS defaults,dmask=022,fmask=033 0 0# Mount PASSPORT/DEV/SDB1/ Media/cat/passport NTFS defaults,dmask=022,fmask=033 0 0# Mount Person: Comparison with the above mounting methods/dev/sdb2/media/cat/person NTFS Defaults 0 0
Ubuntu boot automatically hangs in the partition under Windows