Hey i am trying to mount a USB drive attached to my Odroid U3 to another Ubuntu machine via fstab
Working with a USB drive on a FrtizBox works flawlessly.
But for the Odroid drive i only can access this drive via my filemamnager by calling smb://max2play/odroid/
The aim of adding the usb share to fstab is a first step. Finally i want to try to set up a USB drive on my Odroid serving as a recording drive for my TVHeadend Serveran shate this with LibreELEC clients.
patrick@mintPC:~$ sudo mount -t cifs -o credentials=/etc/samba/auth2 //192.168.178.23/usb0 /home/patrick/odroidtest
[sudo] password for patrick:
Retrying with upper case share name
mount error(6): No such device or address
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)