Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dosbox setup help *SOLVED*
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
todd93
l33t
l33t


Joined: 30 Oct 2006
Posts: 620
Location: Missouri

PostPosted: Mon Dec 25, 2023 1:57 pm    Post subject: Dosbox setup help *SOLVED* Reply with quote

Hi, all, I emerged Dosbox, however, I start it, and am unable to get it to mount anything. I have been following online tutorials, but when I try to mount c anything, it tells me that it doesn't exist. I know I have to be missing a step here, but I'm unable to find it. Any help would be appreciated!

Thanks!
Todd


Last edited by todd93 on Mon Feb 19, 2024 12:53 am; edited 1 time in total
Back to top
View user's profile Send private message
spica
Apprentice
Apprentice


Joined: 04 Jun 2021
Posts: 287

PostPosted: Tue Dec 26, 2023 4:35 am    Post subject: Reply with quote

One potential concern is that DOS may encounter difficulties handling long filenames.
It would be beneficial to examine your approach to mounting and understand the specifics of what you are attempting.

By the way, here's a more streamlined example illustrating how to execute a game, incorporating the mounting of both the game directory and ISO image:
Code:
/home/user/Downloads/MyGame1
├── game1
│   ├── cd
│   │   └── game1.iso
│   ├── GAME.EXE
└── dosbox_single.conf

dosbox_single.conf:
Code:
[autoexec]
mount C "."
imgmount D game1/cd/game1.iso -t iso
c:
cd game1
GAME.EXE

How to run:
Code:
$ cd /home/user/Downloads/MyGame1
$ dosbox -conf dosbox_single.conf
Back to top
View user's profile Send private message
todd93
l33t
l33t


Joined: 30 Oct 2006
Posts: 620
Location: Missouri

PostPosted: Tue Jan 02, 2024 12:10 am    Post subject: Reply with quote

I appreciate your response! I finally figured out what I was doing wrong... It took some intense searching, as everything I was finding was for Windows installations... I now have successfully mounted a c and have installed blood. Another problem I'm having is I'm not able to mount a cdrom drive. I've tried everything for it to see the cdrom drive, but it's just not seeing it. In order to install Blood, I had to copy the cds to the hard drive... Surely there's a way?

Thanks

Todd
Back to top
View user's profile Send private message
spica
Apprentice
Apprentice


Joined: 04 Jun 2021
Posts: 287

PostPosted: Tue Jan 02, 2024 1:08 am    Post subject: Reply with quote

I do not have a REAL cdrom onboard, but, according to man 1 dosbox, the MOUNT command accepts a few more flags:
Code:
              -usecd number
                     Forces to use SDL cdrom support for drive number.  Number can  be  found  by
                     -cd.

              -cd    Displays all detected cdrom drives and their numbers. Use with -usecd.
Back to top
View user's profile Send private message
todd93
l33t
l33t


Joined: 30 Oct 2006
Posts: 620
Location: Missouri

PostPosted: Tue Jan 02, 2024 1:10 am    Post subject: Reply with quote

Thanks, this is quite helpful, and informative! I really appreciate it!

Todd
Back to top
View user's profile Send private message
todd93
l33t
l33t


Joined: 30 Oct 2006
Posts: 620
Location: Missouri

PostPosted: Mon Feb 19, 2024 12:53 am    Post subject: Reply with quote

Need to mark this one as solved... It was mostly a case of user error, and learning how dosbox works. Thanks for the help!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum