Not sure if this is the right place to post this!
Just wondering if there is a way to mount more than one folder level deep using mount_smbfs?
I'm using this command:
But everytime it mounts (even in fstab) it will only mount /folder1 and not /folder1/userhome as I intended.
Am I missing something here?
Just wondering if there is a way to mount more than one folder level deep using mount_smbfs?
I'm using this command:
# mount_smbfs -I 192.168.0.55 '//USER@HOST/folder1/userhome' /mnt/userhome
But everytime it mounts (even in fstab) it will only mount /folder1 and not /folder1/userhome as I intended.
Am I missing something here?