[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]
Got it. RAM disk script. Requires superuser privileges. Herewith: #!/usr/bin/env bash # $1 (optional): size; defaults to 20 M# $2 (optional): mount point; defaults to /tmp/ramdisk. Will be created if needed.
disksize="${1:-20m}" mountpoint="${2:-/tmp/ramdisk}" sudo mkdir -p "$mountpoint" sudo mount -t tmpfs tmpfs "$mountpoint" -o size=$disksize On 9 Sep, 2012, at 7:05 pm, raymond.knowles@xxxxxxxxxxxxx wrote:
Hi Phil, It was a short (2 lines?) routine to enhance listings or something like that. Sorry, this brain disease appears to be catching, hope I have given sufficient info to trigger the right piece of memory. Regards etc, Ray.----Original Message---- From: phil.hudson@xxxxxxxxxDate: 09/09/2012 9:23 To:"Devon/Cornwall GNU LUG"<list@xxxxxxxxxxxxx>Subj: [LUG]Brain drainedRay: what was I going to post to the list?Brain unaccountably emptythis am. -- PhilHudson http://hudson-it.no-ip.biz@UWascalWabbit PGP/GnuPG ID: 0x887DCA63-- The Mailing List for the Devon & Cornwall LUG http://mailman.dclug.org.uk/listinfo/list>FAQ: http://www.dcglug.org.uk/listfaq-- The Mailing List for the Devon & Cornwall LUG http://mailman.dclug.org.uk/listinfo/list FAQ: http://www.dcglug.org.uk/listfaq
-- Phil Hudson http://hudson-it.no-ip.biz @UWascalWabbit PGP/GnuPG ID: 0x887DCA63 -- The Mailing List for the Devon & Cornwall LUG http://mailman.dclug.org.uk/listinfo/list FAQ: http://www.dcglug.org.uk/listfaq