Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
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.
|
 |
05-15-2006, 11:28 AM
|
#1
|
LQ Newbie
Registered: May 2006
Location: here
Distribution: slackware 10.2
Posts: 18
Rep:
|
second ntfs partitioon will not mount
i have a 120gb ntfs formated hdd hooked up to my computer, that has windows xp and a whole bunch of windows utilities and files. I don't want to lose any of that but i want to access some of those files, but the second partition will not mount. I have tried numerous was to fix it using the ftab file, but i always fail... HELP...
|
|
|
05-15-2006, 11:34 AM
|
#2
|
LQ Guru
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733
|
Post the output of "fdisk -l" which lists the partitions. Also, post what you tried in your fstab file. Are you certain that the second partition uses the NTFS filesystem. Another possibility is that the second partition is on an extended partition. In this case, suppose that your hard drive is device /dev/hdb. Then you will probably have a /dev/hdb1 and a /dev/hdb5. The output of "fdisk -l" should provide you with this answer.
|
|
|
05-15-2006, 11:45 AM
|
#3
|
LQ Newbie
Registered: May 2006
Location: here
Distribution: slackware 10.2
Posts: 18
Original Poster
Rep:
|
thanx,
i'm not currently on that machine so i can't tell you what 'fdisk' says, but i can answer the other ?s.
'Fstab:'
/dev/hdc2 /mnt/hdd ntfs RO 0 0
yes it is a ntfs filesystem
and yes it is an extended partition
would the device name be hdc5?
|
|
|
05-15-2006, 07:00 PM
|
#4
|
LQ Guru
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733
|
Yes, if it is on an extended partition, then the extended partition itself is most likely /dev/hdc4 and the contained partition is /dev/hdc5. This supposes that you haven't had other partitions that you have added or deleted. Use the "fdisk -l" command to verify this.
Some distro's have a partitioner program where you can set the mount point for an existing partition, and set various options, such as the "umask" setting.
Such a program may also determine whether you want to use an option to set the encoding. For an NTFS filesystem, you may want to use the "utf8" option. You also want to use either the umask option or separate fmask and dmask options. This will allow normal users access to the drive. You can even change the ownership with the "uid" mount option. The "man mount" man page will give you more details.
Fat32 and NTFS partitions are different, because you can't use the "chmod", "chown" and "chgrp" commands. You need to set these attributes by including them in the mount options. They effect the entire partition. Also, normally the NTFS filesystem is read-only.
|
|
|
All times are GMT -5. The time now is 09:16 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
|
|