Assume we have /dev/sda:
1. fdisk /dev/sda
2. Create a new partition: type ‘n’
3. Choose logical or primary partition: type ‘l’ or ‘p’
4. Set the size you want,
5. Write the changes you have made: type ‘w’
6. Exit from fdisk, then make a new file system, for example: mkfs -t ext4 /dev/sda3
Home > Linux System > Make A New Partition with FDisk
Make A New Partition with FDisk
Leave a Reply
Trackbacks:0
- Listed below are links to weblogs that reference
- Make A New Partition with FDisk from Aji's Journal