VOGONS


dosbox not recognising network filesystems

Topic actions

First post, by flowirin

User metadata
Rank Newbie
Rank
Newbie

running ubuntu 10.04, dosbox 0.73
amd phenom II x4, gigabyte MB

i'm mounting a folder shared from a winXP box with the following fstab entry:

//server/share /home/office/share cifs credentials=/home/office/.smbcredenti
als, defaults 0 0

when i run

mount l /home/office/share

i get the response

Directory /home/office/share doesn't exist

the same occurs if i mount using smbfs, or hard set the UID/GID.

i've tried mount --bind /home/office/share /share

and then mounting that /share in dosbox, but it is also not recognised.

Reply 1 of 20, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

dosbox 0.73

Why?

Reply 2 of 20, by leileilol

User metadata
Rank l33t++
Rank
l33t++

Because that's the most 'up-to-date version ever possible' in the Ubuntu repository.

apsosig.png
long live PCem

Reply 3 of 20, by flowirin

User metadata
Rank Newbie
Rank
Newbie

indeed. the why is unecessary.

tried using v 0.74 as well. same problem

Reply 4 of 20, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Build 0.74 from sources, and debug the mounting. Nothing special in there.

Reply 5 of 20, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Specific to samba or do NFS things fail as well ?

Water flows down the stream
How to ask questions the smart way!

Reply 6 of 20, by flowirin

User metadata
Rank Newbie
Rank
Newbie

wd. i can't say that i understand the intention of your posts. perhaps, if you are so skilled, you could reproduce the error and enlighten us all.

i'm an end-user, not a programmer

i downloaded and built 0.74 from sources, following instructions. i've also tried with the megabuild 5.

i'll test for nfs shares tomorrow

Reply 7 of 20, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

wd. i can't say that i understand the intention of your posts.

Don't reopen every samba related post next time, and if you do, at least take the time to READ them.

Reply 8 of 20, by h-a-l-9000

User metadata
Rank DOSBox Author
Rank
DOSBox Author

mount c \\computer\share does not work.
mount c \\computer\share\subdirectory does.

1+1=10

Reply 9 of 20, by h-a-l-9000

User metadata
Rank DOSBox Author
Rank
DOSBox Author

stat doesn't play along.

A suggestion for somebody who knows this code better than me (only tested on Windows):

1+1=10

Reply 10 of 20, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

So stat \\computer\share does not work? Does stat \\computer\share\
work any better? Or \\computer\share\. if that works at all.

Reply 11 of 20, by flowirin

User metadata
Rank Newbie
Rank
Newbie

i'm lost.

i've searched extensively for posts relating to dosbox mounting samba shares, with keywords cifs and smbfs, linux, unix, ubuntu.
on the whole net i found 2 entries, one of them in these formus, which was not resolved. the other refers to a different virtual box.

so wd, if you can point me to other posts, please do. i don't get your references, its all a bit cryptic.

h-a-l, is what you are saying for me? what is that file?

Last edited by flowirin on 2010-07-01, 15:15. Edited 1 time in total.

Reply 12 of 20, by h-a-l-9000

User metadata
Rank DOSBox Author
Rank
DOSBox Author

No it's not for you.

1+1=10

Reply 13 of 20, by h-a-l-9000

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Ah, stat(\\computer\share\) works.

Seems offtopic in this thread though.

1+1=10

Reply 14 of 20, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

hmm treating it as a root directory

Water flows down the stream
How to ask questions the smart way!

Reply 15 of 20, by mentrick

User metadata
Rank Newbie
Rank
Newbie

i have the same problem... in a previous version of dosbox, that i can't say which, i worked well... but now, not anymore..
someone to help???
thanks

Reply 16 of 20, by DBob

User metadata
Rank Newbie
Rank
Newbie

Same problem here.

I want to store every of my files used by dosbox on my nas. It's being mounted to /mnt/nas, and everything else van access it, except dosbox.
I've also tried the "\\computer\share" access method, without any success. Also tried with + \subdirectory.

Is there any workaround to it? Because I'm using lts ubuntu, the version of dosbox sure won't change for loong time, and I don't want to change to non-lts in the future.

Reply 17 of 20, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

think I once debugged it on irc.
Problem was some mount flag when mounting your nas in ubuntu.
serverino or noserverino was the solution. Not sure which one.

Water flows down the stream
How to ask questions the smart way!

Reply 18 of 20, by DBob

User metadata
Rank Newbie
Rank
Newbie

Thanks for the info, it's great now.
The correct one is noserverino.

By the way, I'm hoping this doesn't effect anything else 😀

Reply 19 of 20, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

it's not a dosbox bug that you are working around with that switch.

Water flows down the stream
How to ask questions the smart way!