How to share folder with DOS on VirtualBox












2















The host is Ubuntu 10.04,and I have already installed FreeDOS on VirtualBox.Since I can't get to the Internet on FreeDOS,I hava to share some files with FreeDOS.But how?



I know how to share a folder with a Linux guest,but there are no file for DOS in VBoxGuestAdditions.iso.



I find this page but its host is WindowXP.



How can I share folders with a DOS guest and Ubuntu host in VirtualBox?










share|improve this question





























    2















    The host is Ubuntu 10.04,and I have already installed FreeDOS on VirtualBox.Since I can't get to the Internet on FreeDOS,I hava to share some files with FreeDOS.But how?



    I know how to share a folder with a Linux guest,but there are no file for DOS in VBoxGuestAdditions.iso.



    I find this page but its host is WindowXP.



    How can I share folders with a DOS guest and Ubuntu host in VirtualBox?










    share|improve this question



























      2












      2








      2


      1






      The host is Ubuntu 10.04,and I have already installed FreeDOS on VirtualBox.Since I can't get to the Internet on FreeDOS,I hava to share some files with FreeDOS.But how?



      I know how to share a folder with a Linux guest,but there are no file for DOS in VBoxGuestAdditions.iso.



      I find this page but its host is WindowXP.



      How can I share folders with a DOS guest and Ubuntu host in VirtualBox?










      share|improve this question
















      The host is Ubuntu 10.04,and I have already installed FreeDOS on VirtualBox.Since I can't get to the Internet on FreeDOS,I hava to share some files with FreeDOS.But how?



      I know how to share a folder with a Linux guest,but there are no file for DOS in VBoxGuestAdditions.iso.



      I find this page but its host is WindowXP.



      How can I share folders with a DOS guest and Ubuntu host in VirtualBox?







      10.04 virtualbox shared-folders






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 9 at 13:42









      Uwe Keim

      1058




      1058










      asked Oct 18 '11 at 13:14









      bigeastbigeast

      111114




      111114






















          2 Answers
          2






          active

          oldest

          votes


















          1














          "Shared Folders" in the sense of a driver that provides this functionality is not available for Virtual Box when running DOS as a guest.



          You may be able to share DOS guest data with the Ubuntu host by setting up a network share using a Samba capable DOS client. I can't give you a concise howto as I have not done this before due to lack of time and lack of interest in DOS but I can give you some hints on what you need in case you go on with that.




          • A samba capable client for DOS (eg. Microsoft MS Client or the Lan Manager for DOS

          • Samba on the host needs to be enabled to use the old authentification (lanman auth=yes)

          • DOS and Ubuntu need to be on the same Workgroup


          Still there are limitations as you will not be able to get access to your DOS vdi from your host OS (you are only running a client on DOS) but if all is set up you may be able to send data from DOS to Ubuntu.



          The guide you already found is a good starting point for the DOS side. Another nice tutorial on setting up samba for DOS can be found here.






          share|improve this answer































            0














            I'm not sure this might help but I was successful in installation of a big application through CD ROM.




            1. First of all, you need to have CD ROM enabled.
              I installed VB VDI image from this link:
              https://www.kirsle.net/blog/entry/ms-dos-and-windows-3-1https://www.kirsle.net/blog/entry/ms-dos-and-windows-3-1


            2. When you right click the mouse, you can see 'compress' in the menu and you can find 'iso' type to compress a file or a folder into iso format.


            3. Then, under device menu on top of Ubuntu desktop, you can see 'CD/DVD device -> choose a virtual CD/DVD file' menu.



            If you want to export any file from DOS, please use FDD since you haven't create a large file yet.



            Good luck.






            share|improve this answer
























            • 404 not found...

              – Sidhi Ciang
              Apr 9 '16 at 15:11











            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f68684%2fhow-to-share-folder-with-dos-on-virtualbox%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            "Shared Folders" in the sense of a driver that provides this functionality is not available for Virtual Box when running DOS as a guest.



            You may be able to share DOS guest data with the Ubuntu host by setting up a network share using a Samba capable DOS client. I can't give you a concise howto as I have not done this before due to lack of time and lack of interest in DOS but I can give you some hints on what you need in case you go on with that.




            • A samba capable client for DOS (eg. Microsoft MS Client or the Lan Manager for DOS

            • Samba on the host needs to be enabled to use the old authentification (lanman auth=yes)

            • DOS and Ubuntu need to be on the same Workgroup


            Still there are limitations as you will not be able to get access to your DOS vdi from your host OS (you are only running a client on DOS) but if all is set up you may be able to send data from DOS to Ubuntu.



            The guide you already found is a good starting point for the DOS side. Another nice tutorial on setting up samba for DOS can be found here.






            share|improve this answer




























              1














              "Shared Folders" in the sense of a driver that provides this functionality is not available for Virtual Box when running DOS as a guest.



              You may be able to share DOS guest data with the Ubuntu host by setting up a network share using a Samba capable DOS client. I can't give you a concise howto as I have not done this before due to lack of time and lack of interest in DOS but I can give you some hints on what you need in case you go on with that.




              • A samba capable client for DOS (eg. Microsoft MS Client or the Lan Manager for DOS

              • Samba on the host needs to be enabled to use the old authentification (lanman auth=yes)

              • DOS and Ubuntu need to be on the same Workgroup


              Still there are limitations as you will not be able to get access to your DOS vdi from your host OS (you are only running a client on DOS) but if all is set up you may be able to send data from DOS to Ubuntu.



              The guide you already found is a good starting point for the DOS side. Another nice tutorial on setting up samba for DOS can be found here.






              share|improve this answer


























                1












                1








                1







                "Shared Folders" in the sense of a driver that provides this functionality is not available for Virtual Box when running DOS as a guest.



                You may be able to share DOS guest data with the Ubuntu host by setting up a network share using a Samba capable DOS client. I can't give you a concise howto as I have not done this before due to lack of time and lack of interest in DOS but I can give you some hints on what you need in case you go on with that.




                • A samba capable client for DOS (eg. Microsoft MS Client or the Lan Manager for DOS

                • Samba on the host needs to be enabled to use the old authentification (lanman auth=yes)

                • DOS and Ubuntu need to be on the same Workgroup


                Still there are limitations as you will not be able to get access to your DOS vdi from your host OS (you are only running a client on DOS) but if all is set up you may be able to send data from DOS to Ubuntu.



                The guide you already found is a good starting point for the DOS side. Another nice tutorial on setting up samba for DOS can be found here.






                share|improve this answer













                "Shared Folders" in the sense of a driver that provides this functionality is not available for Virtual Box when running DOS as a guest.



                You may be able to share DOS guest data with the Ubuntu host by setting up a network share using a Samba capable DOS client. I can't give you a concise howto as I have not done this before due to lack of time and lack of interest in DOS but I can give you some hints on what you need in case you go on with that.




                • A samba capable client for DOS (eg. Microsoft MS Client or the Lan Manager for DOS

                • Samba on the host needs to be enabled to use the old authentification (lanman auth=yes)

                • DOS and Ubuntu need to be on the same Workgroup


                Still there are limitations as you will not be able to get access to your DOS vdi from your host OS (you are only running a client on DOS) but if all is set up you may be able to send data from DOS to Ubuntu.



                The guide you already found is a good starting point for the DOS side. Another nice tutorial on setting up samba for DOS can be found here.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Oct 18 '11 at 14:41









                TakkatTakkat

                108k37250377




                108k37250377

























                    0














                    I'm not sure this might help but I was successful in installation of a big application through CD ROM.




                    1. First of all, you need to have CD ROM enabled.
                      I installed VB VDI image from this link:
                      https://www.kirsle.net/blog/entry/ms-dos-and-windows-3-1https://www.kirsle.net/blog/entry/ms-dos-and-windows-3-1


                    2. When you right click the mouse, you can see 'compress' in the menu and you can find 'iso' type to compress a file or a folder into iso format.


                    3. Then, under device menu on top of Ubuntu desktop, you can see 'CD/DVD device -> choose a virtual CD/DVD file' menu.



                    If you want to export any file from DOS, please use FDD since you haven't create a large file yet.



                    Good luck.






                    share|improve this answer
























                    • 404 not found...

                      – Sidhi Ciang
                      Apr 9 '16 at 15:11
















                    0














                    I'm not sure this might help but I was successful in installation of a big application through CD ROM.




                    1. First of all, you need to have CD ROM enabled.
                      I installed VB VDI image from this link:
                      https://www.kirsle.net/blog/entry/ms-dos-and-windows-3-1https://www.kirsle.net/blog/entry/ms-dos-and-windows-3-1


                    2. When you right click the mouse, you can see 'compress' in the menu and you can find 'iso' type to compress a file or a folder into iso format.


                    3. Then, under device menu on top of Ubuntu desktop, you can see 'CD/DVD device -> choose a virtual CD/DVD file' menu.



                    If you want to export any file from DOS, please use FDD since you haven't create a large file yet.



                    Good luck.






                    share|improve this answer
























                    • 404 not found...

                      – Sidhi Ciang
                      Apr 9 '16 at 15:11














                    0












                    0








                    0







                    I'm not sure this might help but I was successful in installation of a big application through CD ROM.




                    1. First of all, you need to have CD ROM enabled.
                      I installed VB VDI image from this link:
                      https://www.kirsle.net/blog/entry/ms-dos-and-windows-3-1https://www.kirsle.net/blog/entry/ms-dos-and-windows-3-1


                    2. When you right click the mouse, you can see 'compress' in the menu and you can find 'iso' type to compress a file or a folder into iso format.


                    3. Then, under device menu on top of Ubuntu desktop, you can see 'CD/DVD device -> choose a virtual CD/DVD file' menu.



                    If you want to export any file from DOS, please use FDD since you haven't create a large file yet.



                    Good luck.






                    share|improve this answer













                    I'm not sure this might help but I was successful in installation of a big application through CD ROM.




                    1. First of all, you need to have CD ROM enabled.
                      I installed VB VDI image from this link:
                      https://www.kirsle.net/blog/entry/ms-dos-and-windows-3-1https://www.kirsle.net/blog/entry/ms-dos-and-windows-3-1


                    2. When you right click the mouse, you can see 'compress' in the menu and you can find 'iso' type to compress a file or a folder into iso format.


                    3. Then, under device menu on top of Ubuntu desktop, you can see 'CD/DVD device -> choose a virtual CD/DVD file' menu.



                    If you want to export any file from DOS, please use FDD since you haven't create a large file yet.



                    Good luck.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Jul 8 '15 at 14:16









                    abswndfrabswndfr

                    1




                    1













                    • 404 not found...

                      – Sidhi Ciang
                      Apr 9 '16 at 15:11



















                    • 404 not found...

                      – Sidhi Ciang
                      Apr 9 '16 at 15:11

















                    404 not found...

                    – Sidhi Ciang
                    Apr 9 '16 at 15:11





                    404 not found...

                    – Sidhi Ciang
                    Apr 9 '16 at 15:11


















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f68684%2fhow-to-share-folder-with-dos-on-virtualbox%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    How did Captain America manage to do this?

                    迪纳利

                    南乌拉尔铁路局