353597d789ed6573d04459c23946b9a4289e4bc7 |
03-Oct-2016 |
Cyril Hrubis <chrubis@suse.cz> |
mkfs01.sh Convert to the new library Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
kfs01.sh
|
c6ef4403f944e6df5610ec3f845ce056106be6ac |
20-Feb-2016 |
Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com> |
mkfs01.sh: use df -P For the same reason as it was in commit deab0acd12a6 ("df01: use the POSIX output format"). Signed-off-by: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com> Acked-by: Cyril Hrubis <chrubis@suse.cz>
kfs01.sh
|
c615f1127383eec550e86785ed7cb20b61eb8268 |
21-Jan-2016 |
Cyril Hrubis <chrubis@suse.cz> |
test.sh: Add tst_umount(), use it in mkfs and df tests For the same reason we added it to the C library in 420add2. To quote the commit to the C library: "Various desktop deamons (gvfsd-trash is known for that) may be stupid enough to probe all newly mounted filesystem which results in umount(2) failing with EBUSY." The shell version does also check if the device is actually mounted and do not attempt to do umount if it's not so it could be directly used in cleanups. This commit also makes use of the tst_umount() in mkfs01.sh and df01.sh which has been found failing rarely. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
kfs01.sh
|
6be6bb56f02d662952860ebcbfc2f1a2355e8705 |
12-Nov-2015 |
Rock Lee <rocklee_104@outlook.com> |
commands/mkfs/mkfs01.sh: fix mkfs If a block device is specified when ./runltp -b , mkfs testcase may fail because there is only "TYPE="vfat"" token in the output of blkid, rather than "SEC_TYPE="msdos"". BTW, mkfs.msdos and mkfs.vfat are the same. Signed-off-by: Rock Lee <rocklee_104@outlook.com> Acked-by: Cyril Hrubis <chrubis@suse.cz>
kfs01.sh
|
8a95b719259f489bf50e1642498ecbda99662f90 |
04-Nov-2015 |
Guangwen Feng <fenggw-fnst@cn.fujitsu.com> |
commands/mkfs: Added new testcase to test mkfs(8) command. Test mkfs(8) command with some basic options. Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
akefile
kfs01.sh
|