Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jul 2018 20:41:59 -0500
From:      angelv <angelvg@gmail.com>
To:        chromium@freebsd.org
Subject:   pkg-message
Message-ID:  <CA%2BwWuAw8QAsZw1AxedzGSEXWPjfTpU_2V_P%2B0yxnvjAoM4gorw@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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%2BwWuAw8QAsZw1AxedzGSEXWPjfTpU_2V_P%2B0yxnvjAoM4gorw>