Lines Matching refs:partition
9 Runs a series of filesystem tests on a loopback partition using different
10 filesystem types. his shows some features of the job.partition method, such as
14 partition = job.partition('/tmp/looped', 1024, job.tmpdir)
17 #partition = job.partition('/dev/sdb1', job.tmpdir)
20 partition.mkfs(fstype)
21 partition.mount()
23 job.run_test('fsx', dir=partition.mountpoint, tag=fstype)
24 job.run_test('iozone', dir=partition.mountpoint, tag=fstype)
25 job.run_test('dbench', dir=partition.mountpoint, tag=fstype)
27 partition.unmount()
28 partition.fsck()