Last Nextcloud 16 require PHP 7.3. If I upgrade to PHP 7.3 via CLI, can I install Nextcloud via docker?
Posts by gett
-
-
Are your shares working on your network?
Yes. All shares working on Win 10. I mounted all disks.
-
Hi,
I have shared folder /media with subfolders /media/tv, /media/music etc.
When I open them in Win10 I can see /media and all subfolders, but when I open /sharedfolders in Midnight Commander, I have /sharedfolders/tv, /sharedfolders/movies, /sharedfolders/media/tv, etc. Is it supposed to be, or I am doing something wrong? -
Lately there has been a lot of issue reported with ntfs drives in the forum. Honestly I haven’t done any research to test this, my advice for now is try to unmount and mount again via the webui for the second partition which seems to be the problem.
Examine the database at /etc/openmediavault/config.xml to check how many fstab entries are there with both drives mounted.
If more problems come it is likely ntfs support will be dropped in the near future.
Hi subzero79, thanks for prompt answer
I am not to much experienced with config file of OMV, here is <fstab> section
Code
Display More<fstab> <!-- <mntent> <uuid>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</uuid> <fsname>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx|xxxx-xxxx|/dev/xxx</fsname> <dir>/xxx/yyy/zzz</dir> <type>none|ext2|ext3|ext4|xfs|jfs|iso9660|udf|...</type> <opts></opts> <freq>0</freq> <passno>0|1|2</passno> <hidden>0|1</hidden> </mntent> --> <mntent> <uuid>293b275e-a252-4f36-965c-d41ec1cb3bc6</uuid> <fsname>/dev/disk/by-label/My\x20Book</fsname> <dir>/srv/dev-disk-by-label-My Book</dir> <type>ntfs</type> <opts>defaults,nofail</opts> <freq>0</freq> <passno>2</passno> <hidden>0</hidden> </mntent> <mntent> <uuid>88fa4bc9-a32f-4774-acc7-f8c526fab7fa</uuid> <fsname>/dev/disk/by-label/WDSYSTEM</fsname> <dir>/srv/dev-disk-by-label-WDSYSTEM</dir> <type>ntfs</type> <opts>defaults,nofail</opts> <freq>0</freq> <passno>2</passno> <hidden>0</hidden> </mntent> </fstab>EDIT1 In line 16 I noticed that there is string My\x20Book, instead of My Book. Is it normal?
Edit2 Yeah its space
-
Hi,
Please tell me if I missed subforum
I installed OMV oh Raspberry Pi 2, it recognize MY Book USB external 2TB drive, mount file systems (one small partition - 500MB, and one big partition, the rest of storage), but in Shared foldersmenu in device dropdown box, I can see just small partition. Both partitions are NTFS. And yes, I mounted them via web interface, I don't use command line or GUI tool, like it is noted in FAQ.
Any help, please?