Link to home
Start Free TrialLog in
Avatar of sagpwu
sagpwu

asked on

s3fs fuse process hang cannot umount or kill the process

I have installed S3FS and FUSE to mount a Amazon S3 bucket.
There were some problem on the rsync process.
sudo kill -9 [pid of rsync process] does not work.

umount the the mount point also hang the SSH session.

# sudo ps -ef |grep sagvm

root     21444 21422  0 19:08 pts/4    00:00:00 umount /sagvm3
root     21558 21518  0 19:09 pts/5    00:00:00 umount -f /sagvm3
root     22096 22004  0 20:03 pts/6    00:00:00 umount -l /sagvm3
root     22305 22249  0 20:14 pts/7    00:00:00 umount /sagvm4
root     22409 22380  0 20:17 pts/8    00:00:00 umount /sagvm4

sudo kill -9 21444 21558  22096 22305 22409 does not working either.
How do I clean up those processes?
ASKER CERTIFIED SOLUTION
Avatar of farzanj
farzanj
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sagpwu
sagpwu

ASKER

I don't think that is AWS outage related.  The symptom happen before that.  
My main concern for now is that I can't clean up the process.  Maybe I just reboot it anyway.
Lost the connection will be a bigger concern down the road.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial