K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2007-02-27T09:04:56.000000Z K 7 svn:log V 462 MFC rev. 1.34-1.36 mdconfig.8 rev. 1.52-1.54 mdconfig.c Make attach the default for -f and assume '-a' and '-t malloc' flags for '-s ' (malloc ramdisk) if not specified. To mount an image: MD=`mdconfig -f image` mount $MD /mnt To create and mount a RAM disk (gosh, last I used those was on an Atari 1040ST: 256kb just to piss off the 640kb PC loosers) MD=`mdconfig -s 5mb` newfs /dev/$MD mount /dev/$MD /mnt Et voila! Much easier to remember. END