LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 07-27-2004, 06:24 PM   #1
NotSoSure123
LQ Newbie
 
Registered: May 2004
Posts: 16

Rep: Reputation: 0
access windows partition through fedora core 2


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.

Thanks
 
Old 07-27-2004, 06:35 PM   #2
-Nw- neX
Member
 
Registered: Apr 2004
Distribution: Gentoo, RHL, CentOS, Ubuntu, FreeBSD,
Posts: 88

Rep: Reputation: 15
heres where you want to start.

http://linux-ntfs.sourceforge.net/

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.
 
Old 07-27-2004, 07:12 PM   #3
NotSoSure123
LQ Newbie
 
Registered: May 2004
Posts: 16

Original Poster
Rep: Reputation: 0
I have my partition in fat32, and i also need to know how to mount it.
 
Old 07-27-2004, 08:37 PM   #4
-Nw- neX
Member
 
Registered: Apr 2004
Distribution: Gentoo, RHL, CentOS, Ubuntu, FreeBSD,
Posts: 88

Rep: Reputation: 15
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 ] .
 
Old 07-27-2004, 10:45 PM   #5
RemusX2
Member
 
Registered: Oct 2003
Location: Bozeman, Montana
Distribution: Gentoo 2010, Ubuntu 9.04
Posts: 175

Rep: Reputation: 30
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.

/dev/hda5 /mnt/Music vfat users,rw,owner,umask=000 0 0

rw is for read and write, if you want only read access change it to ro. Make sure you have the mount point created before you try to mount.
 
Old 07-27-2004, 11:04 PM   #6
NotSoSure123
LQ Newbie
 
Registered: May 2004
Posts: 16

Original Poster
Rep: Reputation: 0
Thanks, I can now access all my mp3's, movie's, etc.... on my windows partition!!!!

Last edited by NotSoSure123; 07-28-2004 at 02:50 AM.
 
Old 08-23-2004, 03:42 PM   #7
Opiate
LQ Newbie
 
Registered: Aug 2004
Location: D/FW, Texas
Distribution: RedHat Fedora Core 2
Posts: 1

Rep: Reputation: 0
Angry

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.

The System Info (Hardware Browser):
HDA1 (C: OS) FAT32 5GB
HDA2 (Extended)
HDA5 (D: Programs) FAT32 25GB
HDA6 (E: Storage) FAT32 80GB
HDA7 (RHat) EXT3 102MB
HDA8 (RHat) EXT3 7GB
HDA9 (RHat) Swap 510MB

/etc/fstab:
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/hda9 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
/dev/hda6 /mnt/storage vfat defaults,umask=000 0 0

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?
 
Old 08-24-2004, 12:10 AM   #8
RemusX2
Member
 
Registered: Oct 2003
Location: Bozeman, Montana
Distribution: Gentoo 2010, Ubuntu 9.04
Posts: 175

Rep: Reputation: 30
Quote:
"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
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Access the windows machine from fedora core 2 hardeep Linux - Networking 5 06-23-2005 04:19 AM
Cannot access windows partition from fedora. MuncherOfSpleens Linux - Newbie 8 06-10-2005 05:36 AM
Windows partition on Fedora Core 3? Magma_11 Linux - General 4 02-07-2005 12:30 AM
access Windows partitions from Fedora Core 2? leduytien Linux - Software 2 10-18-2004 05:42 AM
Access files on windows xp from fedora core 2 velibos Linux - Newbie 1 08-05-2004 02:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration