-
June 10th, 2002, 08:43 PM
#1
how do i mount a drive that rhl7.3 can w2k can both see
I learning rh 7.3.
i figured out out how to run w2k and rh 7.3 on the same box.
i have w2k on a ntfs partition and linux on the other, i have the third partition as fat32, how do i mnt that fat32 partition so that i can use it w/ linux and w2k?
-
June 10th, 2002, 09:12 PM
#2
I am sure that w2k mounted it automatically.
In linux:
cd mnt
mkdir shared
mount -t VFAT /dev/hda4/ /mnt/shared
where hda4 is whatever partion the fat32 partion is....
you can also have it automount.
\"Ignorance is bliss....
but only for your enemy\"
-- souleman
-
June 10th, 2002, 09:20 PM
#3
w2k did see it right off the bat....
is the double / / suppose to be in there?
so the cmd line would look like this..
mount -t VFAT /dev/crack-kills/mnt/shared
thank you
-
June 10th, 2002, 09:28 PM
#4
Junior Member
just use partition magic, even get it off a zeraw site 
illv //
illv // seen the digital world from monochrome dial up to what it is today.
-
June 10th, 2002, 11:23 PM
#5
nevermind about my last post, i thought you were referring to the name of the drive
but that is in windows.....duuuhh
how do i figure out what i found out what the fat32 partition is?
also how would automount it?
-
June 11th, 2002, 05:41 PM
#6
i tried mounting it but i got and error messaging saying that
vfat is not supported by this kernel. is there anything that i can do?
-
June 11th, 2002, 06:17 PM
#7
Ok, first of all, it isn't VFAT, it's vfat. If it still doesn't work, try replacing vfat with msdos. That'll work but you won't be able to see long file names. Also, to check which partition is the FAT32 type in the following command.
You'll see a list of all the partitions on your system. Look for the one that says FAT or FAT32 or VFAT and then substitute it for hda4 in
mount -t vfat /dev/hda4/ /mnt/shared
Also it is / / (Note the space between the 2 /'s) and not just /
Cheers,
cgkanchi
EDIT: You might also have to make the directory /mnt/shared . You can do it like so
-
June 11th, 2002, 06:40 PM
#8
i did try it w/ the VFAT orginally thats when i got the VFAT not supported by kernal
ill try substituing VFAT w/ msdos
i already have the /mnt/shared/ made
thanks
-
June 13th, 2002, 08:17 AM
#9
everyone,
thank you for your help.
mount -t vfat /dev/hda4 /mnt/shared/
is the command that works
thank you for your help, im sure that i will have more........
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
|
|