Red Hat :: Share Files Between Host XP And VM?

Apr 16, 2010

I am fairly new to Linux. I have a Win XP host machine where I am running a Redhat virtual machine using VMplayer. I have a tool in the VM that I need to run using some input data located on the host machine. How can I share files between the host and the VM? I need to be able to read/write files from within the VM.

Someone mentioned "Samba" to me and it looks like it's installed on the VM, or at least I see files and folders on the VM containing "samba" in their names. So how do I use it for sharing? Are there other approaches? Can you provide step-by-step instructions or point me to those?

View 3 Replies


ADVERTISEMENT

Red Hat / Fedora :: Share Files Between Host XP And VM?

Apr 16, 2010

I have a Win XP host machine where I am running a Redhat virtual machine using VMplayer. I have a tool in the VM that I need to run using some input data located on the host machine. How can I share files between the host and the VM? I need to be able to read/write files from within the VM.

Someone mentioned "Samba" to me and it looks like it's installed on the VM, or at least I see files and folders on the VM containing "samba" in their names. So how do I use it for sharing? Are there other approaches?

View 5 Replies View Related

Slackware :: Share Files Between A Host And A Windows Machine In VirtualBox?

Aug 18, 2010

What is the best way to share files in virtualbox between host/machine I thought of trying usb but the devices are all greyed out. I know the fix for this but I have to search for it, permission problem I think? Or is there a more elegant way

View 4 Replies View Related

Ubuntu Networking :: Transfer Files From Cluster To Host And Then Host To Another?

Mar 4, 2010

I am working on a cluster for a molecular dynamics class and I have to edit my FORTRAN code (only the newest and best for me!). In order to get through to the cluster I have to ssh in. The network on which the cluster resides is behind a firewall, so I have to ssh through the firewall into the network first.

this is fine, I can login and move files and folders as needed, including sftp-ing into host 1, then into the cluster so I can transfer files from cluster to host and then host to me. This gets rather tiresome, so it would be nice to edit the files in place.

The problem is that when I access my code with emacs it launches the emacs client on Host 1, with no mouse support. I know the purists will howl about how I should be using keyboard shortcuts, but I am a chemist and not a programmer, so the mouse is very nice for me. Is there any way I can perhaps mount the cluster using sshfs so that when I open my code it launches a local instance of emacs? Sorry if this is the wrong forum, but I thought it was network related.

View 3 Replies View Related

General :: Transfer Large Number Of Files Host To Host

Oct 20, 2010

I have two servers, one has an empty / and the other has a subdirectory with a large number (4 gig) with many, many files. I need a way to transfer the files en masse from the server with the large number of files to the one that is essentially blank.I don't have space on the used host to simply gzip all the files. I've googled this and see that there may be some combination of tar and/or gzip that will let me do this with some sort of redirection.

I really need and example line of how this can be accomplished. If my explanation seems rather sparse, I can supply more details.

View 3 Replies View Related

Ubuntu Security :: Configure The Share And Folder So That The Win7 Client Can Create Files And/or Folders In The Share?

Jan 15, 2010

I've just installed Ubuntu 9.10 and Samba 3.4. I've shared a folder and have accessed the share from a Windows 7 client. However, I've struggled to configure the share and folder so that the Win7 client can create files and/or folders in the share. Kept getting Permission Denied errors. Finally, (using Webmin) I set the permissions on the file folder so that "Other" had write access. I don't understand why this was necessary (and how unsecure this is). I already had the write access checkbox ticked for "User" but it wasn't enough.

View 1 Replies View Related

Ubuntu :: Share Files And Folders But It Does Not Allow To Select Share Folder

Sep 20, 2010

1. I have Ubuntu 10.04.1 installed alongside Windows Home premium 7 on a Compaq CQ5110f with 2 dual processors, 320 GB HDD, 4 gb Ram, less than a year old/ It is giving me some error messages. It is wanting to lock the drive or various programs after being left unused for a few minutes, I have not found where I can disable this. I do not need passwords, really. I am the only user. I reinstalled it once, on top of itself (Ubuntu) and it worked fine briefly, then started doing it all again.

I use to sometimes install Ubuntu as a windows app. on a previous version, maybe 9.04 - 9.10, but think I can not do it on this version?

So, Can I install as WIndows app on this version of Ubuntu? CAn I install Ubuntu on one drive alone, and windows on the other drive alone, install both in same computer and get dual booting? I think before, to do that I had to reset boot drives in BIOS to whichever I had the OS I wanted to use?

Or MUST they be installed on same drive for dual booting to be available?

I am attaching screen shots of the messages I get, etc. I have tried to share files and folders, but it does not allow me to select Share this folder as some security thing is not installed, And the time I am required to enter password to use comp[iter after being idle a few minutes, seems to be tied to my folder, which is JOHN. I may have to think about removing Ubuntu from this drive, add a SATA drive and use two, one for Windows and one for Ubuntu.

View 5 Replies View Related

CentOS 5 Server :: Mounting A NFS Share On A VM Host?

Sep 2, 2010

I'm having some trouble mounting an NFS share on a VM host (both CentOS 5.5):

-------------------------
SAN/NAS BOX (NFS Server):
-------------------------
/ filesystem on VolGroup00/LogVol00 = 7.6GB A 20GB filesystem on vg_vm/lv_vm1 is mounted at /srv/vm1 A 100GB filesystem on vg_vm/lv_data1 is mounted at /srv/data1

Output of 'df -h' (extraneous stuff removed):

Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
7.6G 1.8G 5.5G 25% /
/dev/mapper/vg_vm-lv_vm1
20G 173M 19G 1% /srv/vm1
/dev/mapper/vg_vm-lv_data1
99G 188M 94G 1% /srv/data1

View 3 Replies View Related

Ubuntu :: Can Share Wifi Between Vista (host) And (guest)

Feb 25, 2011

Anyone knows who i can share my wifi between my vista (host) and ubuntu (guest) ?

View 1 Replies View Related

General :: Using Samba To Share A Folder From A Guest With A Windows Host In VirtualBox

Mar 15, 2011

I would like to share a folder from a Linux Guest with a Windows host (with read and write access if possible) in VirtualBox. I read in these two links: here and here that it's possible to do this using Samba, but I am a little bit lost and need more information on how to proceed.

So far, I managed to set up two network adapters (one NAT and one host-only) and to install Samba on the Linux guest, but I have the following questions now: What do I need to type in samba.conf to share a folder from the Linux guest? (the tutorial provided in one of the links above only explains how to share home directories) Are there any Samba commands that I need to run on the guest to enable sharing? How do I make sure that these folders are only available to the host OS and not on the Internet? Once the Linux guest is setup, how do I access each of the individual shared folders from the Windows host? I read that I need to mount a drive on Windows to do this, but do I use Samba logins, or Linux logins, also do I use localhost? or do I need to set up an IP for this?

View 1 Replies View Related

General :: Httpd Virtual Host Set To Mount To Samba Share Folder?

Dec 23, 2010

The scenario like this. I'm working on Ubuntu 10.10. I've enable samba sharing with full guest access enable. In my office I had another server (CentOS 5.5) installed just for me and I've created a Apache VirtualHost which root document pointed to share folder on my comp

This is my fstab setting
//my ubuntu computer name/sharing/www /media/www cifs context=system_ubject_r:httpd_sys_content_t:s0,username=username,password=******,iocharset=utf8,fi le_mode=0777,dir_mode=0777 0 0

After label the mount folder as httpd_sys_content_t the Apache web server working in correct way (duno much but at least it can index files and excute some php code so) then the troll come in : if some file was created by my ubuntu (personal comp) then the file would be listed in Apache virtualhost correctly.

But if I'm ssh to CentOS server goto /media/www which was mounted to my unbuntu computer. Then type command like $mkdir something Suprising that folder ./something could not be accessed by Apache anymore except I remount by umount and mount it again or "setenforce 0" What is wrong with my system can anyone point me out of this headache

View 1 Replies View Related

General :: How To Mount Remote Samba Share From Local Host With Multiple Groups

May 6, 2010

I am using mount.cifs to mount a remote samba share (both client and server are Ubuntu server 8.04) like this:mount.cifs //sambaserver/samba /mountpath -o credentials=/path/.credentials,uid=someuser,gid=1000.I mounted a user from local system with username and password with mount.cifs but the problem is that the user is part of multiple groups on the remote system and with mount.cifs I can only specify one gid. Is there a way to specify all the gids that the remote user has?

Mount the remote samba with multiple groups on the local system?Browse the mount from 1) with the terminal since I want to pass some files from samba as arguments to local programs.which runs through gvfs; but the newer gnome does not write to disk the ~/.gvfs anymore so I can't browse it in terminal. And the last solution would be NFS but that means that I have to synchronize the uids and gids on the local system with the ones from the server.

View 1 Replies View Related

Fedora Installation :: Samba / Network Folder And See Other Computers Shared Files And Share Files?

May 5, 2010

I am used to Ubuntus simple sharing with samba. Just install it, reboot and then share the files.Then do I klick on network folder and see all the shared files on the computers in the network.

How do I install it so I only need to go into network folder and see the other computers shared files.Then, how do I share files?

I hope it's not so difficult and that I have to change i config-files.

I am new to Fedora.

View 4 Replies View Related

General :: Host Www Files To The Internet?

Apr 18, 2011

wanting to set up a website, I have a www folder with stuff in it, I'm on Ubuntu 10.10 I wanna port forward so that i can put my www files online and get a domain name,

View 1 Replies View Related

General :: Remove Files In Remote Host Using Ssh?

May 25, 2011

I need to delete all files inside remote directory using ssh P.S. The directory must not be deleted, so @Wes answer is not what I need. If it would be local dir, I would run "rm -rf dir/*"

View 4 Replies View Related

Debian Configuration :: Rsync - Not Creating Files On Host

Aug 2, 2015

Having an issue with rsync

I launch the following

Code: Select allrsync -avz --remove-source-files --log-file=/home/pi/rsync.log --temp-dir
=/data/temp --partial --progress -e "ssh" 192.168.1.100://data/ext/downloads/File.ext /data/

Basically I download to main PC and rsync to my pi as the pi has a fraction of the speed for some reason when downloading form a source outside of my network.

The first few files will sync fine. Then I start getting errors like this

Code: Select allrsync: rename "/data/temp/.File.ext.y1716M" -> "File.ext": No such file or directory
(2)

The directory on the host has user and group ownership as pi. Rsync has been setup to login without a password.

View 0 Replies View Related

General :: Copy The Files Between Vmware Guest And Host?

Jul 28, 2010

My RHEL version is Red Hat Enterprise Linux AS release 4(Nanhant update 6) I installed Linux on vmware.My host is win xp.Am able to ping guest as well host.How i can copy the files from host to guest.

View 2 Replies View Related

Programming :: Script To Copy Files From One Host To A Group?

Mar 31, 2011

I have one script that goes through some IPs:

###############################3
#/usr/bin/sh
# This is a script to copy files from one host to a group of

[code]....

View 6 Replies View Related

Networking :: Share Files To A Mac Osx?

Jun 1, 2011

I have a centos server (5.6) and trying to share files to a mac osx. When the mac is mounting the share the first time in a while it goes really slow to browse the folders. Once it has been done the first time, the browsing goes much faster the second time you browse. If the mac unmount or shutdown for a while and then remount, it is really slow again to browse the shares.

View 1 Replies View Related

Ubuntu :: Unable To Drag Files From Host To Guest XP In VMware

Feb 11, 2010

I can no longer drag files from my ubuntu host into my XP guest. I have vmware tools installed in XP and up until recently I could simply drag whatever I wanted back and forth between the systems. When I try to drag a file across into XP the cursor has the plus sign like it would normally to drop a file in, but now it also makes a selection box on the XP desktop. Same problem in Workstation and Player. I haven't posted on the vmware forums yet, I figured someone here probably has had the same problem. I don't think it was a kernel update. I restarted ubuntu with 2.6.31.18 which was fully functional before, still with the same problem.

View 1 Replies View Related

General :: Share Files Between Ubuntu And Mac OS X?

Sep 7, 2010

Is there any links/tutorials/videos that helps me share files between Ubuntu and Mac OS X?

View 4 Replies View Related

Ubuntu :: Share Files Between Two Computers?

Feb 19, 2010

I can't seem to figure out how to even share files between my laptop and desktop. They are both Ubuntu 9.10. I thought maybe samba was the way but couldn't figure it out. I was looking at the ssh that comes with Ubuntu and been trying to get it to work but don't know what I'm doing wrong. I type: ssh username@computername and it give me a little info. Don't know what I'm suppose to do then. I looked at the network folder on my laptop and it seem to see it but everytime I click on it ask for a password and I can't get in since I don't know the right password. I'm not sure if this is the best software to use or not. Just wanted something to look at and transfer from my desktop to my laptop and vice versa.

View 7 Replies View Related

Ubuntu :: How To Share Files In 9.10 Server With GUI

Mar 3, 2010

I have two PCs , once runs 9.10 Ubuntu Desktop named "desktop" and another runs 9.10 Ubuntu Server named "server". as you know that "desktop" PC has a GUI installed , and i write this from there now, but "server" PC does not have anything like that so i use SSH to connect and administrate it.

Here is what i need, I want a graphical way to share the files in "server" PC so i can edit files in that (such as css , php and html files ) on the fly and i don't need to ftp them back in to "server" from "desktop" after editing. How do i get that done ?

View 2 Replies View Related

Ubuntu Networking :: Can't Share Some Files

Mar 23, 2010

I've setup sharing on ubuntu to my windows 7 PC and it recognizes folders all folders i set to share except on my partitioned 2nd hard drive. I'm thinking its because its password protected, how do i remove this security? it shows the folder but i cannot access it

On my windows 7 it gives me: windows cannot access \usernamemovies check the spelling of the name. otherwise, there might be a problem with your network.

View 4 Replies View Related

Ubuntu Networking :: Share Files From Pc To Ps3?

Apr 11, 2010

I just installed mediatomb so i can share files from my pc to ps3 when i try to access my slave hdd's i get this error msgs "Error: could not list directory /media/Geimsla 2 : Permission denied"

View 6 Replies View Related

Ubuntu Networking :: Share Files Between Mac Win 7?

Jun 20, 2010

I have set up our home network with an E2000 Linksys router and we have a wireless printer on this Network 2 windows 7 pc's, 1linux (Ubuntu 10.04), 1 iMac (snow leopard), and 1 Windows Xp pc.

This might be an easy question or a tricky one but if anyone knows how to make it so that we can share files between computers and also so that they can all access the printer on the network.

So far the only ones that can see each other on the network are the Windows pc's but i am still having trouble even making it so that the Windows pc's can share files.

View 1 Replies View Related

Ubuntu :: Share Files Between Win 7 Machine?

Aug 29, 2010

I am trying to share files between my Win 7 machine and Linux. I already did all the stuff needed with Samba. My problem is that when I try to connect Linux to Win7 it asks for a password. I put in my account name and password for Win7 but it keeps saying its wrong. disabled password protection on Win7 still didnt work. Then I disabled Homegroup... Still didnt work.

View 7 Replies View Related

Ubuntu :: Share Files Over A Network?

Sep 13, 2010

Running Ubuntu 10.4 lts I wish to Share files and a printer over a network the network is run on my main computer running XP . but I no joy in the share files over the network box :system> preference > personal file sharing . The box to share public files on network is greyed out. And the massage this feature cannot be enabled because the required packages are not installed on your system

View 9 Replies View Related

Ubuntu :: Windows 7 Won't Share Files?

Nov 7, 2010

Earlier this year I had probs getting Windows 7 to share files with Linux over a network. I uninstall Windows sign-in assistant and this worked.

Recently I installed Windows Live Essentials 2011 and all seems to have gone pear shaped because I can no longer share files with Ubuntu and Windows 7.

View 9 Replies View Related

Ubuntu :: Share Files Between Two Machines?

Nov 20, 2010

i have ubuntu 10.10 on my laptop and in my desktop 10.4 how can i share the folder on my desktop so i can be able to pull them from my laptop.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved