[Ilugc] How to extend dos partition to linux partition

  • From: arvy@xxxxxxxxxxx (Arvind Kalyan)
  • Date: 11 May 2004 12:53:55 +0530

You need to have a physical extended partition in the first place then
once you have that, you need to create partitions with in that
extended partition. 

After you allocate space in terms of partitions, create a file-system
on that. Probably using mkfs..

Then you can mount it just like any other partition. 

"Linux" doesn't need any special commands to mount extended
partitions.

# mount -t type /path/to/devicefile /path/to/mountpoint

And yeah, you need to be root to execute the above command, unless you
have entries in /etc/fstab that specifies otherwise.


konjeti sreeram <sreeramat2000@xxxxxxxxx> writes:

Hai ,
 I am sreeram.I installed Fedora in my computer.
I allocated 5 G.B space to that Linux O.S.Now  
i want to add another partition to linux as 
extended partition.I have 4 G.B FAT32 partition 
is there.How can allocate this partition to linux 
extended partition .I used fdisk -t command.
But it showing kernal will not supportto 
this option.How can i allocate linux extended
partition.
 
            Have a great day.


      
              
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover ;
_______________________________________________
To unsubscribe, email ilugc-request@xxxxxxxxxxxxx with 
"unsubscribe <password> address"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc



-- 
Arvind Kalyan (arv) <arvy at kongu dot ac dot in>
i=0141;do{putchar(i);i=i&1?(0x10|i&0xf0)|(i&0xf)<<1:i&4?0:i|4;}while(i);


Other related posts: