Hi all,
I have a eSATA drive connected to dm6467,it's NTFS filesystem. now I can read data from this drive, but can not write data into it.
then I port ntfs-3g (ntfs-3g-2010.3.6) to arm,but i have some problems
1. First i compiler the fuse-2.8.3.tar.gz to get a fuse.ko and insmod fuse.ko
to linux kernel(not select : ntfs file system support in menuconfig)
2. Connected the esata harddisk to eSATA port ,not messgs display ,for example
esata - /dev/hdb1 ...
so, i restart the linux kernel,and i am used the command: fdisk -l ,just nothing
to been display
The most important:
Selected the ntfs file system support in menuconfig,
so, restart the linux kernel,and i am used the command: fdisk -l
//-------------------------------
root@dm6467-evm:~#
root@dm6467-evm:~# fdisk -l | grep NTFS
/dev/hdb1 * 1 6225 50002281 7 HPFS/NTFS
/dev/hdb5 6226 12753 52436128+ 7 HPFS/NTFS
/dev/hdb6 12754 30394 141701301 7 HPFS/NTFS
//-------------------------------
but just
root@dm6467-evm:/media# ls -l
dr-x------ 1 root root 8192 Feb 25 2010 hdb1
dr-x------ 1 root root 28672 Apr 9 2010 hdb5
dr-x------ 1 root root 4096 Apr 9 2010 hdb6
not support write
//-------------------
i get some messages that linux kernel just support read the NTFS not write,
if write error may linux kernel crash, i try it.it happens on dm64467 (linux kernel 2.6.32)
is there anyone can help me?
I use DVSDK3.10
Thanks,
Rain