LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   dual booting xp and ubuntu need help with the fat32 shared partition (https://www.linuxquestions.org/questions/linux-general-1/dual-booting-xp-and-ubuntu-need-help-with-the-fat32-shared-partition-526569/)

reddwarf1387 02-07-2007 07:46 PM

dual booting xp and ubuntu need help with the fat32 shared partition
 
my hdd is 160gb i partitioned it four ways 25gb for windows 23gb for linux 1gb swap and 102 gb for fat32 shared (/winlin) how do i get access to it in linux, keep in mind i have no experience with linux i booted it first time today thanks in advance

inspiron_Droid 02-07-2007 08:00 PM

You need to add a line to your fstab file.

sudo gedit /etc/fstab

after you hit enter it will ask you for your password.

passworg: ???

then it wil open a gedit window and there should be a partitoin with the fat32 file system on it which you need to asign a mont point so oipen another tab in your current termonal window and issue this command sudo mkdir /winlin, thnen issue the command fdisk /dev?drive name once the fdisk prompt apears then type p to list the partitions on your hdd.

Finally ad a line that looks similar to the one below to the /etc/fstab file.

device

/dev/partiton name /winlin fat32 0 0 default

reddwarf1387 02-07-2007 08:57 PM

tired it
 
i tried i cant find any of the things you were talking about, how do i know what drive is what and where do i go to find all that info also how do i find what drive thisi s actually installed in (i know how a partitioned them i just dont know i look at properties like i do in windows

reddwarf1387 02-07-2007 10:11 PM

nvm
 
figured it all out thanks for the help

wahming 02-07-2007 10:23 PM

Don't double post, reddwarf.


All times are GMT -5. The time now is 09:19 PM.