From: Jungsub Shin <supsup5642@gmail.com>
To: "J. R. Okajima" <hooanon05g@gmail.com>
Cc: Al Viro <viro@ZenIV.linux.org.uk>,
linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: Why is the length of max mount option a page size??
Date: Thu, 31 May 2018 08:51:40 +0900 [thread overview]
Message-ID: <20180530235140.GA3974@supsup-VirtualBox> (raw)
In-Reply-To: <5878.1527648027@jrobl>
On Wed, May 30, 2018 at 11:40:27AM +0900, J. R. Okajima wrote:
> Jungsub Shin:
> > Do you mean using symlinks or bind mount to reduce length of mount
> > options?? I can remove "~/tca_agent/image_layer_dir" string. But the
> > other character means unique ID of layer and i can't compress it or
> > replace it to another string. This is not fundamental solution. Docker=20
>
> Can't it be a solution?
>
> # mount -o bind /long/path0 /br0
> # mount -o bind /long/path1 /br1
> :::
> # mount -t aufs -o br=/br0:/br1:... none /mntpnt
>
> or
>
> # ln -s /long/path0 /br0
> # ln -s /long/path1 /br1
> :::
> # mount -t aufs -o br=/br0:/br1:... none /mntpnt
>
>
> J. R. Okajima
I don't test them, but they will work well.
That's temporary solution. So i'm use remount,append option.
Thanks
next prev parent reply other threads:[~2018-05-31 0:02 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-21 17:39 Why is the length of max mount option a page size?? Jungsub Shin
2018-05-25 10:42 ` J. R. Okajima
2018-05-29 0:24 ` Jungsub Shin
2018-05-29 1:14 ` Al Viro
2018-05-29 1:14 ` Al Viro
2018-05-29 3:57 ` Jungsub Shin
2018-05-30 2:40 ` J. R. Okajima
2018-05-30 23:51 ` Jungsub Shin [this message]
2018-05-29 1:14 ` J. R. Okajima
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=20180530235140.GA3974@supsup-VirtualBox \
--to=supsup5642@gmail.com \
--cc=hooanon05g@gmail.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=viro@ZenIV.linux.org.uk \
/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.