Note: you must have root access or permission to mount on the local computer.
mount -o -I=mavdisk.mnsu.edu -t smbfs //username@mavdisk/username$ /mnt
mount -o -I=mavdisk.mnsu.edu -t smbfs //username@mavdisk/msu /mnt
Note: you will need cifs file system support enabed in your kernel and the smbfs package installed.
//mavdisk.mnsu.edu/username$ /mountpoint/on/your/machine cifs defaults,auto,uid=1000,gid=1000,credentials=/file/with/your/password.fstab,users
//mavdisk.mnsu.edu/msu /mountpoint/on/your/machine cifs defaults,auto,uid=1000,gid=1000,credentials=/file/with/your/password.fstab,users
Note: you must have root access or permission to mount on the local computer, cifs file system support enabled in your kernel and the smbfs package installed.
mount -t cifs -o user=username //mavdisk/username$ /mnt
mount -t cifs -o user=username //mavdisk/msu /mnt