我需要做什么才能在 ArchLinux 中挂载 USB 驱动器

Sea*_*mus 7 linux bash arch-linux

我需要哪些软件包才能从命令行在 ArchLinux 中挂载 USB 驱动器?我使用什么命令?在 Ubuntu 下,这些事情会自动发生,但现在是我学习如何像专业人士一样去做的时候了

mat*_*ull 4

mount /dev/sdXY /path/to/location/of/your/choice
Run Code Online (Sandbox Code Playgroud)

其中 XY 是 Sticks 设备节点和分区(例如 /dev/sdb1)