HomeSort by relevance Sort by last modified time
    Searched refs:disk_partition (Results 1 - 2 of 2) sorted by null

  /external/ltp/testscripts/
autofs1.sh 23 # USAGE : autofs1.sh <disk_partition>
66 echo "FAILED: Usage $0 <disk_partition>"
70 disk_partition=$1
71 if [ ! -b $disk_partition ]
73 echo "FAILED: Usage $0 <block special disk_partition>"
76 mkfs -t ext2 $disk_partition
221 echo "disk -fstype=auto,rw,sync :$disk_partition " > /etc/auto.disk
259 mount -t ext2 $disk_partition /mnt/
autofs4.sh 23 # USAGE : autofs4.sh <disk_partition>
62 echo "FAILED: Usage $0 <disk_partition>"
65 disk_partition=$1
66 if [ ! -b $disk_partition ]
68 echo "FAILED: Usage $0 <block special disk_partition>"
71 mkfs -t ext2 $disk_partition >/dev/null 2>&1
210 echo "disk -fstype=ext2 :$disk_partition " > /etc/auto.disk
245 mount -t ext2 $disk_partition /mnt/

Completed in 638 milliseconds