On 2/23/20 3:02 PM, Jonathan Dowland wrote:
On Fri, Feb 21, 2020 at 09:58:10PM -0600, Mark Allums wrote:
Explain this, then:
george@martha:~$ udisksctl unmount -b /dev/sdb1
Unmounted /dev/sdb1.
george@martha:~$ sudo e2fsck -c -c -k -p -f -C 0 /dev/sdb1
/dev/sdb1 is in use.
e2fsck: Cannot continue, aborting.
Can you repeat this, but include the output of "grep sdb1 /proc/mounts"
before the udisksctl invocation, and again after it?
george@martha:~$ grep sdb1 /proc/mounts
/dev/sdb1 /media/george/5913b3d0-eae1-4748-9ce2-d64d4eb21135 ext4
rw,sync,nosuid,nodev,relatime 0 0
george@martha:~$ udisksctl unmount -b /dev/sdb1
Unmounted /dev/sdb1.
george@martha:~$ grep sdb1 /proc/mounts
george@martha:~$ sudo e2fsck -cckp -f -C 0 /dev/sdb1
/dev/sdb1 is in use.
e2fsck: Cannot continue, aborting.
george@martha:~$ gvfsd --no-fuse
bash: gvfsd: command not found
george@martha:~$ systemctl stop gvfsd
Failed to stop gvfsd.service: Unit gvfsd.service not loaded.
george@martha:~$