mount howto
sudo mount -t hfsplus -o remount,force,rw /dev/sdb2 /media/pmichalec/epcim-ex1
mount -t cifs -o file_mode=0666,username=jmeno,password=password //192.168.0.1/data1 /mnt/smbdata
mount -t cifs -o username=jmeno,password=password,iocharset=utf8,codepage=utf8 //192.168.0.2/C$ /mnt/smb_win
mount -t smbfs -o username=jmeno,password=password,iocharset=cp852,codepage=iso8859-2 //192.168.0.3/public /mnt/data2
sudo mount 192.168.122.1:/media/workspace/SHARED /mnt/kvm_shared
mount -t ntfs -o nls=utf8 /dev/sda1 /mnt/ntfs_data
type vfat (rw,noexec,nosuid,nodev,quiet,iocharset=utf8) [DATA]
mount -t iso9660 /dev/hdc /mnt/dvd
mount -o loop -t iso9660 /image.iso /mnt/adresar
fuser -v -c /dev/sda
yi cifs-utils.x86_64 samba-client.x86_64
sudo mount -t cifs -o username=Administrator,password=password 192.168.11.20:/C$ /mnt/tmp3
You need a file to mount as a HDD device - using DD, the following will instantly create a file of SIZE Gigabytes:
You need to make this file look like a block device (Choose a free /dev/loop device):
Start partimage manually from the command line, pointing to your loop device
Remove the file from the loop device
Mount the new file on a directory
Enjoy the backup's files
I believe Step 3 should be "partimage restore /dev/loop0 backupfile.000" Thanks for the nice tutorial. You might appreciate this master-class level use of loopbacks and kvm here: http://www.wand.net.nz/~smr26/wordpress/2008/08/28/kvm-the-hard-way/