From: "Linda A. Walsh" <lkml@tlinx.org>
To: util-linux@vger.kernel.org
Subject: Specifying a generic and per-fs mount line in /etc/fstab as well as no-canonicalize.
Date: Wed, 06 Aug 2014 15:55:56 -0700 [thread overview]
Message-ID: <53E2B27C.9020305@tlinx.org> (raw)
Karel Zak wrote:
>
> Well, I'm trying to help you, so it would be nice to have more
> information about your use-case...
I think I explained that it was the default to follow user-specified
symbolic link names in following and echoing a path -- notable in shells
like bash.
if "/usr/src" is a symlink pointing to /home/src,
and under /home/src, packages points to ../packages, then when I
switch to /usr/src/packages, I see my path listed as /usr/src/packages:
> cd /usr/src/packages
/usr/src/packages> pwd
/usr/src/packages
Only by asking an external util can I find the real name:
> /bin/pwd
/home/packages
It's a display choice for *user-convenience* that was made over
years of feedback.
Why not allow the same paradigm in /etc/fstab and allow nocanonicalize as
an option with mounts in /etc/fstab?
next reply other threads:[~2014-08-06 22:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-06 22:55 Linda A. Walsh [this message]
2014-08-06 23:02 ` Specifying a generic and per-fs mount line in /etc/fstab as well as no-canonicalize Bernhard Voelker
2014-08-07 19:14 ` Linda Walsh
2014-08-08 8:08 ` Karel Zak
2014-08-08 8:44 ` Karel Zak
2014-08-08 15:29 ` Linda Walsh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53E2B27C.9020305@tlinx.org \
--to=lkml@tlinx.org \
--cc=util-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.