first edit ur fstab as given below
Quote:
/dev/sdb1 /media/Linux ext3 defaults 0 0
/dev/sdb2 /media/Dump ext3 defaults 0 0
|
then
do
do a chown to the directory where the sdb1 and sdb2 are mounted
e.g.
Quote:
sudo chown -R username:username /media/Linux
sudo chown -R username:username /media/Dump
|
where username is your user account name, it is displayed in terminal.
for fat i dunno wats the problem, but it should be writeable
/dev/sdb3 /media/Multi vfat relatime 0 2
them
sudo mount -a
then
try to do the chown method with fat too