Can not unmount an S3 directory mounted with s3fs-fuse
Solution 1:
The command that worked was:
umount -l /mnt/s3
Solution 2:
You can use lsof
to figure out which files are still open.
The command that worked was:
umount -l /mnt/s3
You can use lsof
to figure out which files are still open.