我按照说明,装完linux7.2后,以root登录,加载tools,执行下列命令:
[root@localhost root]# mount -t iso9660 /dev/cdrom /mnt
然后,出现一长串信息:
Usage: mount -V :print version
mount -h : print this help
…… ……
…… ……
…… ……
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by lable, using -L lable or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] .
For many more details, say man 8 mount .
接着,我又输入下列一行命令:
[root@localhost root]# cp /mnt/vmware-linux-tools.tar.gz /tmp
可结果却出现了:
cp: cannot stat '/mnt/vmware-linux-tools.tar.gz': No such file or directory
我想它的意思是mnt下没有这个文件。