003 File Manager
Current Path:
/usr/src/tools/regression/zfs/zpool/create
usr
/
src
/
tools
/
regression
/
zfs
/
zpool
/
create
/
📁
..
📄
already_exists.t
(617 B)
📄
automount.t
(384 B)
📄
cache.t
(4.17 KB)
📄
disks.t
(1.48 KB)
📄
files.t
(6.43 KB)
📄
log.t
(7.28 KB)
📄
mirror.t
(2.75 KB)
📄
option-R.t
(648 B)
📄
option-f_inuse.t
(10.86 KB)
📄
option-f_replication_level_mismatch_0.t
(7.2 KB)
📄
option-f_replication_level_mismatch_1.t
(21.22 KB)
📄
option-f_size_mismatch.t
(8.97 KB)
📄
option-f_type_mismatch.t
(14.42 KB)
📄
option-m.t
(1.44 KB)
📄
option-n.t
(428 B)
📄
option-o.t
(3.01 KB)
📄
raidz1.t
(4.45 KB)
📄
raidz2.t
(3.22 KB)
📄
spare.t
(3.28 KB)
Editing: automount.t
#!/bin/sh # $FreeBSD$ dir=`dirname $0` . ${dir}/../../misc.sh echo "1..5" disks_create 1 names_create 1 expect_fl is_mountpoint /${name0} expect_ok ${ZPOOL} create ${name0} ${disk0} if [ -z "${no_mountpoint}" ]; then expect_ok is_mountpoint /${name0} else expect_fl is_mountpoint /${name0} fi expect_ok ${ZPOOL} destroy ${name0} expect_fl is_mountpoint /${name0} disks_destroy
Upload File
Create Folder