UbuntuLinux automatically loads other hard disk partitions upon startup

Source: Internet
Author: User
Tags wubi
If you use strongtulinux installed in wubi, It is very cumbersome to load other partitions to use other partitions after each restart. Especially as a newbie, I am used to using the automatic loading function of the system every time. Open the corresponding partition and let the partition automatically load. So I thought about whether the file system could automatically load other partitions. well searched and found another method: Modify the/etc/fstab file, we can see some defined load points. On my system, it is: proc &

If you use Ubuntu Linux installed with wubi, It is very cumbersome to load other partitions to use other partitions after each restart. Especially as a newbie, I am used to using the automatic loading function of the system every time. Open the corresponding partition and let the partition automatically load.

So I thought about whether the file system could automatically load other partitions. well searched for the correct method:

Modify the/etc/fstab file and you can see some defined loading points. On my system, it is:
Proc/proc nodev, noexec, nosuid 0 0
/Host/ubuntu/disks/root. disk/ext4 loop, errors = remount-ro 0 1
/Host/ubuntu/disks/swap. disk none swap loop, sw 0 0
Each row uses a tab to divide it into six columns: filesystem, mountpoint, type, options, dump, and pass.
Represents the original location in the file system, the loading point location, type, parameters, etc., you can use man fstab to view the definition of each parameter

I added the following lines.
# Drive C
/Dev/sda1/media/windowxp ntfs none 0 0
# Edisk
/Dev/sda6/media/workings ntfs none 0 0
# F Disk
/Dev/sda7/media/downloads ntfs none 0 0
I loaded all these partitions under/media because it was automatically loaded here when I used Ubuntu's default load. You can also choose other places.

Last
Save, exit, and restart.

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.