Having an issue making this happen. I can see all my other drives are in /media and /mnt folders. The 2 drives I want to create new mount points for are in /run/media/username folder.
Want to create the new mount points so jellyfin can find the drives.
Tried the below but getting what I think is a permission error?
╰─ ❯ sudo mkdir /mnt/S8GB1
[sudo] password for vger:
╭─ vger
╰─ ❯ UUID=2F8B39BE-793C-4A40-A314-679C61747044 /S8GB1 ext4 defaults 0 0
bash: /S8GB1: Is a directory
[exit=126]
sudo mount /mnt/S8GB1
mount: /mnt/S8GB1: can't find in /etc/fstab.
mount: (hint) your fstab has been modified, but systemd still uses
the old version; use 'systemctl daemon-reload' to reload.
[exit=1]
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=DC81-672C /boot/efi vfat defaults,umask=0077 0 2
UUID=9bd1c214-2180-47be-a7db-3e88abbc078c / btrfs subvol=/@,defaults,noatime,compress-force=zstd:5,autodefrag 0 0
UUID=9bd1c214-2180-47be-a7db-3e88abbc078c /home btrfs subvol=/@home,defaults,noatime,compress-force=zstd,autodefrag 0 0
UUID=9bd1c214-2180-47be-a7db-3e88abbc078c /var/cache btrfs subvol=/@cache,defaults,noatime,compress-force=zstd,autodefrag 0 0
UUID=9bd1c214-2180-47be-a7db-3e88abbc078c /var/log btrfs subvol=/@log,defaults,noatime,compress-force=zstd,autodefrag 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
UUID=9bd1c214-2180-47be-a7db-3e88abbc078c /swapfc btrfs subvol=/@swapfc,defaults 0 0
#s8gb1
UUID=2F8B39BE-793C-4A40-A314-679C61747044 mnt/S8GB1 ext4 defaults 0 0
Restarted but can’t see the folder on that drive in mnt/S8GB1.
It still shows in run/media/vger/09acb580-7204-42f5-9850-5757af303dfa, where I can see the folder on the drive.
I think I’ve been using the wrong identifier for the UUID, should be above number for sdc1…