Linux - SoftwareThis 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.
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.
Ok, i have a computer with windows xp professional, and fedora core 2 dual booting. I used to have libranet 2.7 classic and i was able to access my windows partition when it was ntfs. i just restored my computer and now i have fedora core 2 (ext3) and windows xp professional (fat32), and i can not access my files that are on windows xp professional. Can someone tell me how to do this. I am still pretty much a linux noob still.
download the files [its a kernel module/driver] appropriate for your distro AND kernel. install/build the module. modify your fstab [if you want]. mount the partition. there are more detailed instructions on the site to get you started as well.
just be aware that the NTFS volumes will be READ ONLY. you wont be able to write to them.
ive had this working quite nicely on my FC1 box at work for some time now.
oh, sorry. i figured since you were using XP, you would have been using NTFS.
you shouldnt have too many problems mounting a fat32. should look something like this....
$ mount -t vfat /dev/hdXN /mnt/windows
you may want to look at the mount options [ -o ] in the man mount. you might want to make the filesystem avalible to all users or read only [ -o ro ] or something like that. see man mount for the mount options.
where X is your volume letter [hda, hdb, hdc, etc] and N is the partition number. [ you can probably find out using cfdisk -l or fdisk -l as root ] .
Also, a useful thing to have is them mount at boot. To do this just add a line or two to the fstab /ect/fstab/ is where it's located on my machine. Here's my lines to get the fat32 drives mounting.
I'm ultimately frustrated with this OS. I'm looking for options in a world lacking legitimate choices for OS platforms. Windows 98 is no longer valid for my needs...Windows XP is almost as worthless as Windows ME, and getting worse by the Service Pack...Mac's OS is too restrictive (and as illogical as Linux)...and Linux is not an End-User platform. I swore I'd never use this thing again because of the insane issues I ran into the first time I tried to set up a Linux box. However, for some reason I want Linux to work.
I want to be able to leave Windows behind without having to scrap my $1000 PC and buy a dumbed down Mac (and full compliment of software). I' really want this thing to work. I need someone to show me how this platform can become useful, allowing me to effectively use my PC without Bill Gates and his demonic cronies telling me where to keep files and how to maintain my programs. So far I can barely make this %^&$@^ thing dial the internet.
The last time I installed RedHat I was able to quickly and easily mount my Windows partitions. I recall a GUI application of some sort that allowed it. Perhaps I did have to go to the Terminal to mount them and the GUI interface was to view the mountings (as is the case now), but that's not my recollection. If there's a GUI method that will allow me to bypass the confounding Terminal, please let me know.
I attempted to use the mount command without altering /etc/fstab (mount -t vfat /dev/hda6 /storage) without any success. I did a Google search and found this incredibly helpful community. However, after over an hour of failed attempts and browsing these forums I have the same issue...I can't mount my Windows partitions.
I've used several different lines for the /dev/hda6 entry...I've tried fat32 for the file system, I've tried the exact same mounting options listed in this thread, I've tried options from several other threads, and I've reboot between changes to the /etc/fstab file. The OS can't mount the volume on boot, and I always get the same response when I try to mount the device through the Terminal.
"mount /dev/hda6" yields "mount point /mnt/storage does not exist"
"mount dev/hda6" yields "can't find dev/hda6 in /etc/fstab or /etc/mtab"
"mount /mnt/storage" yields "mount point /mnt/storage does not exist"
"mount mnt/storage" yields "can't find dev/hda6 in /etc/fstab or /etc/mtab"
"mount -t vfat /dev/hda6 /mnt/storage" yields "mount point /mnt/storage does not exist"
"mount -t fat32 /dev/hda6 /mnt/storage" yields "mount point /mnt/storage does not exist"
"mount -t vfat /dev/hda6 /storage" yields "mount point /storage does not exist"
I've followed all the rules and syntax...why the hell does this OS work for everyone else but me? A better question, why did I even think it was worth a second try in the first place?
"mount -t vfat /dev/hda6 /mnt/storage" yields "mount point /mnt/storage does not exist"
"mount -t fat32 /dev/hda6 /mnt/storage" yields "mount point /mnt/storage does not exist"
"mount -t vfat /dev/hda6 /storage" yields "mount point /storage does not exist"
This is because the mount point does not exist. Under a terminal, type 'su' followed by your root password. Then create the mount points by typing 'mkdir /mnt/storage' Then retry typing mount -t vfat /dev/hda6 /mnt/storage
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.