History log of /external/ltp/testcases/commands/mkfs/mkfs01.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f9a91c164ac52a4c91ff6aa9c156f110d04158d6 24-May-2017 Li Wang <liwang@redhat.com> tst_tests.sh: set the shell TST_ID automatically

commit a5bf5254ca94 sets the tst_test->tid automatically in
LTP C test framework. Here proposed that the shell variable
TST_ID should be handled in the same way.

Signed-off-by: Li Wang <liwang@redhat.com>
Acked-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/commands/mkfs/mkfs01.sh
02efa0309e3754a092c03d4e645e81275771f75e 24-Jun-2017 Lucas Magasweran <lucas.magasweran@daqri.com> commands/mkfs: fix bashism in ntfs size computation

Signed-off-by: Lucas Magasweran <lucas.magasweran@ieee.org>
/external/ltp/testcases/commands/mkfs/mkfs01.sh
353597d789ed6573d04459c23946b9a4289e4bc7 03-Oct-2016 Cyril Hrubis <chrubis@suse.cz> mkfs01.sh Convert to the new library

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/commands/mkfs/mkfs01.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>
/external/ltp/testcases/commands/mkfs/mkfs01.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>
/external/ltp/testcases/commands/mkfs/mkfs01.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>
/external/ltp/testcases/commands/mkfs/mkfs01.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>
/external/ltp/testcases/commands/mkfs/mkfs01.sh