doesnt work..
i su then do
mount -o remount,rw /hdd3
and nothing. isnt in fstab
then i do
mount /dev/hda3 /hdd3
and then i do
mount -o remount,rw /hdd3
seems to work but then i can't do nothing with file manager.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=124871\"][{POST_SNAPBACK}][/a][/div]
actually, you need to do the following:
mount -o rw,noatime,umask=000,iocharset=utf8 /dev/hda3 /hdd3
note the umask=000 option. that's the important one
also, you should fix your bluetooth scripts and find and replace
cardctl eject
with
cardctl eject 0
probably want to do the same thing for the all the instances of cardctl in the bluetooth scripts. on a c1000 where there is no internal microdrive unmounting everything or just the first cf device has the same result but on a c3x00, the microdrive suffers if cardctl is not more specific.