You are not logged in.
Pages: 1
Topic closed
Hi,
I have a banana pi and want to use it as server (for things such as git and owncloud). I installed owncloud and it runs fine.
All data should be stored on an external usb stick (ext4), which is mounted at /mnt/data. I used the command
mount /dev/sda /mnt/dataand that worked just fine. Now I want the usb-stick to be mounted at boot. So i tried to add a fstab entry:
/dev/sda /mnt/data ext4 defaults 0 0But on reboot, it started directly into the emergency mode. After removing the fstab entry, I was able to reboot normaly again.
I also tried some other fstab-options, but I wasnt able to mount the usb correctly. I also tried the UUID in fstab...
What am I doing wrong? I also was not able to figure out, what exactly went wrong. Is there a way to see the boot-errors?
Offline
You'll need to ask on the archlinuxarm forums. These forums are for arch linux support only.
Closed. Binned.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Pages: 1
Topic closed