Fórum Ubuntu CZ/SK

Ubuntu pro osobní počítače => Software => Hry a zábava => Téma založeno: Corsair 02 Září 2010, 08:59:14

Název: DosBox
Přispěvatel: Corsair 02 Září 2010, 08:59:14
Ahoj,
Nainstaloval jsem si dosbox na ubntu ale za řerta nemůžu přijít na to jak si noumountovat vlastní složku.
Mám pouze vychozí disk Z:\ ale potřeboval bych si nomountovat např. svůj  home profil jenomže nevím jak mám zjistit označení disku a nebo popř. zadat cestu.
Moc dík za radu.
Název: Re: DosBox
Přispěvatel: Mendoza 02 Září 2010, 10:21:01
Jestli máš s Dosboxem problémy, tak zkus tohle:
http://forum.ubuntu.cz/index.php/topic,49902.0.html
Název: Re: DosBox
Přispěvatel: petergula 02 Září 2010, 10:31:43
http://www.dosbox.com/wiki/Basic_Setup_and_Installation_of_DosBox (http://www.dosbox.com/wiki/Basic_Setup_and_Installation_of_DosBox)

Kód: [Vybrat]
MOUNT C C:\OLDGAMES

pricom C:\OLDGAMES je tvoja lokalna cesta ku c disku.

http://linux.die.net/man/1/dosbox (http://linux.die.net/man/1/dosbox)
Citace
dosbox supports most of the DOS commands found in command.com. In addition, the following extra commands are available:

MOUNT [-t type] [-size size]
    driveletter sourcedirectory [-ioctl] [-usecd number] [-label drivelabel] [-freesize freesize]

MOUNT -cd

MOUNT -u driveletter

Program to mount local directories as drives inside dosbox.

    driveletter
        The driveletter inside dosbox (eg. C).
    sourcedirectory
        The local directory you want to have inside dosbox.
    -t type
        Type of the mounted directory. Supported are: dir (standard), floppy, cdrom.
    -size drivesize
        Sets the size of the drive. See the examples in the README for details.
    -freesize size_in_mb
        Sets the amount of free space available on a drive in MB's. This is a more simple version of -size.
    -labeldrivelabel
        Sets the name of the drive to drivelabel. Needed on some systems if the cd label isn't read correctly. Useful when a program can't find its cdrom. If you don't specify a label and no lowlevel support is selected (-usecd # and/or -ioctl/aspi):

    For win32: label is extracted from "Real Drive".

    For Linux: label is set to NO_LABEL.
    If you do specify a label this label will be kept as long as the drive
        is mounted. It will not be updated !!

-ioctl
    Forces to use ioctl commands.
-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.
-u
    Unmounts a mounted drive. Doesn't work on virtual Drives (like Z:\)

Example:

To mount your /home/dos/dosgames directory as C drive in dosbox:

mount c /home/dos/dosgames
Název: Re: DosBox
Přispěvatel: Corsair 02 Září 2010, 10:48:11
dík moc za radu pomohlo.