Skip to content

Instantly share code, notes, and snippets.

@ChaimStanton
Created May 4, 2020 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChaimStanton/2b318cb1e4d631e24bc5cc414d85d6b3 to your computer and use it in GitHub Desktop.
Save ChaimStanton/2b318cb1e4d631e24bc5cc414d85d6b3 to your computer and use it in GitHub Desktop.
GParted 1.1.0
configuration --enable-libparted-dmraid --enable-online-resize
libparted 3.3
========================================
Device: /dev/sda
Model: ATA TOSHIBA MQ01ABD1
Serial: 44BBPW6IT
Sector size: 512
Total sectors: 1953525168
Heads: 255
Sectors/track: 2
Cylinders: 3830441
Partition table: msdos
Partition Type Start End Flags Partition Name File System Label Mount Point
/dev/sda1 Primary 2048 1953523711 unknown
========================================
Device: /dev/sdb
Model: Generic Flash Disk
Serial: none
Sector size: 512
Total sectors: 61440000
Heads: 255
Sectors/track: 2
Cylinders: 120470
Partition table: none
Partition Type Start End Flags Partition Name File System Label Mount Point
/dev/sdb Unpartitioned 0 61439999 iso9660 MANJARO_XFCE_200
========================================
Delete /dev/sda1 (unknown, 931.51 GiB) from /dev/sda 00:07:06 ( SUCCESS )
calibrate /dev/sda1 00:03:15 ( SUCCESS )
path: /dev/sda1 (partition)
start: 2048
end: 1953523711
size: 1953521664 (931.51 GiB)
delete partition 00:03:51 ( SUCCESS )
========================================
Create Primary Partition #1 (ext4, 931.51 GiB) on /dev/sda 00:09:32 ( ERROR )
create empty partition 00:00:57 ( SUCCESS )
path: /dev/sda1 (partition)
start: 2048
end: 1953523711
size: 1953521664 (931.51 GiB)
clear old file system signatures in /dev/sda1 00:03:33 ( SUCCESS )
write 512.00 KiB of zeros at byte offset 0 00:00:04 ( SUCCESS )
write 4.00 KiB of zeros at byte offset 67108864 00:00:00 ( SUCCESS )
write 4.00 KiB of zeros at byte offset 274877906944 00:00:00 ( SUCCESS )
write 512.00 KiB of zeros at byte offset 1000202567680 00:00:00 ( SUCCESS )
write 4.00 KiB of zeros at byte offset 1000203026432 00:00:00 ( SUCCESS )
write 8.00 KiB of zeros at byte offset 1000203083776 00:00:00 ( SUCCESS )
flush operating system cache of /dev/sda 00:00:16 ( SUCCESS )
set partition type on /dev/sda1 00:00:51 ( SUCCESS )
new partition type: ext4
create new ext4 file system 00:04:11 ( ERROR )
mkfs.ext4 -F -O ^64bit -L '' '/dev/sda1' 00:04:11 ( ERROR )
64-bit filesystem support is not enabled. The larger fields afforded by this feature enable full-strength checksumming. Pass -O 64bit to rectify.
Creating filesystem with 244190208 4k blocks and 61054976 inodes
Filesystem UUID: 3c462c22-3875-4425-b3ab-b3c1defde963
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
102400000, 214990848
Allocating group tables: done
Writing inode tables: done
Creating journal (262144 blocks): done
Writing superblocks and filesystem accounting information: 0/7453
mke2fs 1.45.6 (20-Mar-2020)
mkfs.ext4: Input/output error while writing out and closing file system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment