Beiträge von raffie77

    If it's really related to your fstab modification (/etc/mtab isn't adjustable) the most simply approach is to use a Linux system (your OMV Raspberry for example), an USB card reader, the card mounted there and reverting the change.
    If you don't have such an USB card reader but your Mac is a MacBook check for an SD card slot (they were equipped with such a thing a few years, IIRC it stopped in 2016). If there's an SD card slot you could use VirtualBox with the card reader mapped to Linux and any 'rescue Linux' distro to do this.


    It might be possible to access ext4 partitions directly on macOS (do a web search for 'fuse ext4 mac') but at least I have no experiences whether it really works.

    well that got my heart raised :S
    I had a other raspian image, I booted that and entered my "bad" sd card in a usb card reader and inserted that in my pi.
    I opened the file explorer and searched for my usb storage.
    go to /etc
    open that folder in terminal (right mouse button on etc)
    sudo nano fstab
    and removed that bad line (you were right it was the fstab)
    Booted again and it all works.


    well listen kids: don't ever just copy/paste lines in fstab if you (like me) don't know what your doing :P
    Tomorrow I'll make a study about how to use the fstab.


    @tkaiser thanks a lot you're a big help :thumbup:
    thanks man

    ohhhh boy


    I add a line in /etc/mtab and restarted the pi and now my root account is locked, see attached file.
    it doesn't mater how many times I press enter, it keeps saying the same.
    I googled it and most users who had this problem where able to login in the shell, i can't


    when I enter my SD card into my mac, I see only the image with the overlay folder etc, so that doesn't help. I use berryboot btw.


    does anyone had a idea how to fix this?

    please revise remotemount-plugin to see if satisfize your needs:

    Hi Raulfg,
    remote mount is not in my pluginlist, so I can't install it



    You try to use the local mountpoint on the OMV box using CIFS which simply can not work. You can check on the OMV server the share's name using the 'testparm' command, on the Raspbian box using 'smbclient -L pinas.local -U user' or check on macOS with 'df' after you mounted the CIFS share there. The CIFS URI will consist of a single path element like //pinas.local/samba for example.

    Thanks man that worked:


    I use this command now
    sudo mount //10.0.1.23/Shares/Muziek /mnt/samba/ -o username=user,password=password
    and I see the files @ /mnt/samba


    thanks a lot! :thumbup:

    Helo people,


    I have OMV version 3.0.88, and I created a smb share, I can acces this share from my windows pc and my mac mini.
    now I have another Raspberry pi with raspbian and I want to mount the shared folder located on my OMV


    and I enter this code:


    Code
    pi@raspberrypi:/mnt $ sudo mount -t cifs //pinas.local/srv/dev-disk-by-id-ata-ST1000LM024_HN-M101MBB_S2ZPJ9AF409434-part1/Shares /mnt/samba -o user=user,pass=pass
    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)




    when I login at OMV and I type mount:
    i see this:




    I don't understand line 25 and 26


    The shares folder is located here (OMV): /srv/dev-disk-by-id-ata-ST1000LM024_HN-M101MBB_S2ZPJ9AF409434-part1/Shares


    As i mentioned before: the share is accesible from my mac computer and windows computer.


    Does anyone know I to access my sambashare from my rasbian?


    regards,


    Ralph

    Hello people,


    I am new here and I have managed to install OMV and it works great!
    But one thing: I try to install BitTorrent, I have followed these instructions:

    Externer Inhalt youtu.be
    Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.
    Durch die Aktivierung der externen Inhalte erklären Sie sich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.
    @ 4:34
    But if you look at the attachment: there is no "torrent" tab.
    What am I missing here?
    How do I add a Torrent?



    regards,


    Ralph