pkg-message

angelv angelvg at gmail.com
Wed Jul 4 01:42:31 UTC 2018


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.


More information about the freebsd-chromium mailing list