|
-
July 23rd, 2003, 01:29 PM
#1
Member
linux filesystem
Hey I have three questions:
How do you get access to the fat32 partition of a dual booting computer with linux red hat 9? also is there a way to go the other way too?
How do I get XMMS to play MP3 files?
-
July 23rd, 2003, 03:30 PM
#2
Member
To access the fat32 partition, you need to mount that partition in linux, check this link
http://pages.prodigy.net/cgrins/home/tut01mount.htm
I don;t think you can access linux partition from windows, unless you are running a third party emulator software like VMWare ( might be wrong in this) to emlulate linux within windows
last qn..... no clue
-
July 23rd, 2003, 04:46 PM
#3
Ok I have a question first did you use the Linux Partitioning tool another one or a program.
It depends it you used Partition Commander/Partition Magic you can access it threw the edit ability if you used that I can walk you threw it. Now if you used the Linux one then I thin kyour ****ed, but then again I remember something, you know what I think during your installation you have access to it and you can get back to it if your willing to wait untill I get home I will tell you I have it somewhere written down.
What other Windows OS are you running?
I believe that there is a way in XP.
Whizkid2300
-
July 23rd, 2003, 06:04 PM
#4
Member
Thanks. It worked. Now for stupid question number one. How do I make this permanent so I don't have to do it whenever I restart?
-
July 23rd, 2003, 10:13 PM
#5
I just had to figure this out myself. Sometimes it can take a while for someone to reply to threads if they choose to reply at all. You should check out irc. I go to freenode and go to the #redhat channel there. There very helpful and ya get your answer really quick. Also try using the "man" command. It helps a lot.
open /etc/fstab in your favorite editor (I use gedit so I type "gedit /etc/fstab")
put this in (this is for a fat32 partition)
/location/of/device /where/to/mount vfat umask=000 0 0
What I typed in was
/dev/hda1 /mnt/windows vfat umask=000 0 0
Now remember, this gives everyone Read/Write access to the mount I don't know how to change it. For NTFS it is a little more difficult. Your kernel has to support it first. also check out
www.tlpd.org <----Its The Linux Documentation Project. A lot of my questions have been answered there.
Good Luck
hjack
*edited for spelling
One more thing. Just reading your post again I saw that you mentioned viewing linux partitions in Windows. Well I real quicked asked in irc and looked on google and did see a couple of things about viewing ext3 partitions in WIndows but nothing real informative but here is another solution. Just create a separate "swap" fat32 partition for both. Just write to that in either one and you could view it in the other. Thats what a lot of ppl with the NTFS problem do I belive. I could be wrong though.
"Where the tree of knowledge stands, there is always paradise": thus speak the oldest and the youngest serpents.
- Friedrich Nietzsche
-
July 24th, 2003, 01:27 PM
#6
Member
ext3 access in windows
To anyone else interested in this...
I did find a program that will allow you to access and write to ext3 partitions from most MS Windows platforms. It is called explore2fs. It's a beta but it seems to be stable. Just make sure you read the docs before you use.
Here is a link:
http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm
It is still in development. but it is opensource.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|