How about mounting a Windows share? I went to the desktop, selected My Computer, Network, Windows Share... Nothing. Not surprising, I haven't found any distros that made it easy. So another trip to console, switch to root and edit /etc/fstab to add the following
//192.168.0.1/share /mnt/smb smbfs username=rngadam,password=******,uid=rngadam,gid=rngadam 0 0
I mounted it, cd'ed to the directory and did a ls that did not immediately return as expected... So I continued writing this, but after a while, I noticed that my desktop icons had disappeared and my console locked up. After trying a few things including switching to console as root and killing the smbmount process, I gave up and rebooted. After reboot, everything worked again, including the Windows share mount!
Warren Togami wtogami redhat com