Results 1 to 10 of 24

Thread: Using a Read-Only Persistence Capability in Knoppix LiveUSBs

Threaded View

  1. #1
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631

    Using a Read-Only Persistence Capability in Knoppix LiveUSBs

    .
    There is an intriguing comment by Klaus Knopper regarding an otherwise
    little-advertised capability of Knoppix to bring in additional cloop-
    compressed overlays and to combine their contents with that of the master
    KNOPPIX compressed file at boot. Klaus uses this feature to add non-free
    material, which CeBIT is licensed to distribute, to CeBIT versions
    of KNOPPIX liveCDs, LiveDVDs and their isos. This may be found at:
    http://lists.debian.org/debian-knopp.../msg00005.html

    AFAICT, Knoppix can handle, at present, eight overlays,
    KNOPPIX0, KNOPPIX1,...KNOPPIX7. The LiveCD iso has only KNOPPIX, aka
    KNOPPIX0. That leaves, for a LiveCD-sized LiveUSB, KNOPPIX1, KNOPPIX2,
    ...KNOPPIX7 unassigned and available.

    For rather-permanent, unchanging parts of one's persistence, there are
    at least three reasons one might want to utilize some of these unassigned
    overlay positions, assuming one uses a LiveUSB with persistence.
    1. A read-only version of the persistence material is safeguarded
    against inadvertent write-over;
    2 A read-only version may be compressed to 40% its ultimate size after
    boot, with the same scant time penalty with which the master KNOPPIX files
    are brought in; and
    3. A read-only version will decrease the amount of writes associated
    with its contained material over that which would occur if the material
    were both read/write and uncompressed. There is a wear consideration
    peculiar to USB write cycling.

    Prior to Knoppix 7, I had added and/or changed a number of files and
    programs beyond the standard files which come with the standard LiveCD iso.
    With the advent of Knoppix 7.0, I converted these to a cloop-compressed
    KNOPPIX1 and added that alongside the master KNOPPIX file in
    /mnt-system/KNOPPIX/. I have developed a few additonal such additions
    using Knoppix 7 since it first came out. I've recently converted these
    additional changes to KNOPPIX2. I am now looking forward to further
    adapting these efforts to an upcoming Knoppix 7.1. Two Screenshots, mtab
    and df-h illustrate this; see Attached Images below.

    I used a small bash program to facilitate and position the cloop-compressed-
    read-only KNOPPIX1 and KNOPPIX2. The essential part of this program uses
    Klaus K's magic formula, in essence, and for example:
    Code:
    cd /; 
    sudo mkisofs -R -U KNOPPIX-DATA | create_compressed_fs -B 131072 -m - - > /mnt-system/KNOPPIX/KNOPPIX1
    One may account for the content of Knoppix changes in two groups:
    1. The totality of files in /home/knoppix/ plus a small number of
    individual files that may have been changed or added.
    These changes may be recorded with a small bash script, like Keep*.
    These changes may be restored with another small bash script, like Restore*.
    2. The totality of files added via apt or Synaptic, may similarly be
    expressed by another small bash script, like Uncommon.dpkg*.

    *These or similar small programs, may be added to /etc/profile as follows:
    Code:
    Keep() { # Aid to backing-up unique user files
    cd /; KEEP=/mnt-system/keep$(date +"%m%d%H").tar.gz
    echo -e 'Compressing data; patience, this may take a little time..\c'
    tar -cz --exclude *gvfs* --exclude *cache* \
    -f $KEEP home/knoppix/ \
    etc/profile etc/rc.local etc/X11/Xsession.d/45* etc/syslog-knoppix.conf \
    etc/chromium/ mnt-system/boot/syslinux/syslinux.cfg
    echo ".Done."; echo "Restore using the command, tar -xzf '$KEEP' -C /"
    } 
    Restore() { # Restore $PEEK given the date, $1 in %m%d%H format
    PEEK="/mnt-system/keep$1.tar.gz" 
    echo "Restoring '$PEEK files to /."; tar -xzf $PEEK -C /
    } 
    Uncommon.dpkg() { # Packages uncommon to dpkg.current & "dpkg.$1"
    dpkg --get-selections > /tmp/dpkg.current
    comm -3 --nocheck-order /tmp/dpkg.current "dpkg.$1" | less | tee uncommon
    }
    Attached Images Attached Images

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


WD 500GB My Passport SSD, Portable External Solid State Drive WDBAGF5000ARD-WESN picture

WD 500GB My Passport SSD, Portable External Solid State Drive WDBAGF5000ARD-WESN

$59.99



N85XX DELL 3.84TB SAS 12GB/S ENTERPRISE SOLID STATE DRIVE (W/ 14TH GEN CADDY) picture

N85XX DELL 3.84TB SAS 12GB/S ENTERPRISE SOLID STATE DRIVE (W/ 14TH GEN CADDY)

$389.95



SanDisk 2TB Ultra 3D NAND SSD, Internal Solid State Drive - SDSSDH3-2T00-G26 picture

SanDisk 2TB Ultra 3D NAND SSD, Internal Solid State Drive - SDSSDH3-2T00-G26

$149.99



Western Digital 1TB WD Blue SA510 SATA SSD Internal 2.5”/7mm Cased - WDS100T3B0A picture

Western Digital 1TB WD Blue SA510 SATA SSD Internal 2.5”/7mm Cased - WDS100T3B0A

$89.99



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$14.99



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$13.99



Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot picture

Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot

$13.99



Patriot P210 256GB SSD 2.5

Patriot P210 256GB SSD 2.5" SATA III 6GB/s Internal Solid State Drive For PC/MAC

$19.99



M.2 NVMe SSD 128GB 256GB 512GB Single Notch with Windows Installed 10 / 11 picture

M.2 NVMe SSD 128GB 256GB 512GB Single Notch with Windows Installed 10 / 11

$85.25



Fanxiang M.2 SATA SSD 2TB 1TB 512GB 256GB SSD Internal M2 Solid State Drive Lot picture

Fanxiang M.2 SATA SSD 2TB 1TB 512GB 256GB SSD Internal M2 Solid State Drive Lot

$109.99