filesystems - How to edit file system of partition? -


root@milenko-hp-compaq-6830s:/home/milenko# parted -l model: ata fujitsu mhz2250b (scsi) disk /dev/sda: 250gb sector size (logical/physical): 512b/512b partition table: msdos  number  start   end    size    type      file system     flags  1      1049kb  248gb  248gb   primary   ext4            boot  2      248gb   250gb  2140mb  extended  5      248gb   250gb  2140mb  logical   linux-swap(v1) 

number 2 extended type.what should create file system ext4?

you have ext4 file system on partition #1. , not need change #2 ext4 until not know doing. partition #3 logical partition inside extended partition #2. it's linux swap partition. use fdisk utility manage partitions , mkfs build file systems.


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -