To optimize NFS throughput and speed the following mount options could help:
rw,noatime,rsize=32768,wsize=32768,soft
To optimize NFS throughput and speed the following mount options could help:
rw,noatime,rsize=32768,wsize=32768,soft
dd if=/dev/sda2 | buffer -S 2048 | ssh -p 2022 -l user machine.example.com "dd of=/space/upload/image.img"
dd if=/dev/sda2 | gzip - | buffer -S 2048 | ssh -p 2022 -l user machine.example.com "dd of=/space/upload/image.img"
# parted /dev/sda
(parted) mklabel gpt
(parted) mkpart primary 0 -1
(parted) print
(parted) quit
# mkfs.ext3 -m 0 /dev/sda1
121 grub-install –root-directory=/mnt –recheck /dev/sda
122 grub-install –root-directory=/mnt ‘(hd0)’
The tool dmidecode is able to display detailed hardware information including the installed memory per slot.
Recent Comments