Results 1 to 4 of 4
Hello all,
I'm a very new user to Linux and have some programming experience (A long time ago!) and made the decision to move to Linux. I'm currently running Linux ...
- 05-12-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 1
New user! trying to read external hard drive.
Hello all,
I'm a very new user to Linux and have some programming experience (A long time ago!) and made the decision to move to Linux. I'm currently running Linux Mint 7 Gloria. I transferred all of my backup media files to an external hard drive but now cannot 'see' them to transfer them back across.
I've searched for this problem but haven't found anything that relates directly to my issue. the External hard drive system is NTFS which I was sure would be viewable from within this distro.
Any help massively appreciated!
- 05-13-2009 #2Linux User
- Join Date
- May 2009
- Location
- Big River, Sask, Canada
- Posts
- 342
Install ntfs3-g to read the drive.
If the drive still can't be seen, check to see if the OS can see it.
Open a terminal:
For USB drive
[code] lsusb
From there it depends if it is visible or not. You may have to post the results of that command back here if you don't understand it.Registered Linux User #420832
- 05-13-2009 #3
Hi and Welcome !
ntfs-3g package is pre-installed in most distros.
Plug-in your External drive, open Terminal and execute this
Post output here.Code:sudo fdisk -l df -h
* Its small L in fdisk -l.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-13-2009 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
The system probably sees it, but generally Linux will not auto-mount an ntfs volume like it will a vfat one, at least not yet. However, on my system(s), an icon (unmounted) for the device does appear on the desktop. You are using a desktop GUI, correct? To mount it, you need to be root, or mount it with the sudo command. I mount ntfs volumes all the time on my CentOS/RHEL system, using the ntfs-3g drivers.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote