LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Quick partitioning question. (https://www.linuxquestions.org/questions/linux-newbie-8/quick-partitioning-question-224509/)

Corallis 08-30-2004 06:42 PM

Quick partitioning question.
 
If I have Windows XP and Slackware 10 installed on a 30 gig hd, and Ive got 5 free megs of unused space (IE the OSes only take 25 gigs combined), how do I format the unused space to allow it to be used by either Windows XP or Slackware? I cant seem to make a fat32 partition with slackware...

Mara 08-30-2004 06:47 PM

su
fdisk /dev/hda
then 'n' option to create a new partition. It'll probably create Linux partition by default, but you can use 't' option to change the type. Interesting ones for you:
b Win95 FAT32
c Win95 FAT32 (LBA)
e Win95 FAT16 (LBA)
f Win95 Ext'd (LBA)

egag 08-30-2004 06:50 PM

so.. you've got 5 gigs not partitioned space.....think you should use xp to
partition & format.

egag

Corallis 08-30-2004 06:59 PM

Will both Windows XP and Slackware 10 be able to acces Win95 FAT32? And what is the difference between regular FAT32 and Ext?

egag 08-30-2004 07:08 PM

ext2/ext3 is a linux file-system, windows cannot use it ,
fat16/32 is a windows file-system and linux can read and write it.

egag

Corallis 08-30-2004 07:21 PM

Oops, sorry, I didnt clarify. I know what Ext2/3/Reis etc are, but I meant to ask what the difference between Fat32 and Fat32 Ext'd is.

egag 08-30-2004 07:41 PM

a HD can have 4 Pri. or 3 Pri and one Ext. partitions max. if you make one of them ( 4 ) extended, you can make a lot ( i think upto 60 ) logical stations in that extended part.

so an Ext. part. is useless untill you make a logical station in that partition
( if hda4=Ext then the first usable logical part. will be hda5 )
( God knows why... :) )

egag


All times are GMT -5. The time now is 10:54 PM.