All public logs

Jump to navigation Jump to search

Combined display of all available logs of 6bit.ch wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:23, 19 November 2024 Xbl talk contribs created page Zettabyte File System (Created page with "= zfs = == Expand zpool == <code>for i in /sys/class/scsi_device/*/device/rescan; do echo "- - -" > $i; done</code> Scan current SCSI devices for changes</br> <code>parted /dev/sdb rm 9</code> 8MB partition at the end of the disk may be deleted (perhaps an artefact from the Solaris days?)</br> <code>growpart /dev/sdb 1</code> Increase size to maximum</br> <code>zpool online -e ZPOOLNAME /dev/sdb</code> Expanding the pool</br>")