Is this happening because I am trying this out in AntiX 13 64bit testing. The plan is to do a frugal live install with persistence on a 8gig Sandisk SD card in a USB card reader (I don't have a internal card reader on this desktop so I am using a card reader adapter that works for everything else but antix2usb.sh)
Code: Select all
harry@bikertest2:~/isos
$ md5sum antiX-13-beta2-pt1_386-full.iso
f0cca19807334be7dba844b45027f6ca antiX-13-beta2-pt1_386-full.iso
harry@bikertest2:~/isos
$ sux
Password:
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
root@bikertest2:/home/harry/isos
# fdisk -l
Disk /dev/sda: 80 GB, 80031974400 bytes
255 heads, 63 sectors/track, 9730 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 95 763056 7 HPFS/NTFS
Warning: Partition 1 does not end on cylinder boundary.
/dev/sda3 95 1352 10096852 83 Linux
Warning: Partition 3 does not end on cylinder boundary.
/dev/sda2 1352 9730 67296285 5 Extended
/dev/sda6 1352 6515 41471797 83 Linux
Warning: Partition 6 does not end on cylinder boundary.
/dev/sda7 6516 9332 22619520 83 Linux
Warning: Partition 7 does not end on cylinder boundary.
/dev/sda5 9333 9730 3188902 82 Linux swap
Warning: Partition 5 does not end on cylinder boundary.
Disk /dev/sdb: 7 GB, 7962071040 bytes
255 heads, 63 sectors/track, 968 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 98 787153 83 Linux
Warning: Partition 1 does not end on cylinder boundary.
/dev/sdb2 98 969 6996307 83 Linux
Warning: Partition 2 does not end on cylinder boundary.
root@bikertest2:/home/harry/isos
# antix2usb.sh -I antiX-13-beta2-pt1_386-full.iso -D /dev/sdb1
antix2usb.sh Wed Mar 27 19:07:38 CDT 2013
Info: a log will be saved to /tmp/antix2usb.log
Cannot access file /sys/block/sdb1
Error: device not found: /dev/sdb1
root@bikertest2:/home/harry/isos
# mount /dev/sdb1
root@bikertest2:/home/harry/isos
# antix2usb.sh -I antiX-13-beta2-pt1_386-full.iso -D /dev/sdb1
antix2usb.sh Wed Mar 27 19:08:36 CDT 2013
Info: a log will be saved to /tmp/antix2usb.log
Cannot access file /sys/block/sdb1
Error: device not found: /dev/sdb1
# blkid
/dev/sda1: UUID="343942EB578098A9" TYPE="ntfs"
/dev/sda3: UUID="676d70d7-1c41-449b-be0f-2e04df874d86" TYPE="ext4"
/dev/sda5: UUID="a70b8580-b61d-4732-8109-b6f883ab58de" TYPE="swap"
/dev/sda6: UUID="454f0f9b-3885-4a59-a3d8-eefe9bef04e6" TYPE="ext4"
/dev/sda7: LABEL="/" UUID="69f5ae2f-b286-455a-ab50-6440b01a21f4" TYPE="ext4"
/dev/sdb1: LABEL="/" UUID="ab11cbca-c9a0-4e34-805c-1fdbab32e305" TYPE="ext2"
/dev/sdb2: LABEL="/antix-full" UUID="2ba70c25-606f-4f57-aa03-7416c63e378d" TYPE="ext2"
This is the first time (I am a virgin) on using the antix2usb.sh command line script on a flash drive for me.
/antix-full on /dev/sdb2 is going to be the persistent save partition. I read
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.mepis.org/index.php?title=Frugal_install"
linktext was:"http://antix.mepis.org/index.php?title=Frugal_install"
====================================
but I guess I am not understanding what i need to do. I am kinda debating on whether I should copy and paste this thread into a text file.
Delete this post.
Start a new thread titled antix2usb.sh to keep this thread from going off topic and being cluttered.
Too tired to think clearly right now.