dd if=/dev/urandom of=test.img bs=65536 count=16 cat test.img > /dev/daX dd if=/dev/daX of=test_rb.img bs=65536 count=16 diff test.img test_rb.img
If these files differs you have problems with disk.
source
Aici veti gasi detalii tehnice despre cum se pot realiza configurari software+ hardware.
Here you can find tehnical details about software/hardware configuration.
dd if=/dev/urandom of=test.img bs=65536 count=16 cat test.img > /dev/daX dd if=/dev/daX of=test_rb.img bs=65536 count=16 diff test.img test_rb.img
# mkdir /usr/public/freebsd90-amd64
# mdconfig -a -t vnode -f FreeBSD-9.0-RELEASE-amd64-disc1.iso
# mount_cd9660 /dev/md0 /mnt
# cp -R /mnt/* /usr/public/freebsd90-amd64
# umount /mnt
# mdconfig -d -u 0
# vi /usr/public/freebsd90-amd64/etc/fstab
/usr/public/freebsd90-amd64 -ro
# pkill -HUP mountd
# mkdir /usr/public/tftp
tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -s /usr/public/tftp
inetd_enable="YES"
# /etc/rc.d/inetd start
# cp /usr/public/freebsd90-amd64/boot/pxeboot /usr/public/tftp
host fbsd9pxe { hardware ethernet xx:xx:xx:xx:xx:xx; fixed-address 192.168.1.45; next-server 192.168.1.10; filename "pxeboot"; option root-path "/usr/public/freebsd90-amd64/"; }
dhcpd_enable="YES"
/usr/local/etc/rc.d/isc-dhcpd start
/usr/ports/distfiles -network 192.168.1 -mask 255.255.255.0Step 3 shares the /usr/ports/distfiles directory and make it available to any client with an IP address beginning in 192.168.1 and netmask of 255.255.255.0.