-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
audiofolder auf USB Stick verschoben -> in WebApp nicht sichtbar #181
Comments
Hi @hankman13 Mein Eintrag, der dann die externe USB gemountet hat, sah letztendlich so aus:
Wie ich dazu kam, kann ich sechs Jahre später nicht mehr rekonstruieren :) ich weiss nur, dass ich scheinbar diese Seite als Quelle genutzt haben: Ich hoffe dir springt jemand zur Seite der/die schon Erfahrung mit USB-Stick als Phoniebox Speicher hat. |
Du musst den Mount der USB-Stick in den Phoniebox-Shared-Ordner symlinken (ist das eigentlich ein Wort?) - die WebApp ignoriert eigene Pfade. Ich hatte das in einem anderen Problem hier auch schon beklagt ;) Bei mir liegt der shared-Ordner unter /mnt/diskstation/shared auf einer NAS-Freigabe und ist unter ~/RFID-usw/shared verlinkt. |
Hi, ich hab jetzt folgendes probiert: |
Gute Nachrichten, kurze Zusammenfassung: Damit Raspian den USB Stick automatisch mounted habe ich das Paket usbmount installiert. Problem waren die Zugriffsrechte, der Benutzer "pi" aber auch "www-data" benötigen Zugriff. Ob das jetzt so optimal ist weiß ich nicht, aber auf jeden Fall kann ich das jetzt so nutzen wie ich das wollte. |
Hi @hankman13 |
Irgend etwas scheint aber nicht ganz zu funktionieren. Bei mir wird das Laufwerk unter usb0 und usb1 gemountet. Also zwei mal. |
@no-Legend |
Ich muss mir auch erst mal klar werden wie am besten. Gruß Robert |
@MiczFlor Zu dem USBMount Kein Symlink notwendig. mkdir /home/pi/RPi-Jukebox-RFID/shared/audiofolders/USB/ Nachteil Jedes USB Laufwerk mit vfat wird direkt in den Ordner USB unter audiofolders gemountet. Edit: Eins scheint nicht zu gehen. Per Web Interface lässt sich kein Unterordner beim Hochladen definieren. Gruß Robert |
Was still a problem for me today. I searched and remembered that mount --bind exists. I tried it - that worked initially. (Folders stay in ../shared/audiofolders just linking by mount --bin to /media/PHOBOXUSB/audiofolders) No extra software like USBmount. Problem solved. New problem (I remembered) is that this bind is not permanent and will be gone after reboot. Now its time for just fstab. Nothing else. I inserted my bind mount in fstab (example follows) and after reboot my USB mount poiunt somehow was at another location (PHOBOXUSB1 or so). I didn't find out why. I just mounted the USB drive to a static folder in fstab right before my bind mount. Here are the two lines I added in fstab:
I believe symlinks don't work because they link to folders as a file. So you have /shared/audiofolders/audiofolders -> /link location. Web interface searched for folders and ignores files. Therefore it does not walk the link. |
Hallo ich hänge mich hier einfach mal dran, denn ich habe das selbe Problem. meine Basis Variante der Phonie-Box läuft :) aber ich bekomme es einfach nicht hin den USB Stick als Speicher-Ort der Music Dateien nutzbar zu machen. Aber ich kann über das Web Interface einfach keine Dateien auf den Stick legen und dann mit RFID Karte verlinken. please help :) |
Which guide did you follow @agentjk? |
Ich hab auch das Problem, dass mein Stick gemountet ist, aber in der Web App wird mir nichts angezeigt. Was habe ich gemacht: sudo mkdir /mnt/storage Was habe ich vergessen? |
Could you try to do this with "bind" as I mentioned on May 18th? You don't need to change the phoniebox config for this. They stay in:
|
@topas-rec thanks for the hint, but I had a typo with RPI instead RPi. Kind regards, |
All you need is a single line in The issue I had with this approach is when you re-install I think the setup script wipes everything from |
Hum, it might also work this way - I have tested it only with a
With the bind mount, without the bind mount (just the audiofolder on your hard drive) and possibly also with your solution the setup script can wipe your audiofolders (In fact it usually copies it to a BACKUP directory. |
bind mount option can be found in wiki now : https://github.com/MiczFlor/RPi-Jukebox-RFID/wiki/MANUAL#-using-bind-mount |
Hallo,
ich habe nachträglich mein audiofolder auf einen USB Stick verschoben.
Mein OS ist Raspbian Stretch Lite. Um den Stick (FAT32) hab ich usbmount installiert und soweit auch hinbekommen, dass ich Daten lesen und schreiben kann.
Shortcuts hatte ich auch übernommen und kann damit auch die Ordner abspielen. Allerdings sieht die WebApp die Verzeichnisse nicht wenn ich eine neue Karte registrieren will (der Dropdown ist komplett leer).
Muss irgendwo noch ein Link für die WebApp eingerichtet werden?
The text was updated successfully, but these errors were encountered: