Can not unmount an S3 directory mounted with s3fs-fuse
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.
The command that worked was:
umount -l /mnt/s3