Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Others => Miscellaneous => Topic started by: yasir453 on January 25, 2010, 04:00:48 PM

Title: usb issue
Post by: yasir453 on January 25, 2010, 04:00:48 PM
hi all,
me new in linux.when i mount my usb using the following command

mount /dev/sda1 /mnt/usb
an error ocur "unknown file system ntfs"how can i resolve this issue?
Title: Re: usb issue
Post by: krishsrinath on January 26, 2010, 12:00:41 PM
Hi,

You will have to mount the ntfs fs.

For that you may have to install the ntfs3g package...

Find the corresponding ntfs3g rpm/tar file for your distro and install it.

Then you should be able to mount your pendrive which has a ntfs fs on it.

Cheers,
KrishSrinath
Title: Re: usb issue
Post by: brajesh on January 26, 2010, 05:40:26 PM
Hi
 
    FYI:
 
         http://www.soft32.com/download_200394.html


Thanks & Regards
  brajeshkumar
Title: Re: usb issue
Post by: Avin on April 20, 2010, 08:02:59 AM
Which linux distro and linux kernel are you using ??

Plz paste output of following command.  #uname -a
Title: Re: usb issue
Post by: karipineni on April 20, 2010, 08:53:21 AM
If the usb is in ntfs, you have to install fuse first, then install ntfs-3g tools. Use fuse 2.6. fuse 2.8 is not working properly.

After installing fuse, type the following command to test the fuse.

#modprobe fuse

if you didn't get any error message means, fuse is installed the module is loaded properly.

Now you can install ntfs-3g tools. Without fuse, ntfs-3g tools are useless.

Thanks & Regards

Karipineni