The document details the process of mounting a CD-ROM in a Linux environment and installing VirtualBox Guest Additions. It includes commands for creating a mount point, mounting the CD-ROM, and running the installation script for the Guest Additions. Additionally, it mentions rebooting the server and ensuring auto-mount is selected for shared folders, followed by verifying the presence of a zip file in the shared folder directory.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
26 views2 pages
Shared Folder Issue
The document details the process of mounting a CD-ROM in a Linux environment and installing VirtualBox Guest Additions. It includes commands for creating a mount point, mounting the CD-ROM, and running the installation script for the Guest Additions. Additionally, it mentions rebooting the server and ensuring auto-mount is selected for shared folders, followed by verifying the presence of a zip file in the shared folder directory.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2
[root@oracletrnhost ~]# sudo mkdir /mnt/cdrom
[root@oracletrnhost ~]# sudo mount /dev/cdrom /mnt/cdrom
mount: /dev/sr0 is write-protected, mounting read-only [root@oracletrnhost ~]# [root@oracletrnhost ~]# [root@oracletrnhost ~]# df -TH Filesystem Type Size Used Avail Use% Mounted on devtmpfs devtmpfs 3.0G 0 3.0G 0% /dev tmpfs tmpfs 3.0G 0 3.0G 0% /dev/shm tmpfs tmpfs 3.0G 9.0M 3.0G 1% /run tmpfs tmpfs 3.0G 0 3.0G 0% /sys/fs/cgroup /dev/sda1 ext4 63G 6.2G 53G 11% / tmpfs tmpfs 592M 0 592M 0% /run/user/0 /dev/sr0 iso9660 60M 60M 0 100% /mnt/cdrom [root@oracletrnhost ~]# [root@oracletrnhost ~]# [root@oracletrnhost ~]# cd /mnt/cdrom/ [root@oracletrnhost cdrom]# ls AUTORUN.INF NT3x TRANS.TBL VBoxLinuxAdditions- arm64.run VBoxWindowsAdditions-amd64.exe windows11-bypass.reg autorun.sh OS2 VBoxDarwinAdditions.pkg VBoxLinuxAdditions.run VBoxWindowsAdditions.exe cert runasroot.sh VBoxDarwinAdditionsUninstall.tool VBoxSolarisAdditions.pkg VBoxWindowsAdditions-x86.exe [root@oracletrnhost cdrom]# [root@oracletrnhost cdrom]# [root@oracletrnhost cdrom]# sudo ./VBoxLinuxAdditions.run Verifying archive integrity... 100% MD5 checksums are OK. All good. Uncompressing VirtualBox 7.1.4 Guest Additions for Linux 100% VirtualBox Guest Additions installer VirtualBox Guest Additions: Starting. VirtualBox Guest Additions: Setting up modules VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules. This may take a while. VirtualBox Guest Additions: To build modules for other installed kernels, run VirtualBox Guest Additions: /sbin/rcvboxadd quicksetup <version> VirtualBox Guest Additions: or VirtualBox Guest Additions: /sbin/rcvboxadd quicksetup all VirtualBox Guest Additions: Building the modules for kernel 5.4.17-2136.338.4.2.el7uek.x86_64. . . . VirtualBox Guest Additions: reloading kernel modules and services VirtualBox Guest Additions: kernel modules and services 7.1.4 r165100 reloaded VirtualBox Guest Additions: NOTE: you may still consider to re-login if some user session specific services (Shared Clipboard, Drag and Drop, Seamless or Guest Screen Resize) were not restarted automatically [root@oracletrnhost cdrom]# [root@oracletrnhost cdrom]# [root@oracletrnhost ~]#
---reboot the server ---
--ensure auto mount is selected in the shared folder section --- [root@oracletrnhost ~]# cd /mnt/ [root@oracletrnhost mnt]# ls oracleasmlib-2.0.15-1.el7.x86_64.rpm oracleasmlib-3.1.0-6.el8.x86_64.rpm sysimage [root@oracletrnhost mnt]# --- move the zipped grid_home file in shared folder directory in Windows ---- -- after moving the zip file should be present in linux machine too -- [root@oracletrnhost mnt]# ls LINUX.X64_193000_grid_home.zip oracleasmlib-2.0.15-1.el7.x86_64.rpm oracleasmlib- 3.1.0-6.el8.x86_64.rpm sysimage [root@oracletrnhost mnt]#