D
Deleted member 2077
Guest
fstab:
mounts fine, but when I goto:
Some google search say I should use ntfs-g3, but that doesn't work:
I can't upgrade to 8.x yet (atleast 6 months).
Code:
/dev/da3s1 /u3 ntfs rw 0 0
mounts fine, but when I goto:
Code:
fire2# cd /u3
fire2# ls
$AttrDef $Bitmap $Extend $MFTMirr $UpCase
$BadClus $Boot $LogFile $Secure $Volume
fire2# touch file
touch: file: No such file or directory
fire2# pwd
/u3
fire2# echo "test" > test.txt
test.txt: No such file or directory.
Some google search say I should use ntfs-g3, but that doesn't work:
Code:
/dev/da3s1 /u3 ntfs-g3 rw 0 0
Code:
fire2# mount /u3
mount: exec mount_ntfs-g3 not found in /sbin:/usr/sbin: No such file or directory
Code:
FreeBSD fire2 6.4-RELEASE-p9 FreeBSD 6.4-RELEASE-p9 #10: Wed Jul 7 15:23:49 CDT 2010
I can't upgrade to 8.x yet (atleast 6 months).