|  | 
 
| Hi, All, 
 We have developed a Server Rescue System and will release it to our customers shortly once testing is complete.
 
 
 Our Server Rescue system is based on Linux SystemRescueCD (http://www.sysresccd.org), it will allow our customers to repair system and recover important data after a OS crash.
 
 
 With Raksmart Server Rescue System, our customer will be able to perform following repairing and recovering:
 
 
 1. SSH/VNC access data on your crashed server.
 2. Reset Windows password
 3. Reset Linux password
 4. Mounting an NTFS partition with read/write support
 5. Test and Repair partition (ntfs, fat32, ext2/3 and many others)
 6. Rsync backup important data to off-site.
 and much more.
 
 
 
 Example to mount NTFS partition:
 % ntfs-3g /dev/sda1 /mnt/windows
 
 
 Example to reset Windows Administrator password:
 % cd /mnt/windows/Windows/System32/config
 % chntpw -u Administrator SAM
 % reboot
 
 
 Example to rest Ubuntu password
 % mkdir /mnt/ubuntu
 % mount /dev/sda1 /mnt/ubuntu
 % chroot /mnt/ubuntu
 % passwd root
 % reboot
 
 
 Screenshot, access from VNC (on display 1) and reset Windows 2008 Server Administrator password
 Screen shot 2012-03-20 at 1.27.44 PM.png
 85K   View   Download
 
 
 
 
 | 
 
 |