8 Commits

Author SHA1 Message Date
Igor Murzov
74a37e7507 mount.linux: Add some new mount options intoduced in Linux 3.7 2012-12-04 20:08:30 +04:00
Igor Murzov
4a76f5a166 mount.linux: Add options completion for nfs. 2012-12-04 20:00:57 +04:00
Igor Murzov
f379e9275c mount.linux: Add options completion for davfs. 2012-08-09 15:50:21 +04:00
Igor Murzov
3aa040d25f mount.linux: Clean up mount options, remove duplicates. 2012-07-22 16:38:30 +04:00
Igor Murzov
3ea1597d3c mount.linux: Add some new mount options intoduced in Linux 3.5
See: http://kernelnewbies.org/Linux_3.5
2012-07-22 16:21:53 +04:00
Igor Murzov
1cb1e31e18 mount.linux: Add some new mount options intoduced in Linux 3.0-3.2
Also add jffs2 to the fs list.
See: http://kernelnewbies.org/Linux_3.2
2012-01-13 00:17:51 +04:00
Igor Murzov
9a72c2f3e0 mount: Don't suggest short options. 2011-11-24 05:06:59 +03:00
Igor Murzov
db8d3eeeeb mount, umount: Add linux-specific completions.
This linux-specific completion won't parse /etc/fstab as a lot of people
including myself find it useless. And there is no reliable way to guess
what user wants to mount. Some examples of what is ok for mount:

 $ mount /home
 $ mount /dev/sda1 /home
 $ mount file.iso /media/iso -o loop
 $ mount LABEL=mydisk /media/disk

It is more sane to provide just filenames completion for mount.
2011-11-20 01:26:51 +03:00