First post, by ebasi
Hi all! First, thank you for your work! Great app!
Can you help me with this?
I'm trying to mount an remote shared folder in my ubuntu machine. What I'm doing is:
Share a folder on a Windows XP machine - sharename: test
In ubuntu:
smbmount //winpc/test /home/user/dos/n
ubuntu@user:~$ ls /home/user/dos/n/
file1 file2 file3 file4
then in dosbox:
Z:\>mount n /home/user/dos/n
Drive N is mounted as a local directory /home/user/dos/n
Z:\>n:
N:\>dir
.
..
0 files
So, everything is looking good, but there is no files in mounted folder when browse it in dosbox. It's empty.
If the windows folder is shared with password when trying to mount it in dosbox I get a message, that folder /home/user/dos/n does not exist...
Thanks in advance!