Fedora This forum is for the discussion of the Fedora Project. |
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-18-2005, 11:41 PM
|
#1
|
LQ Newbie
Registered: Mar 2005
Posts: 19
Rep:
|
How to mount a special label of my external hard drive?
Hello,
I have bougth an external hard drive(MAXTOR),I have made three partitions on it using windows :
1.primary(NTFS)(label:New Volume)
2.extended,logical(FAT32)(label:FIRST)
3.extended(unallocated)
I want to mount the second patition in linux,but since the format of the first partition is NTFS,it gives me the errror message UNKNOWN FILE SYSTEM TYPE,how can I ask the system to mount the second partition using its label?
|
|
|
03-19-2005, 12:21 AM
|
#2
|
Senior Member
Registered: May 2003
Location: /var/log/cabin
Distribution: All
Posts: 1,167
Rep:
|
Not enough detail. Where exactly is it plugged in? What connector of what IDE chain, or is it usb?
|
|
|
03-19-2005, 01:14 AM
|
#3
|
LQ Newbie
Registered: Mar 2005
Posts: 19
Original Poster
Rep:
|
it is connected via usb and as far as I know you need to mount it by typing:
mount /dev/sda1 /mnt/hdd
|
|
|
03-19-2005, 01:44 AM
|
#4
|
Senior Member
Registered: May 2003
Location: /var/log/cabin
Distribution: All
Posts: 1,167
Rep:
|
If you are mounting the 2nd partition, then it's not sda1. It's sda2.
And for future refernce, NTFS is Microsoft copyrighted. You can mount it, but you can't write to it without screwing it up or using pirated windows libraries. FAT32 is an open filesystem, and you can read or write to it. Use vfat aka FAT32 when formating drives that you want linux to be able to use. Better yet, use reiserfs if it's a linux only drive.
Last edited by Thoreau; 03-19-2005 at 01:46 AM.
|
|
|
03-19-2005, 03:38 AM
|
#5
|
LQ Newbie
Registered: Mar 2005
Posts: 19
Original Poster
Rep:
|
I tried /dev/sda2 but it gives me the error "/dev/sda2 is not a valid block device".
|
|
|
03-19-2005, 02:58 PM
|
#6
|
Member
Registered: Jan 2003
Location: Atlanta, Ga., USA
Distribution: Gentoo, Mandrake, ~others
Posts: 157
Rep:
|
I think the problem is that it is not /dev/sda2, it should be /dev/sda5.
You specified that it is in an extended partition, and for every distro that I know, though I could have missed some, the first LOGICAL partition is named /dev/???5, the second LOGICAL is '6, etc; 1 through 4 are only for PRIMARY partitions (bootable or not). The extended partition itself *will* use one of these four. Partitions inside an extended partition are technically known as logical partitions.
Thus your command *should* be:
mount /dev/sda5 /mnt/hdd
Hope that fixes it.
Also, well-written starting message!
Last edited by Robert G. Hays; 03-19-2005 at 03:02 PM.
|
|
|
03-21-2005, 04:22 AM
|
#7
|
LQ Newbie
Registered: Mar 2005
Posts: 19
Original Poster
Rep:
|
Thanks.It helped a lot.
|
|
|
All times are GMT -5. The time now is 12:31 AM.
|
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
|
|