LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   Regarding USB compaitablity with linux (https://www.linuxquestions.org/questions/linux-enterprise-47/regarding-usb-compaitablity-with-linux-598940/)

lx4all 11-12-2007 12:09 AM

Regarding USB compaitablity with linux
 
Hello friends,

I have 100GB USB which was formated in WindowsXP, wright now am unable to retrive data form linux based system(RedHat Enterprise Linux v4.0).

can any one plz tell me regarding what can i be do to get that data from USB( i mean compaitable with linux).

Thanks & Regards

2damncommon 11-12-2007 12:21 AM

Quote:

Originally Posted by lx4all (Post 2955871)
...I have 100GB USB which was formated in WindowsXP...

A 100GB USB what formatted with what filesystem in XP?

lx4all 11-12-2007 01:03 AM

ntfs formated one...

jschiwal 11-12-2007 01:19 AM

Install the Fuse package and the ntfs-3g package. Then modprobe the fuse module "sudo /sbin/modprobe fuse" and use the "ntfs-3g" filesystem.

Another way is to install ntfs file support, but for Fedora Core that may entail recompiling the kernel.
Code:

grep -n NTFS .config
3387:# CONFIG_NTFS_FS is not set

The ntfs-3g driver is a userland driver which will also allow you to write to the partition.


All times are GMT -5. The time now is 11:41 PM.