How to mount a USB NTFS disk on a CentOS 7 server Identify the drive lsblk In my case, I did a lsblk before and after. Then I saw this new item: sdd Read More
Example of enlarging an AWS EC2 stock partition from 8 GB to 15 GB Example of enlarging a AWS EC2 stock partition from 8 GB to 15 GB. The AWS documentation is actually pretty good but they confuse you Read More
How to list all USB devices in Linux Description Use any of the following commands to list USB devices on a Linux system. lsusb is the most concise. The dmesg commands are quite Read More
How to mount an USB drive on a Linux server Background This article give a broad overview of how to add a USB drive to your Linux server. A command sequence is displayed with an Read More