Jump to content

JoseMartin

Members
  • Posts

    2
  • Joined

  • Last visited

  1. So I had my OPi Zero 2 running Sonarr and Emby with a mounted shared folder, I have a HDD connected to a USB3.0 router with trasmission on it working great, but all of a sudden 3 days ago it didn't boot, don't know why, yesterday installed bookworm on another sd card, trying to mount my shared folder is giving me the error mentioned on title: dolphinus@orangepizero2:~$ dolphinus@orangepizero2:~$ sudo mount -t cifs //192.168.2.2/Descargas /home/dolphinus/Descargas Password for root@//192.168.2.2/Descargas: mount error(22): Invalid argument Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) It asks me for a password that doesn't exists, previously it wasn't needed, as a matter of fact I have my smb server without authentication as you can see on the screenshot attached. Since I can't mount it, I can't continue by installing Sonarr, Emby, etc. Any help will be appreciated. Thanks in advance SOLUTION: Apparently the only thing I had to do was to include vers=1.0 on fstab because of some update
  2. So, I've installed Armbian_23.02.2_Orangepizero2_bullseye_legacy_4.9.318.img on 2 diferent SD cards with same results, I'm not able to figure why they don't run fstab, cron jobs or any other script automatically. I'm mounting a samba share, by command it mounts correctly, this is my fstab entry: //192.168.1.2/Descargas /mnt/Descargas/ cifs uid=1000,gid=1000,guest 0 0 tried _netdev to wait for network and then mount with the same results //192.168.1.2/Descargas /mnt/Descargas/ cifs uid=1000,gid=1000,guest, _netdev 0 0 If I run mount -a it works, tried to add it into root crontab with * * * * /bin/mount -a Still, no results, even schedule reboot doesn't work 30 5 * * * /sbin/shutdown -r I even tried to make an executable script on /etc/network/if-up.d with mount -a on it that was supposed to run after network is up but nothing. I'm no linux expert but not a total newbie either, this has me really stressed, I don´t know if my OS doesn't run any auto script or what is going on, I even tried Armbian_23.02.2_Orangepizero2_jammy_legacy_4.9.318.img today but it doesn´t start, my Opi Zero 2 LED doesn´t turn on even after 20 minutes. Any help or right direction will be apreciated. Thanks in advance Best regards SOLUTION: I had to add sudo before cron commands, I feel so stupid right now, I'm leaving this here if it helps someone 30 5 * * * sudo /sbin/shutdown -r * * * * * sudo /bin/mount -a
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines