From 7312c4ad186cdc0b150c303babae44f5809fb014 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 8 Apr 2011 10:15:06 +0200 Subject: [PATCH] docs: update TODO Signed-off-by: Karel Zak --- TODO | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/TODO b/TODO index c903ab067b..d5a5c2019b 100644 --- a/TODO +++ b/TODO @@ -33,6 +33,21 @@ mount It's definitely better to have a generic way how ignore some options than use comment= for all things. + - add --source and --target options to specify device and mountpoint + + fstab: + /dev/sda1 /foo auto defaults 0 0 + /foo /mnt auto bind 0 0 + command line: + mount -o remount,ro /foo + + ... this command is ambiguous. It would be better to have a way how specify + target or source: + + mount --target /foo -o remount,ro + + Note that findmnt(8) already supports --target and --source. + build-sys -------- -- 2.47.2