Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Red HAt Linux ..

  • 10-11-2008 12:34pm
    #1
    Closed Accounts Posts: 1,788 ✭✭✭


    Hi

    I have VMWare on my Windows XP machine and have RED HAT LINUX running on it (so it's the VM)

    its running GNOME desktop ... I have shared folders on the XP machine ,
    how can i access these folders through the Linux VM ?

    is it as simple as giving the IP of the XP machine when opening a location ?

    or will i need to use SAMBA ?


Comments

  • Registered Users, Registered Users 2 Posts: 2,426 ✭✭✭ressem


    The samba client package SMBclient installed on the redhat box would be one way of doing this.

    This may be integrated into the file manager.
    But in some versions of Redhat it needed tweaking to work.

    The console command smbmount can be used. Presumably you'll be using this a lot so to permanently connect the share you can add a line similar to the one described in the following link to your fstab file.

    //windowsservernameorip/sharename /mountdirectoryonlinuxbox smbfs username=windowsusername,password=windowspassword 0 0

    http://www.justlinux.com/nhf/Filesystems/Mounting_smbfs_Shares_Permanently.html

    --

    If you want to connect in the opposite direction from the windows box to the redhat box, the free program winscp from http://winscp.net/eng/index.php is probably the easiest approach.
    Use the file protocol SCP, which connects over SSH which should be already active on the linux box.


  • Registered Users, Registered Users 2 Posts: 16,288 ✭✭✭✭ntlbell


    depending on the version of vmware you don't need samba

    you can setup the share folders within vmware setup and they will show up in the rh vm

    shows up in something like /mnt/hgfs

    you might need to have vmware tools installed also


Advertisement