Hardware: Raspberry Pi 4B at home
YunoHost version: YunoHost 4.3.6.2 (stable)
I have access to my server : Through SSH and through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
Description of my issue
Hello and thanks for sharing your time!
I’am trying to mount my external USB3-HDD with an NTFS partition, for permanent use (Media-Files for Jellyfin).
My libreelec installation on another SD Card is able to mount it.
This is what I tried.
$ sudo mount /dev/sda2 /media/NAS1
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
$ fuser -m /dev/sda2 (Does nothing)
$ mkdir /media/NAS1
mkdir: cannot create directory ‘/media/NAS1’: File exists
$ sudo blkid -o list -w /dev/null
device fs_type label mount point UUID
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
/dev/mmcblk0p1 vfat boot /boot 49D4-FECF
/dev/mmcblk0p2 ext4 rootfs / e56cd792-9997-4d02-b53e-d51ec370b26e
/dev/sda2 ntfs NAS1 (not mounted) 82A21F70A21F67C5
/dev/mmcblk0 (in use)
/dev/sda1 (not mounted)
$ sudo lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 3.7T 0 disk
├─sda1 8:1 0 16M 0 part
└─sda2 8:2 0 3.7T 0 part
mmcblk0 179:0 0 59.5G 0 disk
├─mmcblk0p1 179:1 0 256M 0 part /boot
└─mmcblk0p2 179:2 0 59.2G 0 part /