K guyz I tried it,bt small problm.
K guys this is ma original fstab file
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda5
UUID=9fddddd6-8a3f-4a3b-a2d5-51b7056fcdab / ext3 relatime,errors=remount-ro 0 1
# /dev/sda6
UUID=782d7344-82c1-4d65-93cd-a3f5332c43be none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
Then after I edited it it looks like this.
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda5
UUID=9fddddd6-8a3f-4a3b-a2d5-51b7056fcdab / ext3 relatime,errors=remount-ro 0 1
# /dev/sda6
UUID=782d7344-82c1-4d65-93cd-a3f5332c43be none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0
/dev/sda1 /media/WINDOWS ntfs defaults,auto,user,rw 0 0
/dev/sda7 /media/DATA vfat defaults,auto,user,rw 0 0
/dev/sdb6 /media/EXTRA vfat defaults,auto,user,rw 0 0
/dev/sdb5 /media/SHARED vfat defaults,auto,user,rw 0 0[/FONT]
Nw all the partitions get mounted on the startup without any problms.Bt I (in ma account) cnt write to Vfat partitions in ma pc.Bt cn write to NTFS partitions via my account.Bt as Root I can write to all the partitions with no problems.What shud I do for this?
