[Ilugc] problem mounting fat32 partition

  • From: lv.shankar@xxxxxxxxx (VidhyaShankar L)
  • Date: Mon Nov 12 22:07:14 2007

 Hello,

I am using Ubuntu 7.04. I usually keep all my big files in a fat32 drive.

My fat32 paritition (/dev/sda2) is mounted at /media/Media.
here's the fstab entry:
/dev/sda2 /media/Media vfat rw,user,sync 0 3

(my / and /home, both reiserfs, are mounted 1,2)

/media/Media has 3 directories:
Downloads, My\ Music, Videos

In my /home/lvshankar I have 3 sym links to the above 3 directories.

Now, here's my problem. When I mount /dev/sda2 manually from terminal(w/ and
without -o ) or when after the systems boots (which runs mount -a, i guess),
I am not able to write/delete anything in the newly mounted filesystem.
But, when I (re)mount through GParted (right click on /dev/sda2 and say
mount), I am having proper rights. And the owner is show as my user
(lvshankar) account too.

Can anyone help me? And what is GParted exactly doing?

Here's my /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda3
UUID=a84e1520-eb4c-4c79-89f0-e8e48b955746 / reiserfs notail 0 1
# /dev/sda4
UUID=41350711-d233-4438-a466-f1b5e6c5cff1 /home reiserfs defaults 0 2
# /dev/sda2 -> this is the partition in question
UUID=46D0-670B /media/Media vfat rw,user,sync 0 0
# /dev/sda1
UUID=3b3dd291-f3b9-49d8-9c42-d240222ec499 none swap sw 0 0
/dev/cdrom /media/cdrom0 udf,iso9660 user,noauto 0 0

I even tried with 'users' instead of 'user' in the option.
Thanks in advance,

~LVS

Other related posts: