Ubuntu10.10 automatically mounts windows partitions

Source: Internet
Author: User
I installed Ubuntu Desktop in ubuntu10.10 and found that Windows partitions cannot be automatically mounted.
1. Create a mount directory to automatically mount Windows partitions.
Run the command on the terminal: sudo mkdir/Media/d

2. Run

Sudo fdisk-l
View the disk partition. The following uses my hard disk as an example:
3. Run
Sudo VI etc/fstab # modify the/etc/fstab configuration file and add the following content (orange font part)
Note the partition format!
# <File system> <mount point> <type> <Options> <dump> <pass>
/Dev/sda5/Media/d vfat iocharset = utf8, umask = 000 0 0
/Dev/sda6/Media/e ntfs-3g iocharset = utf8, umask = 000 0
/Dev/sda7/Media/F ntfs-3g iocharset = utf8, umask = 000 0
Save and exit reboot. If everything goes well, you can access the Windows partition in the file system.
Add encoding When manually attaching fat
It is not added when NTFS is manually mounted. Just install the ntfs-3g.
Mount-T vfat-O iocharset = utf8/dev/sdb/mnt/USB

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.