LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-06-2006, 12:57 PM   #1
jreniel
LQ Newbie
 
Registered: May 2006
Posts: 5

Rep: Reputation: 0
Read data from ntfs hdd


Hello.

I just installed Fedora Core 5. I want to read some backup data i want to migrate from a secondary hard disk, which is ntfs. Is there a way i can retreive my data?

Thanks.
 
Old 06-06-2006, 01:05 PM   #2
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
yes reading from NTFS is fully supported in linux, but writting isnt so you should be fine.
how are the disks connected? ie, primary device master, primary device slave, secondary device master, etc. what kind of disks are they? IDE? SATA? USB?
thanks
 
Old 06-06-2006, 09:18 PM   #3
jreniel
LQ Newbie
 
Registered: May 2006
Posts: 5

Original Poster
Rep: Reputation: 0
The disk is IDE, and the pin config is set to slave. (no pins on my device)

can i ask something else?

i want to install flash, but when i run ./install in the terminal i get that the installation file doesnt support x86_64 architecture.

I wish had the sensibility to as windows does. . i'll keep linux anyways. it is the future of computers after all and i have to be ready.
 
Old 06-06-2006, 09:42 PM   #4
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
is it on the primary IDE channel with the harddrive? if so then the device file for your harddrive should be /dev/hdb. how many partitions does it have? say you have 3 partitions, each partition will be represented in linux as a device file, such as (in this case): /dev/hdb1, /dev/hdb2, /dev/hdb3.
if you have only 1 big partition then it will of course just be /dev/hdb1.

first, figure out which partition you want to use. you also know that the filesystem of the harddrive is 'ntfs'. so the next thing to do is to learn how to 'mount' the device.

first make a folder (as root), such as /mnt/BackupHD. this will be where you 'mount' your NTFS partition.

next, look at 'man mount' in a terminal window to learn how to 'mount' a filesystem.

in short, with the above assumptions i have given, you should be able to run the following command as root:
Code:
mount -t ntfs /dev/hdb1 /mnt/BackupHD
and then browse to this /mnt/BackupHD with your GUI and see your files. note that you can only read from ntfs partitions, and not write.

if this command does not work post the output of the command or read the manpage as suggested above.

good luck

edit: if you recieve that error when installing the software, can you find the software for x86_64 ie 64 bit CPUs?

Last edited by nadroj; 06-06-2006 at 09:44 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Advice needed on transferring data from HDD to HDD denimglen Linux - Newbie 3 03-04-2006 07:33 PM
Need to migrate data from old HDD Jakeh2k1 Linux - Hardware 9 08-28-2005 03:23 PM
Dual HDD Interface Problem, Linux on SATA, NTFS Part on IDE HDD LILO Not Loading Blade44 Linux - Hardware 2 02-01-2005 06:56 PM
Burn Data DVD... Read Data in Linux and Windows SaintStrive Linux - Newbie 3 09-18-2004 05:04 PM
my dvd is read as hdd and my ide cd-rw is read as scsi??? spyghost Linux - Hardware 11 07-16-2003 04:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:18 AM.

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