zfs notes update

This commit is contained in:
openoms
2023-04-11 17:31:50 +01:00
parent fbec20834e
commit f039b7038b
2 changed files with 34 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ bitcoin-qt --listen=0 --server=0 --datadir=/mnt/hdd/hdd-snapshot-clone/bitcoin
# choose the disk to be prepared
lsblk
# !! careful here to choose the right disk !!
hdd=sde
hdd=sdf
# create the filesystem and label
# sudo /home/admin/config.scripts/blitz.datadrive.sh format ext4 /dev/${hdd}
@@ -57,6 +57,10 @@ sudo mount /dev/${hdd}1 /media/usb
sudo mkdir /media/usb/bitcoin
sudo chown -R bitcoin:bitcoin /media/usb/bitcoin
## to delete an old chain
#cd /media/usb/bitcoin/
#sudo rm -r ./chainstate ./blocks ./indexes ./testnet3
# work in tmux
tmux
cd /mnt/hdd/hdd-snapshot-clone/bitcoin/
@@ -91,4 +95,9 @@ Samsung 870 QVO 1TB
real 113m42.488s
user 0m8.947s
sys 16m33.474s
Samsung 870 EVO 1TB
real 53m11.247s
user 0m9.899s
sys 17m36.942s
```