Linux - HardwareThis 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.
when i go to file:/mnt/windows there is nothing in the folder any more...
i had to take the windows hard drive out and when i put it back in i could not see any thing in the folder...
any ideas on how to get it working again?
2 40 gig western dig. hard drives
windows xp pro
mandrake linux 10 official
Each drive will also be divided into one or more partitions. How you partition your drive is up to you, so I can't tell you what number to use, but to give you a couple of examples of the command I mentioned previously, let's look at the following:
1. Mount the second partition of the primary master
mount /dev/hda2 /mnt/windows
2. Mount the first partition of the secondary slave
mount /dev/hdd1 /mnt/windows
3. Mount the fourth partition of the primary slave
mount /dev/hdb4 /mnt/windows
Hopefully that makes it clearer. Basically, you just need to determine which hard drive Windows lives on, and which partition of that drive Windows resides in. If you had installed Windows first, it's a very good bet that your Windows partition will be /dev/hda1
new prob...
i can only veiw the files if im root and i tryed to change the permission and said it was a read only file system
also...is there a way to auto mount the partition?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.