LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-08-2011, 06:59 AM   #1
kjgeorge
LQ Newbie
 
Registered: Dec 2011
Posts: 15

Rep: Reputation: Disabled
Mount USB Drive


Hello,

I have connected a USB drive to my Redhat linux server and I am unable to mount. Because it is an NTFS partition I am not able to mount. The version I am using is 2.6.18-128.el5 #1 SMP x86_64 x86_64 x86_64 GNU/Linux.

Can someone help me to install fuse and lib packages?

I have no idea which version I should download?

Thanks
KJ
 
Old 12-08-2011, 07:07 AM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
You need to install ntfs-3g in order to mount NTFS partitions.

Cheers,

Josh
 
Old 12-08-2011, 07:12 AM   #3
kjgeorge
LQ Newbie
 
Registered: Dec 2011
Posts: 15

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by corp769 View Post
You need to install ntfs-3g in order to mount NTFS partitions.

Cheers,

Josh

Yes, I know I have to install Ntfs-3g, but now sure which version I should install.

Thanks
KJ
 
Old 12-08-2011, 07:13 AM   #4
asimba
Member
 
Registered: Mar 2005
Location: 127.0.0.0
Distribution: Red Hat / Fedora
Posts: 355

Rep: Reputation: 42
what error do you get when you try to mount this drive - could you possibly post a screenshot.

also if you could please run following command (as recommended by corp769]
Code:
rpm -qa | grep -i ntfs-3g
 
Old 12-08-2011, 07:20 AM   #5
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
How are you trying to install it? By using either your package manager or rpm's off of the internet, you will want the latest version..................
 
Old 12-08-2011, 08:31 AM   #6
kjgeorge
LQ Newbie
 
Registered: Dec 2011
Posts: 15

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by corp769 View Post
How are you trying to install it? By using either your package manager or rpm's off of the internet, you will want the latest version..................
I am trying to download install. But not sure which version I should download?

I used the below commands

mount -t ntfs /dev/sdc1 /mnt/USB

mount -t ntfs-3g /dev/sdc1 /mnt/USB/


I get this error message : mount: unknown filesystem type 'ntfs'

Thanks
KJ

Last edited by kjgeorge; 12-08-2011 at 08:34 AM.
 
Old 12-08-2011, 08:33 AM   #7
asimba
Member
 
Registered: Mar 2005
Location: 127.0.0.0
Distribution: Red Hat / Fedora
Posts: 355

Rep: Reputation: 42
I think you should have checked for package before installing it.
If it is already installed - you just might want to update it -

But even before updating it you should be able to mount if its already installed.

Sorry for hassle
 
Old 12-08-2011, 08:36 AM   #8
kjgeorge
LQ Newbie
 
Registered: Dec 2011
Posts: 15

Original Poster
Rep: Reputation: Disabled
How do I check whether I have already installed or no?

Thanks
KJ
 
Old 12-08-2011, 08:50 AM   #9
asimba
Member
 
Registered: Mar 2005
Location: 127.0.0.0
Distribution: Red Hat / Fedora
Posts: 355

Rep: Reputation: 42
Code:
rpm -qa | grep -i ntfs
 
Old 12-08-2011, 08:53 AM   #10
kjgeorge
LQ Newbie
 
Registered: Dec 2011
Posts: 15

Original Poster
Rep: Reputation: Disabled
I used the same command and there is no output
 
Old 12-08-2011, 09:02 AM   #11
asimba
Member
 
Registered: Mar 2005
Location: 127.0.0.0
Distribution: Red Hat / Fedora
Posts: 355

Rep: Reputation: 42
Indeed you dont have required package.

Do you have Red Hat Subscription ? Are you paying Redhat for Support ?

If yes - you might want to check redhat support - if installing software from sources other then redhat is going to impact support in anyway


http://rpmfind.net/linux/rpm2html/se...submit=Search+...

http://www.tuxera.com/community/ntfs-3g-download/

Last edited by asimba; 12-08-2011 at 09:04 AM. Reason: added url for rpmfind.net
 
Old 12-08-2011, 09:10 AM   #12
kjgeorge
LQ Newbie
 
Registered: Dec 2011
Posts: 15

Original Poster
Rep: Reputation: Disabled
I don't have Redhat subscription, no contract.
 
Old 12-08-2011, 09:31 AM   #13
asimba
Member
 
Registered: Mar 2005
Location: 127.0.0.0
Distribution: Red Hat / Fedora
Posts: 355

Rep: Reputation: 42
then you could always go to rpmfind.net and search for ntfs-3g and download and install it.
 
Old 12-08-2011, 05:51 PM   #14
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,978

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
You should be able to mount it read only with stock kernel if that is all you need to do.
 
Old 12-08-2011, 10:53 PM   #15
kjgeorge
LQ Newbie
 
Registered: Dec 2011
Posts: 15

Original Poster
Rep: Reputation: Disabled
After installing the ntfs-3g packages I get the below error messages

[root@localhost ~]# mount -t ntfs-3g /dev/sdc1 /mnt/USB/
FATAL: Module fuse not found.
The disk contains an unclean file system (0, 0).
The file system wasn't safely closed on Windows. Fixing.
ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root
[root@localhost ~]# modprobe fuse
FATAL: Module fuse not found.

Can someone help me?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
when i mount my USB Flash Drive A Messenge has come that mount: can't find /dev/sda/h feda82 Red Hat 2 12-24-2005 07:16 AM
when i mount my USB Flash Drive A Messenge has come that mount: can't find /dev/sda/h feda82 Red Hat 1 12-24-2005 04:25 AM
when i mount my USB Flash Drive A Messenge has come that mount: can't find /dev/sda/h feda82 Red Hat 2 12-24-2005 02:15 AM
mount usb module then mount usb hard drive guanyu Linux - Hardware 1 10-08-2003 11:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration