Hi,
I am moving all my work environment from Linux/Debian to FreeBSD,
and I got almost all working, and working well !
Still I have to solve some minor issues as the following one.
My configuration is: FreeBSD 11.1 is running into a VMWare virtual machine,
OSX is the host. VMWare shares two folders with FreeBSD which are
Dropbox and GoogleDrive.
I can copy files to to Dropbox and GoogleDrive from the shell, no problem.
The problem is when i try to copy into Dropbox or GoogleDrive a file
using Dolphin / Konqueror / Nautilus. They all tell me "Disk Full".
Which is of course not true.
I am mounting the filesystems in /etc/rc.local with
I would like to keep using Dolphin,
Do you have any idea of how could I solve this ?
Bye
Nicola
I am moving all my work environment from Linux/Debian to FreeBSD,
and I got almost all working, and working well !
Still I have to solve some minor issues as the following one.
My configuration is: FreeBSD 11.1 is running into a VMWare virtual machine,
OSX is the host. VMWare shares two folders with FreeBSD which are
Dropbox and GoogleDrive.
I can copy files to to Dropbox and GoogleDrive from the shell, no problem.
The problem is when i try to copy into Dropbox or GoogleDrive a file
using Dolphin / Konqueror / Nautilus. They all tell me "Disk Full".
Which is of course not true.
I am mounting the filesystems in /etc/rc.local with
Code:
kldload fuse
/usr/local/bin/vmhgfs-fuse .host:/Dropbox /home/p/dropbox/ -o allow_other
/usr/local/bin/vmhgfs-fuse .host:'/Google Drive' /home/p/google-drive -o allow_other
I would like to keep using Dolphin,
Do you have any idea of how could I solve this ?
Bye
Nicola