Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jul 2018 21:05:50 -0500
From:      angelv <angelvg@gmail.com>
To:        chromium@freebsd.org
Subject:   Re: pkg-message
Message-ID:  <CA%2BwWuAyd5Lj680QiNma233YgzvCLrJ=zcVHALV48=Z-7Ab96-A@mail.gmail.com>
In-Reply-To: <CA%2BwWuAw8QAsZw1AxedzGSEXWPjfTpU_2V_P%2B0yxnvjAoM4gorw@mail.gmail.com>
References:  <CA%2BwWuAw8QAsZw1AxedzGSEXWPjfTpU_2V_P%2B0yxnvjAoM4gorw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Complementary information:

root@ns2:~ # echo "md $(echo ~{angel})/.cache/chromium mfs
rw,late,-wangel:angel,-s300m 2 0" >> /etc/fstab
Illegal variable name.
root@ns2:~ # echo "md $(echo ~angel)/.cache/chromium mfs
rw,late,-wangel:angel,-s300m 2 0" >> /etc/fstab
Illegal variable name.
root@ns2:~ #
root@ns2:~ # echo "md $(echo ~{angel})/.cache/chromium mfs
rw,late,-w{angel}:{angel},-s300m 2 0" >> /etc/fstab
Illegal variable name.
root@ns2:~ #
root@ns2:~ # echo "md $(echo ~{angel})/.cache/chromium mfs
rw,late,-w{angel}:{wheel},-s300m 2 0" >> /etc/fstab
Illegal variable name.
root@ns2:~ #
root@ns2:~ # echo "md $(echo ~{angel})/.cache/chromium mfs
rw,late,-wangel:wheel,-s300m 2 0" >> /etc/fstab
Illegal variable name.
root@ns2:~ # echo "md $(echo ~angel)/.cache/chromium mfs
rw,late,-wangel:wheel,-s300m 2 0" >> /etc/fstab
Illegal variable name.
root@ns2:~ #
root@ns2:~ # freebsd-version
11.2-RELEASE




On Tue, Jul 3, 2018, 20:41 angelv <angelvg@gmail.com> wrote:

> Hi,
>
> Thank you for your hard work!
>
> Today I installed the pkg chromium, when finished, I received the next
> message:
>
> # [ -d ~{user}/.cache/chromium ] || mkdir ~{user}/.cache/chromium
> # echo "md $(echo ~{user})/.cache/chromium mfs
> rw,late,-w{user}:{group},-s300m 2 0" >> /etc/fstab
> # mount ~{user}/.cache/chromium
>
>
> I think the instructions is incomplete,  the last two commands not work,
> please review...
>
> I need create the entrance manually in /etc/fstab
>
> md /home/jdoe/.cache/chromium  mfs     rw,late,-wjdoe:jdoe,-s300m    2
>       0
>
> I run this for complete the mount:
>
> # mdmfs -s 300m -w jdoe:jdoe md /usr/home/jdoe/.cache/chromium
>
> # df -h | egrep "Filesystem|/dev/md0"
> Filesystem                          Size    Used   Avail Capacity  Mounted
> on
> /dev/md0                            290M    8.0K    267M     0%
>    /usr/home/jdoe/.cache/chromium
>
> Note:
> user 'jdoe' and group 'jdoe' need change for existing user and exciting
> group.
>
> please confirm if this is correct.
>
> Thank you.
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BwWuAyd5Lj680QiNma233YgzvCLrJ=zcVHALV48=Z-7Ab96-A>