Boot your Linux server from rescue disk.
At boot: prompt, press F5 then type command linux rescue.
Find superblock locations for /dev/sda3:
# dumpe2fs /dev/sda3 | grep superblock
InetServices offers both Windows and Linux bare metal server hosting, and cloud server hosting for any small to medium size business. We also offer both PCI and HIPAA Compliant servers allowing you to achieve PCI or HIPAA Compliance without all the worries of figuring it out. InetServices offers much more than just dedicated servers and cloud servers, we offer you a complete solution to your hosting needs including Big Data, Disaster Recovery, and High Availability services.
Boot your Linux server from rescue disk.
At boot: prompt, press F5 then type command linux rescue.
Find superblock locations for /dev/sda3:
# dumpe2fs /dev/sda3 | grep superblock
Download and Install the Components
You need to install the necessary components on the host server.
# sudo apt-get update
# sudo apt-get install nfs-kernel-server
Download and Install the Components
You need to install the necessary components on the client server.
# sudo apt-get update
# sudo apt-get install nfs-common
On FreeBSD:
# sudo /etc/rc.d/sysctl reload
On Linux:
# sudo sysctl -p /etc/sysctl.conf
Here is how to create a file with random 1s and 0s.
Example 1GB File:
dd if=/dev/urandom of=test1 bs=1M count=1024
Example 10GB File:
dd if=/dev/urandom of=test1 bs=1M count=10240
1. Boot server/VM in BIOS mode and change Boot Mode to CD
2. Boot server/VM from Linux CD
3. Hit F5 to enter Rescue Mode.
1. Boot server/VM in BIOS mode and change Boot Mode to CD
2. Boot server/VM from Linux CD
3. Hit F5 to enter Rescue Mode.