mount

How to troubleshoot a "Not authorized to perform operation" error message when automatically mounting flash drives and other external USB storage devices

botond published 2021/03/30, k - 23:56 time
When you connect an external USB drive or flash drive to your machine, the Linux system will automatically mount its file system for the appropriate user. However, this automatic mount may fail for some reason and you will get a small window with an "Not authorized to perform operation" error message.

How to use UUID unique identifiers to consistently mount partitions

botond published 2019. 12. 23., h - 17:25 time
The Universally Unique Identifier (UUID) is a unique identifier that Linux systems also use to identify different volumes / partitions so that the mountings of different block devices do not change even if the connection order of the hard drives in the computer changes, such as during maintenance. . In this tutorial, we will look at how to use UUIDs in our fstab file instead of device names to mount our partitions in a consistent way.

How to access SSH file systems on remote servers from linux

botond published 2019/10/29, k - 20:36 time
If you often work on remote file systems, it is a good idea to mount them on your own file system so that you do not have to log on to another machine or connect to any server every time, but use that storage as if it were your local directory.

mount

The manual page and help for the mount command

fstab

The manual page of the fstab configuration file

How to share directories between Linux and Windows (page 2)

botond published 2018/11/20, k - 21:21 time
On this page we will look at how to access the Samba share created on the first page of Windows from the Windows system and make some useful settings to make the shared library more convenient to use and use in our daily work.

How to share directories between Linux and Windows

botond published 2018/11/20, k - 14:28 time
Use this tutorial to learn how to share directories and files on Linux and Windows computers so that they can be accessed from other systems on the network. We get to know the Samba file server and client, which is great for managing sharing in both directions.