growfs test
Link to this paste: http://bugs.dragonflybsd.org/pastes/423
Added by tuxillo 8 months ago.
Syntax: Plain Text
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
island1# growfs /dev/da1s1a
We strongly recommend you to make a backup before growing the Filesystem
Did you backup your data (Yes/No) ? Yes
new filesystemsize is: 267466220 frags
growfs: 1069864880 sectors in 261198 cylinders of 1 tracks, 4096 sectors
522395.0MB in 2935 cyl groups (89 c/g, 178.00MB/g, 22528 i/g)
super-block backups (for fsck -b #) at:
860323872, 860688416, 861052960, 861417504, 861782048, 862146592, 862511136, 862875680,
863240224, 863604768, 863969312, 864333856, 864698400, 865062944, 865427488, 865792032,
866156576, 866521120, 866885664, 867250208, 867614752, 867979296, 868343840, 868708384,
869072928, 869437472, 869802016, 870166560, 870531104, 870895648, 871260192, 871624736,
871989280, 872353824, 872718368, 873082912, 873447456, 873812000, 874176544, 874541088,
874905632, 875270176, 875634720, 875999264, 876363808, 876728352, 877092896, 877457440,
877821984, 878186528, 878551072, 878915616, 879280160, 879644704, 880009248, 880373792,
880738336, 881102880, 881467424, 881831968, 882196512, 882561056, 882925600, 883290144,
883654688, 884019232, 884383776, 884748320, 885112864, 885477408, 885841952, 886206496,
886571040, 886935584, 887300128, 887664672, 888029216, 888393760, 888758304, 889122848,
[....]
1064103968, 1064468512, 1064833056, 1065197600, 1065562144, 1065926688, 1066291232,
1066655776, 1067020320, 1067384864, 1067749408, 1068113952, 1068478496, 1068843040,
1069207584, 1069572128
island1# fsck -y /dev/da1s1a
** /dev/da1s1a
** Last Mounted on /data
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3 - Check Connectivity
** Phase 4 - Check Reference Counts
** Phase 5 - Check Cyl groups
516112 files, 184230515 used, 79056234 free (33074 frags, 9877895 blocks, 0.0% fragmentation)
island1# mount -a
island1# df -h /data/
Filesystem Size Used Avail Capacity Mounted on
/dev/serno/QM00007.s1a 502G 351G 111G 76% /data
|