amandeepgautam
Programmer
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/ldom5
and it errors out with:
mount: 10.1.1.44:/export/home/amandeep/workspace or /home/amandeep/workspace/mounts/ldom5, no such file or directory
What am I missing?
sudo mount -F ufs 10.1.1.44:/export/home/amandeep/workspace /home/amandeep/workspace/mounts/ldom5
and it errors out with:
mount: 10.1.1.44:/export/home/amandeep/workspace or /home/amandeep/workspace/mounts/ldom5, no such file or directory
What am I missing?