How to mount can I write into the partition?
In my /etc/fstab I write this to mount a partition:
/dev/hda14 /mnt/pub reiserfs umask=0,iocharset=gb2312,codepage=936,rw 0 0
/dev/hda6 /mnt/debianhome ext3 umask=0,iocharset=gb2312,codepage=936,rw 0 0
but I can't write into the two partition anything withour root authority
what should I do ?
|