[software and hardware technology originating from or otherwise pertinent to planet earth]
Initial State / Pre-Conditions: The Pen Drive is plugged in to the USB port of a host system - a discless workstation - running Damn Small Linux (DSL). Neither of the Pen Drive partitions are mounted.
dsl@box:~$ sudo su
[/home/dsl]# cat /etc/fstab /proc /proc proc defaults 0 0 /sys /sys sysfs noauto 0 0 /dev/pts /dev/pts devpts mode=0622 0 0 /dev/fd0 /mnt/auto/floppy auto user,noauto,exec,umask=000 0 0 /dev/cdrom /mnt/auto/cdrom auto user,noauto,exec,ro 0 0 /dev/cdrom1 /mnt/auto/cdrom1 auto users,noauto,exec,ro 0 0 # Added by KNOPPIX /dev/sda1 /mnt/sda1 vfat noauto,users,exec,umask=000,uid=1001,gid=50 0 0 # Added by KNOPPIX /dev/sda2 /mnt/sda2 ext2 noauto,users,exec 0 0
[/home/dsl]# mount /dev/root on / type ext2 (rw) /dev/scd1 on /cdrom type iso9660 (ro) /dev/cloop on /KNOPPIX type iso9660 (ro) /ramdisk on /ramdisk type tmpfs (rw,size=147296k,size=145084k) /proc/bus/usb on /proc/bus/usb type usbdevfs (rw,devmode=0666) unionfs on /KNOPPIX/bin type unionfs (rw,dirs=/ramdisk/bin=rw:/bin=ro) unionfs on /dev type unionfs (rw,dirs=/ramdisk/dev=rw:/dev=ro)
Using the host system described by the system parameters shown above, perform the following steps:
# mount /dev/sda1
# mount /dev/sda2
This mounts the pendrive partions on /mnt/sda1 & /mnt/sda2, respectively.
Note that – following this operation – /mnt/sda1 is the DOS FAT16 format (750M) partition, and /mnt/sda2 is the Linux ext3 formatted partition (3.25G).
# cp -rf KNOPPIX boot/isolinux/* /mnt/sda1
# cd /mnt/sda1
# mv isolinux.cfg syslinux.cfg
# cd
# umount /dev/sda1
#syslinux -sf /dev/sdx1
2006/12 2007/01 2007/05 2007/06 2007/07 2007/08 2007/10 2008/01 2008/02 2008/03 2008/05 2008/11 2008/12 2009/01 2009/02 2009/03 2009/04 2009/05 2009/07 2009/09 2009/10 2009/11
Subscribe to Posts [Atom]