Mount a File System on Linux

0
8K

Mounting or unmounting a file system on Linux is usually straightforward, except when it isn’t. This article teaches you how to mount and unmount file systems, as well as list available and currently mounted file systems. It also explains how to handle the case where file systems won’t unmount because they are in use.

 

On a Linux system, you can list the currently available file system types from the command line with:

cat /proc/filesystems


The result looks something like this list, which is from an Ubuntu 22.04 LTS Linode:



You can list the currently mounted file systems from a Linux command line with a simple mount command.

mount


The following is on an Ubuntu 22.04 LTS, logged in as root:

linux

You can list the static file system information by displaying /etc/fstab.

cat /etc/fstab

You can also list and search for file systems using the findmnt command.

findmnt

You can restrict the output various ways, as described in man findmnt, to show only specific devices, mount points, or file system types, such as:

findmnt -t ext4

 

If you’re only interested in block devices, you can list them with lsblk command:

lsblk

How to Mount File Systems on Linux

You can mount file systems for a single session using the mount command, and permanently by editing /etc/fstab. Mounting needs to be done by an administrator, either by logging in as root or by using the sudo command. There are some cases where mounting is done automatically, like when you insert a USB flash drive. Here are a few examples using the mount command, plus the preparatory mkdir command to create the mount point.


Mount a Windows Floppy Disk

    This command is only necessary if the /mnt/floppy directory doesn’t already exist.

mkdir /mnt/floopy

 Use mount with the -t flag (short for “type”) to specify MSDOS as the file system.

mount -t msdos /dev/fd0 /mnt/floopy

The contents of the floppy disk in /dev/fd0 should now be accessible from /mnt/floppy.

 

Search
Categories
Read More
Health
Glyco Boost Blood Sugar Support Health Benefits & Updated Reviews 2025
Glyco Boost is a nutritional enhancement designed to assist individuals in regulating their...
By Fitify Capsules 2025-03-16 04:33:55 0 960
Other
ইইউ দেশসমূহে রপ্তানি বাড়াতে পারে ১৮ বিলিয়ন ডলার
বাংলাদেশ ইউরোপীয় ইউনিয়নের (ইইউ) ২৭টি দেশে ২৩ বিলিয়ন মার্কিন ডলার রপ্তানি করেছে যা উৎপাদন ক্ষমতা...
By Tariqul Islam 2022-10-28 06:39:16 0 5K
Film
আমার বাবাজান সবাইকে সালাম জানিয়েছেন : বুবলী
ঢালিপাড়ার রোমান্টিক জুটি শকিব-বুবলী। পর্দায় তাদের কেমিস্ট্রি বরাবরই নজরকাড়া। দেড় মাস আগে (৩০...
By RTV News 2022-11-15 01:42:05 0 8K
Health
Vitrafoxin Brain Health Capsules Reviews: Unlock Your Mental Potential – Customer Experiences & Pricing
In the contemporary, fast-moving environment, sustaining peak cognitive performance is essential...
By Vitrafoxin Sale 2025-03-18 17:14:17 0 836
Health
VigorLong Gummies USA Price, Affordable, Effective, and Delicious Male Enhancement Gummies | Official 2025
Male enhancement solutions are extensively accessible in the marketplace today, catering to...
By Vigorlong Price 2025-04-08 14:56:25 0 564