LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 07-14-2019, 07:50 AM   #1
izzyglitched
LQ Newbie
 
Registered: Jun 2019
Location: In the Fire.
Distribution: Ubuntu 16.04
Posts: 5

Rep: Reputation: Disabled
Virtual Machine


Hi, I am eager to understand the Linux File System and how it all works. I am more or less teaching myself and am wondering if making a virtual machine I can play around in without damaging my system is possible and if so how to do it. Any advice is greatly appreciated. Thank you for your time!

Last edited by izzyglitched; 07-14-2019 at 07:51 AM. Reason: I wanted to say thank you.
 
Old 07-14-2019, 08:34 AM   #2
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,663

Rep: Reputation: 2710Reputation: 2710Reputation: 2710Reputation: 2710Reputation: 2710Reputation: 2710Reputation: 2710Reputation: 2710Reputation: 2710Reputation: 2710Reputation: 2710
Quote:
Originally Posted by izzyglitched View Post
Hi, I am eager to understand the Linux File System and how it all works. I am more or less teaching myself and am wondering if making a virtual machine I can play around in without damaging my system is possible and if so how to do it. Any advice is greatly appreciated. Thank you for your time!
Very possible, and there are multiple ways to accomplish this project. A full hypervisor will work, such as VirtualBox or QEMU Commerical VMWARE has a free option I believe). A lighter option for a linux system host is a full install container using Linux Containers, LXC, or OpenVZ

If you are currently running Windows, I recommend using VirtualBox. It is easy, free, well documented, and there is a ton of public support because MANY of us here have used it before.
 
2 members found this post helpful.
Old 08-15-2019, 02:41 PM   #3
izzyglitched
LQ Newbie
 
Registered: Jun 2019
Location: In the Fire.
Distribution: Ubuntu 16.04
Posts: 5

Original Poster
Rep: Reputation: Disabled
Thank you for taking the time to respond. I haven't been on here in awhile but I will look into your suggestion. Greatly appreciated!
 
Old 08-15-2019, 03:22 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,993

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
Currently if you run VMWare, virtualbox or Microsofts VM you almost can't make any changes to the host (windows) system by any sort of command or task. The one exception would be to go outside of the current design and use a physical disk instead of a virtual hard drive.

A VM program usually allows you to build a virtual computer. The first steps are to create a virtual hard drive. That is a file (or set of files) that appear as real files to the host. They appear as a hard drive to the client OS and don't affect any other of the hosts files.
 
Old 08-15-2019, 05:10 PM   #5
Captain Brillo
Member
 
Registered: Jul 2018
Location: Capital of Raccoon Nation
Distribution: Manjaro Cinnamon
Posts: 183

Rep: Reputation: 25
I'd like to suggest, though, that if you can, if you have the spare disk space, build a full dual-boot install.
I guarantee you it will be a lot more fun.
 
Old 08-15-2019, 06:19 PM   #6
Samsonite2010
Member
 
Registered: Apr 2015
Distribution: Debian
Posts: 267
Blog Entries: 1

Rep: Reputation: 117Reputation: 117
Definitely worth playing with a VM to start with. I recently tested out Debian 10 from Ubuntu 18.04 - liked it so much I then wiped Ubuntu for Debian 10!

Another option which I have used is to put Linux on spare laptops - I seem to collect them and Linux on an old Windows laptop makes it run like a brand new beast!
 
Old 08-15-2019, 09:23 PM   #7
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,339
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
For home use, I'd definitely recommend VirtualBox.

Here's a good tutorial: https://www.makeuseof.com/tag/how-to-use-virtualbox/
 
Old 08-16-2019, 10:25 PM   #8
permaroot
Member
 
Registered: Aug 2019
Location: Arden, NC
Distribution: Arch Linux
Posts: 129

Rep: Reputation: 48
Quote:
Originally Posted by Captain Brillo View Post
I'd like to suggest, though, that if you can, if you have the spare disk space, build a full dual-boot install.
I guarantee you it will be a lot more fun.
I second this. If you don’t want to dual boot you can surely find a dirt cheap box on Craigslist or elsewhere. Linux doesn’t need much horsepower!

VMs are definitely a way to go, especially if you aren’t comfortable dual booting.
 
Old 08-17-2019, 11:50 PM   #9
izzyglitched
LQ Newbie
 
Registered: Jun 2019
Location: In the Fire.
Distribution: Ubuntu 16.04
Posts: 5

Original Poster
Rep: Reputation: Disabled
Thank you everyone for the advice... I will look into mentioned options... Be blessed.
 
  


Reply

Tags
learning, virtual machine



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
How to : Open Virtual Machine Manager to create a new virtual machine BKChicago Linux - Newbie 2 11-08-2016 09:48 PM
Looking For A Bootable OS + Virtual Machine Combo - Bootable Virtual Machine OS Help angelbabycry Linux - Newbie 7 05-08-2015 08:36 PM
how to know the remote machine is Virtual machine or physical machine pantdk Linux - Server 19 10-16-2014 01:48 PM
Is base memory of virtual machine used when virtual machine is not running? ravisingh1 Linux - Virtualization and Cloud 3 04-09-2013 03:41 AM
Running virtual pc files in a virtual machine in linux ... preferably virtual box biharibong Linux - Software 4 01-21-2009 01:04 PM

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

All times are GMT -5. The time now is 06:47 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