Sun Mar 30, 2014 10:58 am
http://sourceforge.net/projects/refracta/files/tools/refractasnapshot-base_9.0.9-7_all.deb/download
http://sourceforge.net/projects/refracta/files/tools/refractasnapshot-gui_9.0.9-8_all.deb/download
home/snapshot# fdisk -l -u *.iso
Disk snapshot-20140330_1042.iso: 766 MB, 766509056 bytes
64 heads, 32 sectors/track, 731 cylinders, total 1497088 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x3e6ec0a5
Device Boot Start End Blocks Id System
snapshot-20140330_1042.iso1 * 0 1497087 748544 17 Hidden HPFS/NTFS
fdisk -l -u debian-7.4.0-i386-netinst.iso
debian-7.4.0-i386-netinst.iso: 290 MB, 290455552 bytes
64 heads, 32 sectors/track, 277 cylinders, total 567296 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
/debian-7.4.0-i386-netinst.iso1 * 64 567295 283632 17 Hidd HPFS/NTFS
Sun Mar 30, 2014 12:35 pm
J.T.Kirk wrote:Hi all
When write file.iso on to usb with cat file.iso > /dev/sdb
don't possible re-partitioning free space on usb.
Gparted showing all space on usb, as: not allocated
dd if=/dev/zero of=/dev/<your-usb-device> bs=512 count=4096
Sun Mar 30, 2014 2:23 pm
Sun Mar 30, 2014 3:41 pm
Sun Mar 30, 2014 3:55 pm
fdisk -l -u debian-7.4.0-i386-netinst.iso
debian-7.4.0-i386-netinst.iso: 290 MB, 290455552 bytes
Device Boot Start End Blocks Id System
/debian-7.4.0-i386-netinst.iso1 * 64 567295 283632 17 Hidd HPFS/NTFS
Sun Mar 30, 2014 4:27 pm
J.T.Kirk wrote:With this command from console: isohybrid -offset 64 file.iso
the file is isohybrid, because*...! is possible re-partition free space on usb.
if [[ $make_isohybrid = "yes" ]]; then
isohybrid --offset 64 "$snapshot_dir"/"$filename"
fi
Sun Mar 30, 2014 5:28 pm
isohybrid --offset 64 "$snapshot_dir"/"$filename"
Mon Mar 31, 2014 8:42 am
Mon Mar 31, 2014 9:27 am
Mon Mar 31, 2014 1:17 pm
isohybrid --offset 64 "$snapshot_dir"/"$filename"