I have a remote server that I'd like to mount on my local computer. The remote server has an ext3 file system but I can't really figure out how to name the device with the mount command.
I've tried:
Code:
mount -t ext3 //Server/Directory /mnt/Directory
but it tells me that //Server/Directory/ is an invalid device. What's the proper way to format this command?