I have a Solaris 10 install with UFS and another Solaris 11 with ZFS. I want to mount a folder on Solaris 10 to Solaris 11. I used the following:
sudo mount -F ufs 10.1.1.44:/export/home/amandeep/workspace /home/amandeep/workspace/mounts/ldom5and it errors out with:
mount: 10.1.1.44:/export/home/amandeep/workspace or /home/amandeep/workspace/mounts/ldom5, no such file or directoryWhat am I missing?
You can't mount a UFS filesystem remotely in that way. You have to export it as an NFS or SMB share.