linux - No number on a partition in server and can't mount -


on parted /dev/sda2 when use print free output is

partition table: gpt|  number  start   end     size    file system  name  flags         17.4kb  2198gb  2198gb  free space 

there no number written on it.

and how mount without number? right?

how mount raw partition? should create filesystem mkfs.[fsname] mkfs.xfs , mount filesystem, not partition.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -