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.
|
 |
04-20-2005, 05:59 AM
|
#1
|
LQ Newbie
Registered: Apr 2005
Distribution: Mandrake 10.1
Posts: 2
Rep:
|
Linux newbie with a few questions...
Hello everyone!
I finally decided to try installing Linux so I'm completely new to everything and was told to try Mandrake 10.1 for my first time.
Well I got it installed just fine a few days ago, but decided I needed more room on the partition so I wiped that partition earlier today and remade it a bit bigger.
The first install on the new partition I must've done something wrong because my computer booted up with a screen of 99 99 99 99... etc. I popped in the installation CD and reinstalled it again, trying to remember the settings I used on the first install.
Well, I got everything working again but now I can't seem to access my Windows files. They used to be in filesystem\mnt\windows but now that folder is blank!
I'd really rather not install Mandrake again in case I get something wrong with those 99 99 99... again, which was really scary, I might add!
Is it possible I made some sort of setting to where I can't access the Windows files? Thanks in advance for any help! 
|
|
|
04-20-2005, 06:21 AM
|
#2
|
Member
Registered: Nov 2003
Location: Bristol, UK
Distribution: Debian Lenny, Gentoo (at work)
Posts: 388
Rep:
|
The chances are, you're Windows partition wasn't added to the /etc/fstab (filesystem table) file. Take a look at the contents (as root, type cat /etc/fstab), and see if there's a line relating to your Windows partition (probably /dev/hda1).
If it isn't there, or its commented out, then add the following line (have to be root):
/dev/hda1 /path/to/windows/files ntfs noatime,user,ro 0 0
Important: this assumes that you're Windows partition is the first partition on your first hard disk (this is hda1). It will be in most cases.
/path/to/windows/files is the directory where you want you're Windows files to appear. It can be anywhere you like, but the directory must already exist.
If you're using FAT32, not NTFS, then change ntfs to vfat, and you can change the ro to rw (this controls writing to the partition - NTFS is still only safe read only, FAT partitions can be mounted read / write).
And then to get at your files straight away, run mount /path/to/windows/files
|
|
|
04-20-2005, 09:16 AM
|
#3
|
LQ Newbie
Registered: Apr 2005
Distribution: Mandrake 10.1
Posts: 2
Original Poster
Rep:
|
Thank you, it's odd though... I log in today and everything magically appears! I didn't do anything, either.... hmmm, oh well. At least it's working! 
|
|
|
04-04-2006, 03:37 PM
|
#4
|
LQ Newbie
Registered: Mar 2006
Posts: 7
Rep:
|
Quote:
Originally Posted by trevelluk
The chances are, you're Windows partition wasn't added to the /etc/fstab (filesystem table) file. Take a look at the contents (as root, type cat /etc/fstab), and see if there's a line relating to your Windows partition (probably /dev/hda1).
If it isn't there, or its commented out, then add the following line (have to be root):
/dev/hda1 /path/to/windows/files ntfs noatime,user,ro 0 0
Important: this assumes that you're Windows partition is the first partition on your first hard disk (this is hda1). It will be in most cases.
/path/to/windows/files is the directory where you want you're Windows files to appear. It can be anywhere you like, but the directory must already exist.
If you're using FAT32, not NTFS, then change ntfs to vfat, and you can change the ro to rw (this controls writing to the partition - NTFS is still only safe read only, FAT partitions can be mounted read / write).
And then to get at your files straight away, run mount /path/to/windows/files
|
Hi there, i was looking for help for something i want to do.
I have winxp and Linux, but i would like to make a partition that i could use while using win or using linux, like a storage partition that i could read and write no matter what OS i'm using at the moment, maybe i should make that partition a fat32, right?
Thanks for helping.
|
|
|
04-04-2006, 05:49 PM
|
#5
|
Member
Registered: Nov 2003
Location: Bristol, UK
Distribution: Debian Lenny, Gentoo (at work)
Posts: 388
Rep:
|
Yes, you'd want to make that FAT32 to be able to read and write from Windows and Linux. Linux can read NTFS, but not write to it safely yet.
|
|
|
04-05-2006, 03:16 AM
|
#6
|
LQ Newbie
Registered: Mar 2006
Posts: 7
Rep:
|
Thanks a lot... 
|
|
|
04-05-2006, 03:39 AM
|
#7
|
Member
Registered: Mar 2006
Location: belguim
Distribution: fedora, mandriva, suse
Posts: 148
Rep:
|
and next time it boots with "99999999" or any other REALLY strang thing, insert your mandrake cd, at boot press F1.
this will ask you to give a command, type resque.
follow the program untill you reach your boot-loader
it will reinstall the bootloader without a full reinstall of your linux
|
|
|
All times are GMT -5. The time now is 11:27 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
|
|