VOGONS

Common searches


SMB-mount

Topic actions

First post, by saxandl

User metadata
Rank Newbie
Rank
Newbie

Hi! Frist of all, I have to apologize my lousy english 😉

I would like to mount a smb-share in the way, I do in windows cmd. line "net use K: \\server\share"
my application won't work, if I do mount the share in linux /mnt and do mount this share in dosbox
could that be possible?

greets from Austia

Reply 2 of 3, by saxandl

User metadata
Rank Newbie
Rank
Newbie
Jorpho wrote on 2020-11-09, 16:23:
saxandl wrote on 2020-11-09, 16:14:

if I do mount the share in linux /mnt and do mount this share in dosbox
could that be possible?

Why not try it and find out?

I did try, but my application does not wort in the enviroment "mount //server/share ... /mnt/share", but my application is working well in
network of an Win7 - cmd when I use "net use K: //server/share"

Reply 3 of 3, by Jorpho

User metadata
Rank l33t++
Rank
l33t++
saxandl wrote on 2020-11-09, 19:46:

I did try, but my application does not wort in the enviroment "mount //server/share ... /mnt/share",

But of course: the "mount" command in DOSBox only works for drive letters. Why wouldn't you use "mount d /mnt/share" ?

but my application is working well in
network of an Win7 - cmd when I use "net use K: //server/share"

Did you try typing "net use K: //server/share" on the Windows 7 command line, and then typing "mount k k:\" in DOSBox?