Archive for August, 2007

I’ve upgraded my PC at work to Ubuntu, and need to connect to the Windows world so that I can access things from Perl and the like. Here’s the mount command I used.
sudo mkdir /mnt/windows_drive
sudo mount -t cifs -o username=xxxxx,password=yyyyyy //server/users /mnt/windows_drive