LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-04-2019, 02:37 PM   #1
Pen guin
Member
 
Registered: Oct 2019
Posts: 178

Rep: Reputation: Disabled
Virtual Box, Linux and Windows: Is it possible to copy an image from Win OS and Paste in Linux?


At the moment, on my Windows 10 UEFI (1903) computer, I'm putting together images so that they can be part of a flash card system, that allows images to be posted on the reverse side.

When I install a Virtual Box, would I be able to make the images under the Win10 OS and bring them back to the Linux OS side of the VB?

(I do very minor photo manipulation with a windows program, that does nothave a Linux version available for download. (Faststone Image Viewer I use that, and Microsoft Paint, to accomplish what I need to do.


Thanks in advance,

Pen guin
 
Old 11-04-2019, 02:58 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,699

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Yes, there are several ways to exchange data between the host and guest. Install guest additions in the linux VM and you can configure bidirectional drag and drop or shared folders. Shared folders works like a network share between the two operating systems without having to configure samba. With drag and drop you can drag the file from one file browser to another.
 
Old 11-04-2019, 05:37 PM   #3
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
share folder prob be fastest.
 
Old 11-04-2019, 06:47 PM   #4
Pen guin
Member
 
Registered: Oct 2019
Posts: 178

Original Poster
Rep: Reputation: Disabled
I saw an example of share folder on YT earlier today.

With every new image I make do I have to go through that entire process every time, or is it a one time setup?

The documentation for VirtualBox also mentioned something about Host key + L which would allow for you to have one window of the host system and one window of the guest system side by side at the same time.

And finally, do I have to enable Virtualization on the Host computer in the UEFI, before installing?

Thanks
 
Old 11-04-2019, 07:32 PM   #5
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Quote:
Originally Posted by Pen guin View Post
I saw an example of share folder on YT earlier today.

With every new image I make do I have to go through that entire process every time, or is it a one time setup?
... one-time setup. Once you configure Shared Folders, you can use them anytime afterwards, like michaelk mentioned, the same way you would network share.

Quote:
And finally, do I have to enable Virtualization on the Host computer in the UEFI, before installing?

Thanks
No, but it would help performance, since your guest system will be able to use some of your hardware's native virtualization capabilities.

Cheers,
 
Old 11-04-2019, 07:40 PM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,699

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
It is a one time process and can be automatically configured to automount.

https://www.virtualbox.org/manual/ch...#sharedfolders

Yes, virtualization has to be enabled in the BIOS/UEFI.

Host key + L is called seamless mode and it just changes the way the guest appears on the desktop. It can make the program in focus appear as if it was running on the host.
 
Old 11-05-2019, 11:20 AM   #7
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Quote:
Originally Posted by michaelk View Post

Yes, virtualization has to be enabled in the BIOS/UEFI.

...
Hi michaelk,

If this is true, then part of my previous post is incorrect. I seem to remember being able to use hypervisors (Virtualbox, VMWare ...) on a host computer without activating the virtualization extensions of the CPU in firmware (and correspondingly not activating hardware virtualization in the guest acceleration settings)... Performance was not as good, but it worked. Am I hallucinating ?

... If so, more coffee before answering questions next time :-) Please confirm.

Cheers,

Last edited by Rickkkk; 11-05-2019 at 11:28 AM.
 
Old 11-05-2019, 11:40 AM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,699

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
I guess I need more caffeine too... The more correct answer is it it depends but should be enabled. Hardware virtualization has to be enabled for 64 bit guests.

https://www.virtualbox.org/manual/ch10.html#hwvirt
 
1 members found this post helpful.
Old 11-05-2019, 11:50 AM   #9
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Quote:
Originally Posted by michaelk View Post
I guess I need more caffeine too... The more correct answer is it it depends but should be enabled. Hardware virtualization has to be enabled for 64 bit guests.

https://www.virtualbox.org/manual/ch10.html#hwvirt
... Cool - thx michaelk. Didn't know about the hard requirement for 64-bit guests. I've never run into a problem because I tend to have that firmware feature enabled on all of my systems.

Cheers - thanks again for the clarification.
 
Old 11-06-2019, 03:05 PM   #10
Pen guin
Member
 
Registered: Oct 2019
Posts: 178

Original Poster
Rep: Reputation: Disabled
For the life of me I can't get a windows program folder to mount.

In the videos I've seen since I was last here, everyone is talking about creating a folder like "vmshare" Is that a mandatory step even if you already have on your system the program (in a folder) that you want to share? (vs. a docx file, for example.) As I understand it LibreOffice can save to that format as well.

At any rate, the folder wouldn't even mount, after a reboot of the VB. I'm fit to be tied.

Would VMware make it any easier (to share files/folders?)

Pen guin

Last edited by Pen guin; 11-06-2019 at 03:06 PM.
 
Old 11-06-2019, 03:21 PM   #11
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Hi Pen guin,

Did you make sure to install the Virtualbox Extension Pack on the host system (Windows 10, from what I understand of your setup) and the Virtualbox Guest Additions on the guest system (your Linux Virtualbox guest VM) ? The Shared Folders function depends on these.
 
Old 11-06-2019, 03:36 PM   #12
Pen guin
Member
 
Registered: Oct 2019
Posts: 178

Original Poster
Rep: Reputation: Disabled
No, I didn't. Thanks for that.
 
Old 11-06-2019, 04:26 PM   #13
Pen guin
Member
 
Registered: Oct 2019
Posts: 178

Original Poster
Rep: Reputation: Disabled
Well I registered with Linux Mint However, they are saying that I don't have any video drivers, or some such installed, what would you advise. (I find that confusing.)
Attached Thumbnails
Click image for larger version

Name:	No drivers what to do.jpg
Views:	18
Size:	72.3 KB
ID:	31786  

Last edited by Pen guin; 11-06-2019 at 04:28 PM.
 
Old 11-06-2019, 05:03 PM   #14
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Hi Pen guin,

The VBox Guest Additions is usually installed on Mint using the ISO, which usually appears as a CD drive on your Mint desktop ... You seem to be in a driver installation dialog box there ....

Do you see the CD icon on your desktop ? If not, you can specify in the guest's settings that you want to mount the ISO as an optical drive.

Last edited by Rickkkk; 11-06-2019 at 05:04 PM.
 
Old 11-06-2019, 05:47 PM   #15
Pen guin
Member
 
Registered: Oct 2019
Posts: 178

Original Poster
Rep: Reputation: Disabled
I see an Iso on the desktop, but now that I've installed Guest Additions inside of Linux, it - the title of the iso now has "Guest Additions" in the title of the iso. And when I double click on it, it won't start citing some kind of an error. No matter, it's already installed, inside Linux.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Preventing the screen copy and paste error on first paste slackartist Slackware 0 04-03-2016 06:48 PM
Copy/paste not working in my virtual box - CentOS 6.5 tiggerfanatic Linux - Newbie 6 08-01-2014 06:05 PM
data file copy from excel (win 7) to linux virtual box(oracle) prerna.mathur12 Linux - Software 1 01-06-2013 06:09 AM
[SOLVED] OpenOffice Calc question - copy and paste an image filename only BobNutfield Linux - General 2 09-20-2010 04:46 PM
how to copy and paste acd copy cd paschim Linux - General 2 04-05-2004 09:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration