jeltsch's blog

Problems installing VMware tools (manual installation)

For some reason VMware 4.5.2 didn't manage to update the VMware tools using the regular option under "VM -> Install VMware tools...". So I had to install them manually: sudo /sbin/losetup /dev/loop1 /home/your_username/vmware-distrib/lib/isoimages/windows.iso mkdir /home/your_username/temp sudo mount -r -t iso9660 /dev/loop1 /home/your_username/temp/ As my home directory is visible under VMware, I started the setup.exe manually. Everything went OK, although VMware still complains after the reboot that my VMware tools are out of date...

Windows NT, network browsing, mounting and disconnecting from network drives (command netuse)

Network browsing in Windows is a mystery. Sometimes some computers simply don't show up when browsing a network. This seems to be especially true for Linux servers. Under newer versions of the Windows OS (2000, XP), you can connect to a server (if you know its IP adress) via the mount network drive command even though the network browser cannot see that server. Windows NT doesn't have that option. The only possibility is to use the "net use" command from the command line. This is uncomfortable, although one can make .bat files for frequently used connections.

Pages