mount Windows partition
1. manually mount
Linux can also be study in the Windows partition, which includes the format and ntfs fat32 format. 1st of all you may have to understand Linux partition to the challenging generate beneath the title. Like Windows,
Office 2010 Professional Plus, the C disk is ordinarily hda1, D generate is hda5, E generate is hda6, and so on. Begin to see the documentation for your particulars.
to mount the Windows partition, you have to 1st establish the Linux system with locale (the locale of the system, which includes the language and character encoding and other information.) Linux is generally employed in Chinese locale zh_CN.gb2312, zh_CN.gbk, zh_CN.gb18030 and zh_CN.UTF-8.
in the default installation, Debian Linux,
Windows 7 64 Bit, and Mandriva Linux's locale is zh_CN.gb2312, and Fedora Linux Ubuntu Linux plus the locale is zh_CN.UTF-8. Do not alter the most beneficial locale, or else the situation is going to be lots of rubbish. To view the system's locale,
Microsoft Office 2007 Enterprise, you can enter the following inside a terminal command to watch:
echo $ LANG
Second, you must know the format of one's windows partition, this partition in windows The property may be noticed, the common format is fat32 and ntfs.
suppose your locale is zh_CN.UTF-8, to mount a / dev/hda1 the fat32 format windows partition to / mnt / C directory (If this directory does not exist generate a brand new hand), can Enter the following command in Terminal (in Ubuntu there is certainly also need to have for this line of command with sudo):
mount-t vfat / dev/hda1 / mnt / C-o iocharset = utf8
If your locale is not zh_CN.UTF-8, the utf8 command above to gb2312; if the windows partition is ntfs format, change the over command vfat ntfs.
this mount ntfs partition, only root can read, if you ever will need to allow ordinary customers to study, have to be additional umask = 022 choice, as follows:
mount-t ntfs / dev/hda1 / mnt / C-o iocharset = utf8, umask = 022
Equally,
Windows 7 Key, if you would like to mount the partition to permit all end users to read and modify, could be above The umask = 022, umask = 0 to it.
unmount the partition is a lot simpler:
umount / dev/hda1
at times prompted to uninstall the partition partition hectic (gadget is busy), can 1st the following command to determine which processes are using this partition:
fuser-cu / dev/hda1
In the event the output of the display
/ dev/hda1: 8463m (cck)
you are able to use this command to determine the program identify corresponding to the process:
ps 8463
can then use this command to finish the method:
destroy -9 8463
so that you can appropriately uninstall the partition.
2. Immediately mount
allow the Linux program starts instantly mount windows partition, you may publish the earlier mentioned command / and so on / fstab file, the following is definitely an example:
# / and so on / fstab: static file program information and facts. # # [file program ] [mount point] [type] [options] [dump] [pass] proc / proc proc defaults 0 0 / dev/hda9 / ext3 defaults 0 one / dev/hda13 none swap sw 0 0 / dev / hdc / media / cdrom iso9660 ro, user, noauto 0 0 / dev/fd0 / media / floppy auto rw,
Microsoft Office 2007 Key, consumer, noauto 0 0 / dev/hda10 / mnt / debian ext3 defaults 0 0 / dev/hda1 / mnt / C ntfs utf8, umask = 022 0 0 / dev/hda5 / mnt / D vfat utf8, umask = 0 0 0