Results 1 to 4 of 4
First, sorry for any english writeen error. I want to have a partition mounted at start up (Ubuntu 9.04). Here is my fstab:
# /etc/fstab: static file system information.
#
...
- 07-16-2009 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 1
Help to mount a partition
First, sorry for any english writeen error. I want to have a partition mounted at start up (Ubuntu 9.04). Here is my fstab:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda7
UUID=add23314-2753-495b-9dd0-35bde596653e / ext3 relatime,errors=remount-ro 0 1
# /dev/sda8
UUID=5e908c46-9f53-4141-9d44-837ea6d2282d /home ext3 relatime 0 2
# /dev/sda6
UUID=52f03e74-e3af-47d0-9947-72a1036a1198 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
And that is the volume I want to be mounted at "/media/disk"
/dev/sda5
vfat
As long as coud find the UUID is 52FA-085E
Thanx for any help
- 07-17-2009 #2Linux Newbie
- Join Date
- Aug 2006
- Location
- england
- Posts
- 138
hello nicochaves
you should start a new thread for your issue you will get more response then
- 07-17-2009 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
posts moved and turned into new thread...
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 07-19-2009 #4Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
FAT filesystems have a smaller UUID, this is normal. The following addition to fstab should set you up nicely.
Make sure /media/disk already exists.Code:UUID=52FA-085E /media/disk vfat rw,umask=0 0 0


Reply With Quote