[Home]  [Headlines]  [Latest Articles]  [Latest Comments]  [Post]  [Sign-in]  [Mail]  [Setup]  [Help] 

Status: Not Logged In; Sign In

'Hit Us, Please' - America's Left Issues A 'Broken Arrow' Signal To Europe

Cash Jordan Trump Deports ‘Thousands of Migrants’ to Africa… on Purpose

Gunman Ambushes Border Patrol Agents In Texas Amid Anti-ICE Rhetoric From Democrats

Texas Flood

Why America Built A Forest From Canada To Texas

Tucker Carlson Interviews President of Iran Mosoud Pezeshkian

PROOF Netanyahu Wants US To Fight His Wars

RAPID CRUSTAL MOVEMENT DETECTED- Are the Unusual Earthquakes TRIGGER for MORE (in Japan and Italy) ?

Google Bets Big On Nuclear Fusion

Iran sets a world record by deporting 300,000 illegal refugees in 14 days

Brazilian Women Soccer Players (in Bikinis) Incredible Skills

Watch: Mexico City Protest Against American Ex-Pat 'Invasion' Turns Viole

Kazakhstan Just BETRAYED Russia - Takes gunpowder out of Putin’s Hands

Why CNN & Fareed Zakaria are Wrong About Iran and Trump

Something Is Going Deeply WRONG In Russia

329 Rivers in China Exceed Flood Warnings, With 75,000 Dams in Critical Condition

Command Of Russian Army 'Undermined' After 16 Of Putin's Generals Killed At War, UK Says

Rickards: Superintelligence Will Never Arrive

Which Countries Invest In The US The Most?

The History of Barbecue

‘Pathetic’: Joe Biden tells another ‘tall tale’ during rare public appearance

Lawsuit Reveals CDC Has ZERO Evidence Proving Vaccines Don't Cause Autism

Trumps DOJ Reportedly Quietly Looking Into Criminal Charges Against Election Officials

Volcanic Risk and Phreatic (Groundwater) eruptions at Campi Flegrei in Italy

Russia Upgrades AGS-17 Automatic Grenade Launcher!

They told us the chickenpox vaccine was no big deal—just a routine jab to “protect” kids from a mild childhood illness

Pentagon creates new military border zone in Arizona

For over 200 years neurological damage from vaccines has been noted and documented

The killing of cardiologist in Gaza must be Indonesia's wake-up call

Marandi: Israel Prepares Proxies for Next War with Iran?


Miscellaneous
See other Miscellaneous Articles

Title: Question concerning sharing programs across different user accounts in Ubuntu
Source: [None]
URL Source: [None]
Published: Aug 28, 2011
Author: me
Post Date: 2011-08-28 17:52:39 by F.A. Hayek Fan
Keywords: None
Views: 536
Comments: 28

I recently began running Ubuntu Linux via dual boot on my computer system. It's pretty cool but there are some things I am having problems with. I eventually want to get rid of the dual boot and just run Linux. At the same time I want to run Windows 7 in a virtual machine using VMware Player. I have created four separate users, one for each member of the family.

I have successfully installed VMware Player and I have successfully created a virtual window that runs Windows 7. However, the Windows 7 virtual window can only be seen under my user name. What do I have to do for all four users to be able to see the Windows 7 virtual window? It takes 40 GB to install Windows 7 on a virtual window. It makes no sense that I would have to load it three other times and waste 120GB of disk space on the same thing. There has to be a way that I can set it up so everyone can see the virtual window under their user name.

Any ideas?

Post Comment   Private Reply   Ignore Thread  


TopPage UpFull ThreadPage DownBottom/Latest

Begin Trace Mode for Comment # 7.

#2. To: F.A. Hayek Fan (#0)

However, the Windows 7 virtual window can only be seen under my user name.

Can you explain exactly what you mean by the above? Unless you installed vmware player as a regular user instead of root (superuser), any user should be able to run vmware player. Mine is installed at /usr/bin/vmplayer. Opening a terminal and typing "/usr/bin/vmplayer" would probably start it up for any user. If not, then you can open a terminal in your session and type "which vmplayer" and that should tell you where it's installed. If it *is* installed in someplace beginning with "/home/[youruserid/..." then it will only be accessable to you and not the other users.

I use ubuntu with vmplayer running windows so I should be able to assist.

Pinguinite  posted on  2011-08-28   19:38:03 ET  Reply   Untrace   Trace   Private Reply  


#3. To: Pinguinite (#2)

Can you explain exactly what you mean by the above? Unless you installed vmware player as a regular user instead of root (superuser), any user should be able to run vmware player. Mine is installed at /usr/bin/vmplayer. Opening a terminal and typing "/usr/bin/vmplayer" would probably start it up for any user. If not, then you can open a terminal in your session and type "which vmplayer" and that should tell you where it's installed. If it *is* installed in someplace beginning with "/home/[youruserid/..." then it will only be accessable to you and not the other users.

I see where the problem might be. I installed the WMware Player as a superuser, so the VMware Player itself can be seen by everyone. However, the Windows 7 virtual machine that I created can only be seen by my user name. However, I think you just gave me the reason why. When I created the Windows 7 virtual Window, I was logged in under my normal user name instead of as a superuser (duh).

Ok, so I guess I remove the Windows 7 virtual Window and reinstall it under my SU account? If so, is there a specific way to do it? I don't see a delete or remove command in any of the drop down menus.

Thank you for your help.

F.A. Hayek Fan  posted on  2011-08-28   20:06:12 ET  Reply   Untrace   Trace   Private Reply  


#4. To: All (#3)

I don't see a delete or remove command in any of the drop down menus.

OK. I found it. I deleted it and will now reinstall under SU. Keep your fingers crossed! :)

F.A. Hayek Fan  posted on  2011-08-28   20:33:13 ET  Reply   Untrace   Trace   Private Reply  


#6. To: F.A. Hayek Fan (#4)

OK. I found it. I deleted it and will now reinstall under SU. Keep your fingers crossed! :)

Well, you didn't need to do that, actually. You can transfer the existing windows files so that all users can access them. I expect that you'll find that no one can use the windows files after they are installed and owned by root (superuser). If so, you'll need to make them accessable to all users by using the "chmod" command. Let me know.

Pinguinite  posted on  2011-08-28   20:47:34 ET  Reply   Untrace   Trace   Private Reply  


#7. To: Pinguinite (#6)

I expect that you'll find that no one can use the windows files after they are installed and owned by root (superuser). If so, you'll need to make them accessable to all users by using the "chmod" command. Let me know.

Here is how the Windows 7 file is set up by default. What do I have to change to all users to be able to use Windows 7?

drwxr-xr-x 5 root root 4096 2011-08-28 19:58 Windows 7
root@home-computer:~/vmware#

F.A. Hayek Fan  posted on  2011-08-28   21:14:27 ET  Reply   Untrace   Trace   Private Reply  


Replies to Comment # 7.

#9. To: F.A. Hayek Fan (#7)

From that directory, as root, type:

chmod -R 777 Windows*

Pinguinite  posted on  2011-08-28 21:17:55 ET  Reply   Untrace   Trace   Private Reply  


End Trace Mode for Comment # 7.

TopPage UpFull ThreadPage DownBottom/Latest


[Home]  [Headlines]  [Latest Articles]  [Latest Comments]  [Post]  [Sign-in]  [Mail]  [Setup]  [Help]