LinuxQuestions.org
Visit Jeremy's Blog.
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 12-30-2017, 05:55 AM   #1
Joy Stick
Member
 
Registered: Dec 2015
Distribution: RHEL 4.7
Posts: 127

Rep: Reputation: 0
hgfs directory is NOT appearing


Dear Linux Admins,

Host : Windows 10
Virtual Machine : Vmware Workstation 8.0.1
Guest: Oracle Linux 6.9

>> Problem

[root@ausdev mnt]# pwd
/mnt
[root@ausdev mnt]# ls -l
total 0
[root@ausdev mnt]#



PHP Code:
hgfs directory is not appearing.
usually it is coming under /mnt/hgfs -> for sharing purpose host to Guest machine
PHP Code:
# cat /etc/*release
LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Oracle Linux Server release 6.9
NAME
="Oracle Linux Server" 
VERSION="6.9" 
ID="ol" 
VERSION_ID="6.9" 
PRETTY_NAME="Oracle Linux Server 6.9" 
ANSI_COLOR="0;31" 
CPE_NAME="cpe:/o:oracle:linux:6:9:server"
HOME_URL="https://linux.oracle.com/" 
BUG_REPORT_URL="https://bugzilla.oracle.com/" 

ORACLE_BUGZILLA_PRODUCT="Oracle Linux 6" 
ORACLE_BUGZILLA_PRODUCT_VERSION=6.9 
ORACLE_SUPPORT_PRODUCT
="Oracle Linux" 
ORACLE_SUPPORT_PRODUCT_VERSION=6.9
Red Hat Enterprise Linux Server release 6.9 
(Santiago)
Oracle Linux Server release 6.9 
But i am using Vmware Workstation 8.0.1

Thanks
Attached Thumbnails
Click image for larger version

Name:	01Untitled.png
Views:	14
Size:	8.6 KB
ID:	26637  

Last edited by Joy Stick; 12-30-2017 at 05:58 AM.
 
Old 12-30-2017, 06:51 AM   #2
_roman_
Member
 
Registered: Dec 2017
Location: _Austro_Bavaria_
Distribution: gentoo / linux mint
Posts: 433

Rep: Reputation: 29
You need to configure the virtualisation software properly.

To make visible (=enable) input devices, network devices and storage devices (=mount).

When this is correctly configured.

Inside the virtualisation

Quote:
mount
Quote:
lsblk
mount it, help: man mount
Quote:
mount - mount a filesystem
Than verify if you see a storage device if it is setup correctly for future use:
Quote:
cat /etc/fstab
Not sure if that is any help:
https://www.vmware.com/support/ws4/d...refold_ws.html

Last edited by _roman_; 12-30-2017 at 06:54 AM.
 
Old 12-30-2017, 07:53 AM   #3
Joy Stick
Member
 
Registered: Dec 2015
Distribution: RHEL 4.7
Posts: 127

Original Poster
Rep: Reputation: 0
PHP Code:
# mount
/dev/sda5 on type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw,rootcontext="system_u:object_r:tmpfs_t:s0")
/
dev/sda1 on /boot type ext4 (rw)
/
dev/sda7 on /tmp type ext4 (rw)
/
dev/sda3 on /u01 type ext4 (rw)
/
dev/sda2 on /u02 type ext4 (rw)
/
dev/sda9 on /u03 type ext4 (rw)
/
dev/sda6 on /usr type ext4 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
vmware-vmblock on /var/run/vmblock-fuse type fuse.vmware-vmblock (rw,nosuid,nodev,default_permissions,allow_other)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev
PHP Code:
# lsblk
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
fd0      2
:0    1    4K  0 disk 
sda      8
:0    0   96G  0 disk 
├─sda1   8:1    0  240M  0 part /boot
├─sda2   8:2    0 24.4G  0 part /u02
├─sda3   8:3    0 15.6G  0 part /u01
├─sda4   8:4    0    1K  0 part 
├─sda5   8:5    0  9.8G  0 part /
├─sda6   8:6    0  9.8G  0 part /usr
├─sda7   8:7    0  3.9G  0 part /tmp
├─sda8   8:8    0  3.9G  0 part [SWAP]
└─sda9   8:9    0 28.4G  0 part /u03
sr0     11:0    1 1024M  0 rom 

PHP Code:
]# cat /etc/fstab

#
# /etc/fstab
# Created by anaconda on Sat Dec 30 22:48:39 2017
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=9a63aa67-d319-455f-b6d0-dbd2a53ea51c /                       ext4    defaults        1 1
UUID
=87750c9a-e1e1-4d5d-95ba-1fd31d3be78f /boot                   ext4    defaults        1 2
UUID
=0bcbd9de-ae7f-498d-ad3c-c99a68cce316 /tmp                    ext4    defaults        1 2
UUID
=c8e4714a-aa29-4112-a366-8bd9aadd86c0 /u01                    ext4    defaults        1 2
UUID
=2b426783-fee9-480a-a8e2-76b5e97e2d67 /u02                    ext4    defaults        1 2
UUID
=1d07c0dc-a5db-4dd5-8fed-31d8a9b6dde3 /u03                    ext4    defaults        1 2
UUID
=64865f99-71fb-41dc-bd9c-9231b6cad0b4 /usr                    ext4    defaults        1 2
UUID
=bea31dc7-ad2a-4714-9d91-b5cb9023a89b swap                    swap    defaults        0 0
tmpfs                   
/dev/shm                tmpfs   defaults        0 0
devpts                  
/dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   
/sys                    sysfs   defaults        0 0
proc                    
/proc                   proc    defaults        0 0 
But please help me ' how do i get /mnt/hgfs directory ?

Last edited by Joy Stick; 12-30-2017 at 08:10 AM.
 
  


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
Please help with HGFS mounting issues in VMware 11x? cgreen1124 Linux - Newbie 1 08-06-2015 06:22 PM
VMWare shared folder enabled but no folder under /mnt/hgfs davidmyde Linux - Newbie 2 04-25-2014 03:19 AM
[SOLVED] LDAP / Kerberos / Active Directory - Only *some* users appearing fantasygoat Linux - Server 2 04-20-2011 09:34 AM
VMWare Fusion - cant see hgfs kvm1983 Linux - Virtualization and Cloud 3 11-23-2009 05:35 PM
I can't see shared folder in /mnt/hgfs. shin2011 Debian 1 01-08-2009 08:51 PM

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

All times are GMT -5. The time now is 03:28 AM.

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