• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

How to uninstall s3fs package in Linux system

February 24, 2014 by Sharad Chhetri Leave a Comment

In this post we will learn, how to uninstall s3fs package in Linux system.The method is simple and require some attention before executing the command.

What is s3fs

s3fs is a FUSE-based file system.It is primarily used for mounting Amazon S3 bucket into the Unix based system.
Note : Upper case characters are not supported by s3fs (whereas Amazon supports the Upper case characters ) .It is one of the limitation.

We always recommend our readers to use the latest s3fs package

uninstall s3fs package in Linux system

Step 1 : Before uninstalling the s3fs. Unmount the s3bucket from the linux system

You can use any of the two commands,which work for you


umount /Mounted/directory/Of/s3bucket

Alternate command

fusermount -u /Mounted/directory/Of/s3bucket

In some cases,I also found that it shows resource is busy.You have to cross check,if really any resouce is using the s3fs at that time.
We can use lsof command for this. The below given command output will show process id. Kill the process id of s3fs

lsof |grep s3fs
kill -9 Process-id-s3fs

And try again the command


umount /Mounted/directory/Of/s3bucket

“OR”

fusermount -u /Mounted/directory/Of/s3bucket

Step 2 : After successful unmounting. We will uninstall s3fs package in Linux system.

Note : You must have same version of s3fs extracted package in your system.

Change to s3fs extracted directory. Here, I installed s3fs version 1.74 and I have extracted s3fs directory in system.

cd ~/s3fs-1.74

Now for uninstalling,run below given command

make uninstall

Given below is the reference from our Server

root@cloudserver:~/s3fs-1.74# make uninstall
Making uninstall in src
make[1]: Entering directory `/root/s3fs-1.74/src'
 ( cd '/usr/bin' && rm -f s3fs )
make[1]: Leaving directory `/root/s3fs-1.74/src'
Making uninstall in test
make[1]: Entering directory `/root/s3fs-1.74/test'
make[1]: Nothing to be done for `uninstall'.
make[1]: Leaving directory `/root/s3fs-1.74/test'
Making uninstall in doc
make[1]: Entering directory `/root/s3fs-1.74/doc'
 ( cd '/usr/share/man/man1' && rm -f s3fs.1 )
make[1]: Leaving directory `/root/s3fs-1.74/doc'
make[1]: Entering directory `/root/s3fs-1.74'
make[1]: Nothing to be done for `uninstall-am'.
make[1]: Leaving directory `/root/s3fs-1.74'
root@cloudserver:~/s3fs-1.74#

Share this:

  • Twitter
  • Facebook
  • More
  • Print
  • Email
  • LinkedIn
  • Reddit
  • Tumblr
  • Pinterest
  • Pocket
  • Telegram
  • WhatsApp
  • Mastodon

Related posts:

  1. How to extract RPM package on Linux system
  2. linux command to list the files from rpm package without extracting
  3. Extract single and selected files from RPM package on Linux
  4. Debian Wheezy 7.1 package not found
  5. How to find installation date and time of rpm package
  6. How to test rpm package before installation
  7. yum : how to find rpm package which has certain command or file
  8. How to create OpenSSH rpm package and its upgrade
  9. Enable verbose mode while gem install of package
  10. How To Always Install Latest Git Package In Ubuntu Operating System

Filed Under: AWS Tagged With: cloud, s3fs

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Linux Command

What is Linux Internal And External Command

Linux Basic Commands With Examples For Every Beginner

tr command to convert lines to space , tab and vertical tab

smbpasswd command not found on CentOS 7 and RHEL 7

Solution : semanage command not found

Unix / Linux : How to print duplicate lines from file

More Posts from this Category

You Might Like These Articles!

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

libfuse

dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

Failed to open/create the internal network

VirtualBox Error: Failed to open/create the internal network

Always Useful Tips And Tricks

How to create a file with cat command

Install and optimize the png file by using optipng

Nagios HTTP WARNING: HTTP/1.1 403 Forbidden

AttributeError: ‘WSGIRequest’ object has no attribute ‘session’ Django python web framework

find command to search keyword in files recursively in linux

Print double hyphen sign simultaneously in post of Octopress

How to install pam_mysql in CentOS or Red Hat

Explore 90+ Article On "Linux Tips And Tricks"

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy