ubuntu-eee-coders team mailing list archive
-
ubuntu-eee-coders team
-
Mailing list archive
-
Message #02171
Re: [Question #51206]: auto-mount/fstab issues on 16g drive for 901
Question #51206 on Ubuntu Eee changed:
https://answers.launchpad.net/ubuntu-eee/+question/51206
Status: Open => Answered
eumario proposed the following answer:
The solution to the problem of automatically mounting the secondary
drive, lies in the fact that you need to add auto to the fstab file.
Specifically, uncomment the first commented line for sdb, and change it
to look like this:
/dev/sdb1 /mnt/sdb1 ext3 relatime,defaults,auto 0 0
You will need to make sure that the partition type is ext3, and not
fat32/16. You can verify this as always by using gparted. If you don't
have it installed, you can install it via sudo apt-get install gparted.
If there is no information on there, and it is not ext3 (Though I
recommend ext2 for SSD Drives), then you can format it to the new
filesystem format.
--
You received this question notification because you are a member of
Ubuntu Eee Coders, which is an answer contact for Ubuntu Eee.