commit | b5ebe5fdb3a520114fc4f956687e2c51f3b81429 | [log] [tgz] |
---|---|---|
author | Karol Lewandowski <k.lewandowsk@samsung.com> | Thu Nov 03 10:02:31 2011 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Nov 03 10:02:31 2011 +0100 |
tree | d8d018097a76b55473551b800125e3f70d84b67a | |
parent | f85554c26525ec2ddc860ccb1aadc05e7a3825f6 [diff] |
mount: handle list of comma-separated fs types in -t option Allows one to specify list of filesystem types to be tried when mounting particular device. E.g. mount -t vfat,ext2 ... Signed-off-by: Karol Lewandowski <k.lewandowsk@samsung.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>