Linux Aclocal關(guān)于solaris10 使用nfs掛載錯(cuò)誤說(shuō)明
它提供了一個(gè)不必四處尋找而獲得Automake提供的宏的便利方式。此外,aclocal機(jī)制對(duì)使用它的其它包來(lái)說(shuō),是可以擴(kuò)展的。 在啟動(dòng)時(shí),aclocal掃描所有它能夠找到的。
在Linux機(jī)器上使用exportfs共享某一文件系統(tǒng)
Linux Aclocal在solaris10上掛載時(shí)提示如下錯(cuò)誤:
- [root@sun10 /]# mount 192.168.1.51:/usr/share /lin
- nfs mount: mount: /lin: Not owner
使用vers=3選項(xiàng)可掛載遠(yuǎn)程linux上的文件系統(tǒng):
- [root@sun10 /]# mount -o vers=3 192.168.1.51:/usr/share /mnt
- [root@sun10 /]# cd /mnt
- [root@sun10 mnt]# ls
- NetworkManagerInfo gnome-kerberos omf
- NetworkManagerNotification gnome-mag openldap
- Omni gnome-media oprofile
- Pegasus gnome-netstatus pear
- VFlib gnome-panel pilot-link
- a2ps gnome-panelrc pixmaps
- aclocal gnome-pilot pkgconfig
- aclocal-1.4 gnome-sound-recorder printconf
- aclocal-1.5 gnome-terminal pygtk
- aclocal-1.6 gnome-utils rhgb
這個(gè)問(wèn)題主要是由于默認(rèn)情況下Linux下掛載nfs使用的是nfs version3,而solaris10下掛載nfs使用的是nfs version4