skip to Main Content

Mount AWS S3 bucket to Ubuntu file system

I cannot find any Ubuntu PPA that has latest S3FS, so we will need to compile it from source to have latest version sudo apt-get install build-essential git libfuse-dev libcurl4-openssl-dev libxml2-dev mime-support automake libtool sudo apt-get install pkg-config libssl-dev git…

Read More

How can I check /dev/xvda1?

You can check or run fsck on /dev/xvda1 using the following method on Ubuntu or Debian Linux based cloud server. The fsck command is used check and repair a Linux filesystem Step 1 – Force fsck Type the following command to…

Read More
Back To Top