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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to "[email protected]"

Reply via email to