Slackware installation in VMWare Howto

作者下载了Slackware 10.0,因已安装Fedora3不想重新分区,选择使用VMware虚拟机。文章重点介绍在Slackware中安装VMware Tools的步骤,包括挂载镜像、复制文件、解压安装等,还针对Slackware与多数Linux发行版init风格差异给出解决办法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

          Last month, I downloaded Slackware 10.0. As I have already installed Fedora3, just don't wanna to repartition my hard disk any more, I choose VMWare--------a wonderful virtual machine(By the way, through VMWare is one of the most efficient virtual machine, but if you wanna to study OS kernel, I suggest u to try Bochs). 
         Just lazy, I guess u all know how to setup ur virtual machine to use ISO image as ur guest os slackware's cdrom. Following , I just wanna to mention how to install vmware-tool in slackware.
        1.After ur slackware has started, choose Install VMWare Tools in menubar. Actually, VMWare just install linux.iso which is in VMWare's own directory to guest os slackware's /dev/cdrom.
        2.As we konw, while most of linux distributions choose the traditional Sys V init, slackware prefer BSD's init style, in fact they are just different between how the init scripts are structured. I guess VMWare developers didn't considered much about this difference and choose Sys V init style as default, so now we must trick VMware in beleiving we are using SysV startup.
       #mount /dev/cdrom /mnt
       #cp /mnt/vmware-linux-tools.tar.gz /tmp 
       #cd /tmp
       #tar xvzf vmware-linux-tools.tar.gz
      #cd vmware-tools-distrib
      #./vmware-insatll.pl
      OK,now just read install option carefully or we may press Return as well, when we come to “What is the directory that contains the init directories (rc0.d/ to
rc6.d/)?”error occurs, :-) know the differences I mentioned above now?
      Let's trick it, follow me:
      #mkdir /etc/init.d
      #cd /etc/init.d
      #for i in {0,1,2,3,4,5,6}; do mkdir rc$i.d; done
      #/tmp/vmware-linux-distrib/vmware-install.pl
      Everything goes well, type startx to enjoy X-Window now! 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值