Changes between Initial Version and Version 1 of Ticket #18853, comment 3
- Timestamp:
- Aug 20, 2019 8:13:55 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18853, comment 3
initial v1 11 11 After such mount, you will have these shares at two places : original configured , and under the root bind. As e.g.: 12 12 13 {{{ 13 14 dloads on /media/sf_dloads type vboxsf (rw,nodev,relatime) 14 15 dloads on /var/local/bind/root/media/sf_dloads type vboxsf (rw,nodev,relatime) 16 }}} 17 15 18 Then you can test the original command "umount -a -t vboxsf", and confirm it fails after first unmount of same share, returns non 0 (32 for me) 16 19 17 20 My guest : Linux Fedora 29, x86_64, 18 21 22 {{{ 19 23 umount --version 20 24 umount from util-linux 2.32.1 (libmount 2.32.1: selinux, btrfs, assert, debug) 25 }}}