Others > Miscellaneous

usb issue

(1/1)

yasir453:
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?

krishsrinath:
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

brajesh:
Hi
 
    FYI:
 
         http://www.soft32.com/download_200394.html


Thanks & Regards
  brajeshkumar

Avin:
Which linux distro and linux kernel are you using ??

Plz paste output of following command.  #uname -a

karipineni:
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

Navigation

[0] Message Index

Go to full version