Hi all!
I have HA O/S running on a Dell wyse thin client. I am filling the add network storage dialog but getting error “Mounting mike did not succeed. Check host logs for errors from mount or systemd unit mnt-data-supervisor-mounts-mike.mount for details.” I am a bit of a beginner with all this and have no idea where to find those logs?
Settings > System > Logs > change top right to “host”
Well I don’t use haos but it is linux…
You know go in terminal and do
cat /etc/fstab
That should give you your current hd.
Your storage is not probably mounted to your host.
You can try with and without connected storage command
sudo blkid
it should give you /dev/sdx where your storage is.
Then you can mount it like
sudo mount /dev/sdx /mnt -t ext4 or vfat or something else
thanks for replies !
cat /etc/fstab returns error no such directory or something like that!
the best i have got to work is cat proc/partitions i get a list and at the bottom I get sda , sda1, sda2,sda3 but if i pull the drive out I stall get the same!
at one point I added an extra hdd drive and on the end of that list was sdb,sbd1
but i have both plugged in at the moment only minutes after that test and now there are no drives !
sudo blkid returns nothing!
admittedly I am totally ignorant but I am at a loss at the moment. I don’t know if i have a hardware or a software problem?
Just a quick update ! i think it’s partly a bad data cable! i found some old drives and cables that might not be fast but they seem to work I now have 3 drives connecting : using cat /proc/partitions i get 1 409600 sda1
8 2 156284928 sda2
8 3 155875328 sda3
8 16 468851544 sdb
8 17 16367 sdb1
8 18 468835143 sdb2
8 32 234431064 sdc
8 33 234429440 sdc1
so i am at last making progress! ![]()
sudo blkid still returns nothing though ![]()
cat /etc/fstab cat: still gives> can’t open ‘ect/fstab’: No such file or directory
sudo mount /dev/sdc /mnt -t exfat give me “Permission denied are you root” . yes i am root! tried with and without sudo ! ?