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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-08-2004, 04:10 PM
|
#1
|
|
LQ Newbie
Registered: Aug 2004
Distribution: Mandrake 10 official
Posts: 26
Rep:
|
Can't Seem to Mount Secondary NTFS Drive
Hi all. I'm somewhat new to Linux, and I have a little problem that's been nagging at me.
I have a secondary HD (hdb), and when I installed Mandrake 10 it wasn't auto-mounted like my floppy, cd drive, and windows partition.
The drive is NTFS. Could this be an issue? I know that Linux can't write to NTFS file systems, but I know it can read them.
This is the command I tried:
mount -t ntfs /dev/hdb /ddrive
This didn't work. Any suggestions?
Thanks,
Shoal
|
|
|
|
08-08-2004, 06:27 PM
|
#2
|
|
LQ Veteran
Registered: Mar 2003
Location: Milwaukee, WI
Distribution: Mint
Posts: 6,642
Rep:
|
Assuming that /ddrive exists, then you probably need to specify the partition number that you're trying to mount.
Code:
mount -t ntfs /dev/hdb1 /ddrive
Substitute a different number in place of "1" if appropriate. That ought to do it -- J.W.
|
|
|
|
08-08-2004, 06:51 PM
|
#3
|
|
LQ Newbie
Registered: Aug 2004
Distribution: Mandrake 10 official
Posts: 26
Original Poster
Rep:
|
I'm sorry I wasn't more clear:
The HD I want to mount is a whole nother drive , not a partition. So I'm pretty sure I'm right about it being hdb. I suppose it could be hdc... it's been a long time since I opened my box.
But let's assume for now that it is, in fact, hdb.
Thanks,
Shoal
|
|
|
|
08-08-2004, 07:52 PM
|
#4
|
|
LQ Veteran
Registered: Mar 2003
Location: Milwaukee, WI
Distribution: Mint
Posts: 6,642
Rep:
|
I realize that, but /dev/hdb is the raw device. What you described in your original post was a problem in mounting a specific partition to a specific mountpoint. To say it another way, you don't mount a device to a mountpoint, you mount a partition to a mountpoint. If the entire drive has been partitioned as a single partition, and the drive is the primary slave, then the command I listed should solve your problem. -- J.W.
For reference:
/dev/hda = primary master
/dev/hdb = primary slave
/dev/hdc = seconary master
/dev/hdd = secondary slave
|
|
|
|
08-08-2004, 07:55 PM
|
#5
|
|
Moderator
Registered: Aug 2002
Posts: 10,759
|
Even though it is another drive you still need to specify the partition ID. I will also guess its /dev/hdb1
To look at how your drive is partitioned.
fdisk -l /dev/hdb (That is a small L and you need to be root)
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:47 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|