Home | History | Annotate | Download | only in testscripts

Lines Matching full:disk

27 #                1) System with a floppy device with a floppy disk in it.
28 # 2) A spare (scratch) disk partition of 100MB or larger.
185 # (3) Automount the floppy disk
209 echo "/AUTOFS/DISK /etc/auto.disk " >> /etc/auto.master
210 echo "disk -fstype=ext2 :$disk_partition " > /etc/auto.disk
215 mkdir /AUTOFS/DISK/disk/test
216 cp /etc/auto.master /etc/auto.media /AUTOFS/DISK/disk/test
221 cd /AUTOFS/DISK/disk/test
222 umount /AUTOFS/DISK/disk/ >/dev/null 2>&1
226 rm -rf /etc/auto.master /etc/auto.media /etc/auto.disk /AUTOFS
232 umount /AUTOFS/DISK/disk/ >/dev/null 2>&1
236 rm -rf /etc/auto.master /etc/auto.media /etc/auto.disk /AUTOFS
242 # Mount the disk partition somewhere else and then reference automount
243 # point for disk partition.
246 ls -l /AUTOFS/DISK/disk
257 rm -rf /etc/auto.master /etc/auto.media /etc/auto.disk /AUTOFS