I have a FAT32 partition I am sharing on Vista. I’d like to be about to mount to it in SUSE 11.1.
I’m able to do this in Nautilus with the Launcher but it doesn’t appear to be a normal mount. In a nutshell I am trying to create a centralized location to send backups for both my Linux and Vista machines.
I did some searching online and I tried this command but it’s looking for a mount point. How do I create a mount point to something that’s on another machine on the network?
mount -t smbfs -o username=me,password=secret //<machineName> /<mountPoint>
Basically here I’m inserting the IP address at machineName and share name at mountPoint.