April 16, 2024, 11:30:29 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: usb issue  (Read 5058 times)

Offline yasir453

  • Linux Noob !
  • *
  • Posts: 5
usb issue
« 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?

Offline krishsrinath

  • Linux Noob !
  • *
  • Posts: 8
Re: usb issue
« Reply #1 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

Offline brajesh

  • New Member
  • Posts: 3
Re: usb issue
« Reply #2 on: January 26, 2010, 05:40:26 PM »
Hi
 
    FYI:
 
         http://www.soft32.com/download_200394.html


Thanks & Regards
  brajeshkumar

Offline Avin

  • Linux Learner
  • ***
  • Posts: 54
  • L!nuX
Re: usb issue
« Reply #3 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

Offline karipineni

  • Linux Noob !
  • *
  • Posts: 4
Re: usb issue
« Reply #4 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