Replies: 1 comment
-
|
Either restart the service after |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I installed Ubuntu 22.04 on WSL. I manually installed Nextcloud 28.0.2 on it. I would like to keep my data on extrernal USB Disk. The command "lsblk" don't show my disk. So, to mount USB Disk in Ubuntu on WSL I had to compile my kernel with USB Mass Storage driver. Now I mount my usb Disk in 3 steps:
I installed Nextclod 28.0.2. During install process i choose to keep data on USB Disk (/mnt/nextcoud/data). Instalation is going well.
With first run, I can create admin account, login, manage data, upload photos (photos are saved in user folder on USB Disk). etc but after restart WSL, I have to mount USB Disk again. When I do it, Nextcloud gives me an error „can’t create data folder, can’t find ,ocdata”. In addition I will say that directory on USB disk in own recursively by www-data nedded by Nextcloud. Maybe Nextcloud expects to mount partirion on boot Ubuntu? But how to do it if I must start wsl first to run command "usbipd attach —wsl —busid 3-2"?
Please help
Beta Was this translation helpful? Give feedback.
All reactions