Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@mowa219-gjp4-8570p:~ # gdisk /dev/da0
- GPT fdisk (gdisk) version 1.0.5
- Partition table scan:
- MBR: protective
- BSD: not present
- APM: not present
- GPT: present
- Found valid GPT with protective MBR; using GPT.
- Command (? for help): x
- Expert command (? for help): z
- About to wipe out GPT on /dev/da0. Proceed? (Y/N): y
- Warning: The kernel may continue to use old or deleted partitions.
- You should reboot or remove the drive.
- GPT data structures destroyed! You may now partition the disk using fdisk or
- other utilities.
- Blank out MBR? (Y/N): y
- root@mowa219-gjp4-8570p:~ # gdisk /dev/da0
- GPT fdisk (gdisk) version 1.0.5
- Partition table scan:
- MBR: not present
- BSD: not present
- APM: not present
- GPT: not present
- Creating new GPT entries in memory.
- Command (? for help): w
- Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
- PARTITIONS!!
- Do you want to proceed? (Y/N): y
- OK; writing new GUID partition table (GPT) to /dev/da0.
- Warning: The kernel may continue to use old or deleted partitions.
- You should reboot or remove the drive.
- The operation has completed successfully.
- root@mowa219-gjp4-8570p:~ # gpar
- root@mowa219-gjp4-8570p:~ # lsblk
- DEVICE MAJ:MIN SIZE TYPE LABEL MOUNT
- ada0 0:134 466G GPT - -
- ada0p1 0:136 200M efi gpt/efiboot0 -
- ada0p2 0:138 512K freebsd-boot gpt/gptboot0 -
- <FREE> -:- 492K - - -
- ada0p3 0:140 16G freebsd-swap gpt/swap0 SWAP
- ada0p3.eli 2:25 16G freebsd-swap - SWAP
- ada0p4 0:142 450G freebsd-zfs gpt/zfs0 <ZFS>
- ada0p4.eli 0:152 450G - - -
- <FREE> -:- 4.0K - - -
- da0 2:65 14G GPT - -
- <FREE> -:- 14G - - -
- da1 2:57 466G GPT - -
- <FREE> -:- 1.0M - - -
- da1p1 2:58 466G freebsd-zfs gpt/FreeBSD%20ZFS <ZFS>
- root@mowa219-gjp4-8570p:~ # gpart add -t freebsd-ufs /dev/da0
- da0p1 added
- root@mowa219-gjp4-8570p:~ # newfs -U /dev/da0p1
- /dev/da0p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
- using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
- with soft updates
- super-block backups (for fsck_ffs -b #) at:
- 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120, 15365568, 16646016, 17926464, 19206912, 20487360, 21767808, 23048256, 24328704,newfs: sbwrite: failed to write superblock: Input/output error
- root@mowa219-gjp4-8570p:~ # newfs -U /dev/da0p1
- /dev/da0p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
- using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
- with soft updates
- super-block backups (for fsck_ffs -b #) at:
- 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120, 15365568, 16646016, 17926464, 19206912, 20487360, 21767808, 23048256, 24328704, 25609152,newfs: sbwrite: failed to write superblock: Input/output error
- root@mowa219-gjp4-8570p:~ # newfs -U /dev/da0p1
- /dev/da0p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
- using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
- with soft updates
- super-block backups (for fsck_ffs -b #) at:
- 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120, 15365568, 16646016, 17926464, 19206912, 20487360, 21767808, 23048256, 24328704, 25609152, 26889600,newfs: sbwrite: failed to write superblock: Input/output error
- root@mowa219-gjp4-8570p:~ # newfs -U /dev/da0p1
- /dev/da0p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
- using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
- with soft updates
- super-block backups (for fsck_ffs -b #) at:
- 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120, 15365568, 16646016, 17926464, 19206912, 20487360, 21767808, 23048256, 24328704, 25609152, 26889600,
- 28170048,newfs: sbwrite: failed to write superblock: Input/output error
- root@mowa219-gjp4-8570p:~ # newfs -U /dev/da0p1
- /dev/da0p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
- using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
- with soft updates
- super-block backups (for fsck_ffs -b #) at:
- 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120, 15365568, 16646016, 17926464, 19206912, 20487360, 21767808, 23048256, 24328704, 25609152, 26889600,
- 28170048, 29450496
- root@mowa219-gjp4-8570p:~ # newfs -U /dev/da0p1
- /dev/da0p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
- using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
- with soft updates
- super-block backups (for fsck_ffs -b #) at:
- 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120, 15365568, 16646016, 17926464, 19206912, 20487360, 21767808, 23048256, 24328704, 25609152, 26889600,
- 28170048, 29450496
- root@mowa219-gjp4-8570p:~ # stressdisk cycle /media/da0p1
- 2020/12/29 16:34:03 loaded statsfile "stressdisk_stats.json"
- 2020/12/29 16:34:03
- Bytes read: 241516 MByte ( 137.44 MByte/s)
- Bytes written: 335558 MByte ( 30.30 MByte/s)
- Errors: 0
- Elapsed time: 17.862541ms
- 2020/12/29 16:34:03 Couldn't read directory "/media/da0p1": open /media/da0p1: no such file or directory
- 2020/12/29 16:34:03 Removing 0 check files
- 2020/12/29 16:34:03 Starting round 1
- 2020/12/29 16:34:03 Couldn't read directory "/media/da0p1": open /media/da0p1: no such file or directory
- 2020/12/29 16:34:03 No check files - generating
- 2020/12/29 16:34:03 Couldn't open file "/media/da0p1/TST_0000" for write: open /media/da0p1/TST_0000: no such file or directory
- root@mowa219-gjp4-8570p:~ # tail -f -n 0 /var/log/messages
- Dec 29 16:34:18 mowa219-gjp4-8570p kernel: ugen0.6: <Kingston DataTraveler 3.0> at usbus0 (disconnected)
- Dec 29 16:34:18 mowa219-gjp4-8570p kernel: umass0: at uhub2, port 8, addr 10 (disconnected)
- Dec 29 16:34:18 mowa219-gjp4-8570p kernel: da0 at umass-sim0 bus 0 scbus6 target 0 lun 0
- Dec 29 16:34:18 mowa219-gjp4-8570p kernel: da0: <Kingston DataTraveler 3.0 PMAP> s/n 08606E6D401FE341570219CC detached
- Dec 29 16:34:18 mowa219-gjp4-8570p kernel: (da0:umass-sim0:0:0:0): Periph destroyed
- Dec 29 16:34:18 mowa219-gjp4-8570p kernel: umass0: detached
- Dec 29 16:34:23 mowa219-gjp4-8570p kernel: ugen0.6: <Kingston DataTraveler 3.0> at usbus0
- Dec 29 16:34:23 mowa219-gjp4-8570p kernel: umass0 on uhub2
- Dec 29 16:34:23 mowa219-gjp4-8570p kernel: umass0: <Kingston DataTraveler 3.0, class 0/0, rev 3.10/1.10, addr 11> on usbus0
- Dec 29 16:34:23 mowa219-gjp4-8570p kernel: umass0: SCSI over Bulk-Only; quirks = 0x8100
- Dec 29 16:34:23 mowa219-gjp4-8570p kernel: umass0:6:0: Attached to scbus6
- Dec 29 16:34:23 mowa219-gjp4-8570p kernel: da0 at umass-sim0 bus 0 scbus6 target 0 lun 0
- Dec 29 16:34:23 mowa219-gjp4-8570p kernel: da0: <Kingston DataTraveler 3.0 PMAP> Removable Direct Access SPC-4 SCSI device
- Dec 29 16:34:23 mowa219-gjp4-8570p kernel: da0: Serial Number 08606E6D401FE341570219CC
- Dec 29 16:34:23 mowa219-gjp4-8570p kernel: da0: 400.000MB/s transfers
- Dec 29 16:34:23 mowa219-gjp4-8570p kernel: da0: 14784MB (30277632 512 byte sectors)
- Dec 29 16:34:23 mowa219-gjp4-8570p kernel: da0: quirks=0x2<NO_6_BYTE>
- ^C
- root@mowa219-gjp4-8570p:~ # stressdisk cycle /media/da0p1
- 2020/12/29 16:34:29 loaded statsfile "stressdisk_stats.json"
- 2020/12/29 16:34:29
- Bytes read: 241516 MByte ( 137.44 MByte/s)
- Bytes written: 335558 MByte ( 30.30 MByte/s)
- Errors: 0
- Elapsed time: 247.431µs
- 2020/12/29 16:34:29 Removing 0 check files
- 2020/12/29 16:34:29 Starting round 1
- 2020/12/29 16:34:29 No check files - generating
- 2020/12/29 16:34:29 Writing file "/media/da0p1/TST_0000" size 1000000000
- 2020/12/29 16:35:29
- Bytes read: 241516 MByte ( 137.44 MByte/s)
- Bytes written: 336088 MByte ( 30.19 MByte/s)
- Errors: 0
- Elapsed time: 1m0.007482734s
- 2020/12/29 16:36:29
- Bytes read: 241516 MByte ( 137.44 MByte/s)
- Bytes written: 336512 MByte ( 30.07 MByte/s)
- Errors: 0
- Elapsed time: 2m0.001425383s
- 2020/12/29 16:36:32 Writing file "/media/da0p1/TST_0001" size 1000000000
- 2020/12/29 16:37:29
- Bytes read: 241516 MByte ( 137.44 MByte/s)
- Bytes written: 336998 MByte ( 29.96 MByte/s)
- Errors: 0
- Elapsed time: 3m0.008365936s
- 2020/12/29 16:38:29
- Bytes read: 241516 MByte ( 137.44 MByte/s)
- Bytes written: 337296 MByte ( 29.82 MByte/s)
- Errors: 0
- Elapsed time: 4m0.00142523s
- 2020/12/29 16:39:29
- Bytes read: 241516 MByte ( 137.44 MByte/s)
- Bytes written: 337304 MByte ( 29.67 MByte/s)
- Errors: 0
- Elapsed time: 5m0.001446107s
- 2020/12/29 16:40:29
- Bytes read: 241516 MByte ( 137.44 MByte/s)
- Bytes written: 337408 MByte ( 29.52 MByte/s)
- Errors: 0
- Elapsed time: 6m0.001412396s
- 2020/12/29 16:41:29
- Bytes read: 241516 MByte ( 137.44 MByte/s)
- Bytes written: 337424 MByte ( 29.37 MByte/s)
- Errors: 0
- Elapsed time: 7m0.005305331s
- 2020/12/29 16:41:44 Writing file "/media/da0p1/TST_0002" size 1000000000
- 2020/12/29 16:42:29
- Bytes read: 241516 MByte ( 137.44 MByte/s)
- Bytes written: 337756 MByte ( 29.24 MByte/s)
- Errors: 0
- Elapsed time: 8m0.00142315s
- 2020/12/29 16:43:29
- Bytes read: 241516 MByte ( 137.44 MByte/s)
- Bytes written: 338234 MByte ( 29.13 MByte/s)
- Errors: 0
- Elapsed time: 9m0.001411551s
- 2020/12/29 16:44:02 Writing file "/media/da0p1/TST_0003" size 1000000000
- 2020/12/29 16:44:29
- Bytes read: 241516 MByte ( 137.44 MByte/s)
- Bytes written: 338618 MByte ( 29.02 MByte/s)
- Errors: 0
- Elapsed time: 10m0.001491181s
- 2020/12/29 16:45:29
- Bytes read: 241516 MByte ( 137.44 MByte/s)
- Bytes written: 339058 MByte ( 28.91 MByte/s)
- Errors: 0
- Elapsed time: 11m0.003403186s
- 2020/12/29 16:46:18 Writing file "/media/da0p1/TST_0004" size 1000000000
- 2020/12/29 16:46:29
- Bytes read: 241516 MByte ( 137.44 MByte/s)
- Bytes written: 339450 MByte ( 28.81 MByte/s)
- Errors: 0
- Elapsed time: 12m0.001399908s
- 2020/12/29 16:47:29
- Bytes read: 241516 MByte ( 137.44 MByte/s)
- Bytes written: 339788 MByte ( 28.70 MByte/s)
- Errors: 0
- Elapsed time: 13m0.002384258s
- 2020/12/29 16:48:29
- Bytes read: 241516 MByte ( 137.44 MByte/s)
- Bytes written: 339804 MByte ( 28.55 MByte/s)
- Errors: 0
- Elapsed time: 14m0.002087189s
- 2020/12/29 16:48:31 Error while writing "/media/da0p1/TST_0004"
- 2020/12/29 16:48:31 Removing incomplete file "/media/da0p1/TST_0004"
- 2020/12/29 16:48:31 Failed to remove incomplete file "/media/da0p1/TST_0004": remove /media/da0p1/TST_0004: no such file or directory
- root@mowa219-gjp4-8570p:~ #
Add Comment
Please, Sign In to add comment