We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Die Dateien wurden auf der SD KARTE gespeichert statt auf dem USB STICK.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Beim Versuch der Usb-Sticks richtig für den OwnCloud einzurichten mithilfe dieser Link: (https://intux.de/2014/01/usb-stick-an-die-owncloud-des-raspberry-pi/) würde ein Fehler gegeben.
Die Problematik war, dass in der "fstab" der UUID nicht richtig eingefügt würde
Lösung → raspberry fstab template mit NANO Editor bearbeiten und der UUID richtig angeben (http://raspberry.tips/server-2/owncloud-8-1-auf-dem-raspberry-pi-2-mit-apache/#Festplatte_fuumlr_OwnCloud_einrichten) . Mit Unterstützung dieser Website
fstab
Befehl: sudo nano /etc/fstab
sudo nano /etc/fstab
UUID=1C5638245637FCD8 /media/usb-hdd/ ntfs-3g permissions,defaults,auto
No branches or pull requests
Die Dateien wurden auf der SD KARTE gespeichert statt auf dem USB STICK.
The text was updated successfully, but these errors were encountered: