Open IAkumaI opened 10 years ago
Same problem here. Any update ?
I have this same, problem.
Windows 8 Vagrant 1.6.5
I also have this problem occasionally.
Windows 8.1, Vagrant 1.6.5.
Have the same issue, Windows 7, Vagrant 1.6.5
Hello everybody,
It's is a Winnfsd problem.
I got the same issue with CentOS6.5 but not with debian wheezy/jessie (which are my testing OS for winnfsd). The only workaround I have is to edit the file inside the VM to get it visible. But it's not seriously usable. Can you send me yours VM OS.
Grettings,
Yann
Hello Yann,
Got the problem with Laravel Homestead 0.2.0 (Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-30-generic x86_64) on Windows 7, Vagrant 1.6.5
Thanks !
Hi Yann,
I'm using Windows 7 32-bit Home Basic + Vagrant 1.6.5 + VirtualBox 4.3 + Official Ubuntu Server 14.04 LTS (Trusty Tahr) from https://atlas.hashicorp.com/ubuntu/boxes/trusty64
Best, Roman
Also, I've troubleshot this issue a bit.
Any write inside the VM in the shared resource fixes this issue (not only the invisible file itself).
Thank you for your information, I gonna check that.
2015-01-27 16:01 GMT+01:00 Roman Paska notifications@github.com:
Also, I've troubleshot this issue a bit (however my C++ skills are quite limited).
Any write inside the VM in the shared resource fixes this issue (not only the invisible file itself).
— Reply to this email directly or view it on GitHub https://github.com/GM-Alex/vagrant-winnfsd/issues/27#issuecomment-71661515 .
Yann Schepens
yann.schepens@gmail.com
I can confirm the issue. Also tested this on the identical guest, but a Linux host (so, native NFS implementation) and it works as expected. Must be a winnfsd issue, I guess we track it at https://bitbucket.org/jankowfsky/winnfsd/?
This seems to be related and got a PR attached yesterday so we might see this fixed.
Any updates on this issue?
Hi, I have the exact same issue using Vagrant 1.7.2, Windows 7 host and CentOS 6.6 guest. It would be great to see this resolved, as this is stopping me from making NFS my primary sync folder method. I can provide more information if required, so let me know if that would be helpful and what you need.
Same issue, Windows 7 host with RHEL 6.6 guest. If you need anything, let me know. Doesn't look like the PR is progressing anymore, sadly :(
I'm working on, it's a bit long sorry.
Thanks @yannschepens !
Same issue - Windows 7 host, Ubuntu 14.04 guest, Vagrant 1.6.3
We are having this as well. @yannschepens any idea of when this might be fixed? Is there anything people can do to help you with this? This and other file manipulation issues is preventing our Windows users from really using NFS for the time being.
I have the same problems with centos. I'm sorry, but my current focus is to get it work well with debian. I gonna this after.
And maybe, fixes for debian will fix centos errors (I really hope).
+1
+1
xtreamwayz pull request seems to fix this issue, but the executable version on yann's fork seems to be causing other issues on my build?
Sometimes I'm not really certain what circumstances cause it, but if this is the main issue you're experiencing, I reccommend giving that version a go.
I do not have my dev. environment currently (client mission). I promise I gonna check this error when I will get back my computer, (2 week).
Please be patient ^^
@yannschepens thanks for the effort in any way. :+1:
Same here - Windows 7 host, CoreOS 738.1.0 guest, Vagrant 1.7.2, vagrant-winnfsd 1.0.11
Thank you, Yann!
Hey Yann, any news? ;-)
Also: Is this related? When executing a single command via SSH on the CoreOS box, CoreOS does not see the shared folders. Instead of
cd /x/y/z
I have to
cd x
ls
cd y
ls
cd z
Do you know a workaround?
If I SSH into the machine for a session I only have to ls the top directory and CoreOS recognizes the subdirectories. But I still have to do it once.
Hi Lord, no sorry anything currently, I come back from holidays and I have some work to do.
I think, I gonna work on Winnfsd within 2 or 3 days.
I have to copy issues from Bitbucket to Github too.
Be sure I gonna give you news when I will work on this f*****g problem ^^.
Le lun. 3 août 2015 à 15:15, LordofFatality notifications@github.com a écrit :
Hey Yann, any news? ;-)
Also: Is this related? When executing a single command via SSH on the CoreOS box, CoreOS does not see the shared folders. Instead of
mkdir -p /x/y/z
I have to
mkdir x cd x ls mkdir y cd y ls mkdir z
Do you know a workaround?
If I SSH into the machine for a session I only have to ls the top directory and CoreOS recognizes the subdirectories. But I still have to do it once.
— Reply to this email directly or view it on GitHub https://github.com/winnfsd/vagrant-winnfsd/issues/27#issuecomment-127228138 .
Windows 7.
All works fine, but when I create file on my host machine, this file is...invisible on a virtual pc.
For example, I create file test.txt on the host machine. I can
cat test.txt
fine. Butls
doesn't see this file. And PHP doesn't see this file. Butcat
still can read this invisible file.