Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install the enhanced feature pack for Ubuntu 8.10

2025-04-07 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly shows you "Ubuntu 8.10 how to install the enhanced feature pack", the content is easy to understand, well-organized, hope to help you solve your doubts, the following let the editor lead you to study and learn "Ubuntu 8.10 how to install the enhanced feature pack" this article.

1. Install the enhancement pack (Guest Additions)

After installing Ubuntu 8.10, run Ubuntu and log in. Then select "Devices"-> "install enhanced feature Pack (Install Guest Additions)" from the VirtualBox menu. You will find an extra CD icon on the Ubuntu desktop, which is automatically loaded into the folder / media/cdom0 by default. Enter the command line terminal and enter:

Cd / media/cdom0 sudo. / VboxLinuxAdditions.run

Start installing the toolkit. After installation, you will be prompted to restart Ubuntu 8.10.

two。 Set up a shared folder

When the restart is complete, click "Devices"-> shared folder (Shared Folders) menu, and add a shared folder. The fixed and temporary options refer to whether the folder is persistent. You can choose any share name you like, such as "gongxiang", and use the English name as much as possible.

3. Mount a shared folder

Re-enter the virtual Ubuntu 8.10 and enter under the command line terminal:

Sudo mkdir / mnt/shared sudo mount-t vboxsf gongxiang / mnt/shared

Where "gongxiang" is the name of the shared folder you created earlier. OK, now Ubuntu 8.10 and the host can transfer files to each other.

If you don't want to mount manually every time, you can add a gongxiang / mnt/shared vboxsf rw,gid=100,uid=1000,auto 00 item to / etc/fstab so that you can mount it automatically.

4. To uninstall, use the following command:

Sudo umount-f / mnt/shared

Note:

The name of the shared folder must not be the same as the name of the mount point. For example, the mount point above is / mnt/shared. If the name of the shared folder is also shared, the following error message will appear when mounting (see http://www.virtualbox.org/ticket/2265):

/ sbin/mount.vboxsf: mounting failed with the error: Protocol error above is all the content of the article "how to install the enhanced feature Pack for Ubuntu 8.10". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report