Page 1 of 1
How to access NTFS HDD on USB?
Posted: Fri Mar 19, 2010 2:22 am
by khire_s
I want to access USB HDD having NTFS file system. My Mini2440 has kernel
2.6.32.
Please advice what should be done.
Thanks in advance
Satish
Re: How to access NTFS HDD on USB?
Posted: Mon Mar 29, 2010 4:11 am
by imenu
Well my friend... if your mini recognize the usb hdd (dmesg will show you this), you can simply create a directory: "mkdir /usbhdd" (without ") and then still on shell type:
"mount -t ntfs /dev/device /usbhdd" (without ")
Where the device part is the disk you are using. Dmesg will inform you this...