LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   How To Mount An NTFS Hard Drive (https://www.linuxquestions.org/questions/linux-hardware-18/how-to-mount-an-ntfs-hard-drive-230365/)

TheHateCrew 09-14-2004 01:03 AM

How To Mount An NTFS Hard Drive
 
I put in a hard drive into my computer that already is NTFS partition, all I want to do is read from it so I can get my music off of it, how would I be able to mount the drive so I can just read from it without having to format or destroy any data?

I run SuSE 9.0 pro and the hard drive should be installed as HDD or HDD1

thanks for your help

realjustin 09-14-2004 01:06 AM

Do all of this as root. Create a directory to mount it in, I'd suggest /mnt/ntfs. Then do
mount -t ntfs /dev/hdb /mnt/ntfs
The exact command will change depending on where you put your NTFS drive. If it's the slave on your primary IDE channel, then it's going to be mounted from /dev/hdb. If it's master on your secondary channel then /dev/hdc. If slave on secondary channel then /dev/hdd.

TheHateCrew 09-14-2004 01:13 AM

it worked!
thank you so much

J.W. 09-14-2004 02:06 AM

Congrats on solving the problem TheHateCrew, and thanks for posting back. Welcome to LQ!

Also, nice work realjustin -- J.W.

TheHateCrew 09-14-2004 09:11 AM

thanks for the welcome, I can see I'll like it here


All times are GMT -5. The time now is 02:29 AM.