i notices that the sda4 mount is ro?!
/dev/sda4 on /shares/internal type ext3 (ro,noatime,data=ordered)
but why?
my /etc/fstab:
<file system> <mount pt> <type> <options> <dump> <pass>
/dev/root / ext3 rw,noauto,noatime 0 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts defaults,gid=5,mode=620 0 0
sys /sys sysfs defaults 0 0
/dev/md2 none swap defaults 0 0
/dev/md3 /var ext3 defaults,noatime 0 2
/dev/sda4 /shares/internal ext3 defaults,noatime 0 2
my /etc/exports:
/shares/internal/ 192.168.164.0/255.255.255.0(rw,sync,all_squash,anonuid=33)
i don't want to f**k up my drive again, so i'm more carefully this time… anyone knows how to fix that issue?