自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

Linux Aclocal關(guān)于solaris10 使用nfs掛載錯誤說明

系統(tǒng) 其他OS
通過使用程序aclocal,可以自動地把這些宏附加到你的`aclocal.m4'中。 配置需求 達到Automake要求的最簡單方式就是使用宏AM_INIT_AUTOMAKE

它提供了一個不必四處尋找而獲得Automake提供的宏的便利方式。此外,aclocal機制對使用它的其它包來說,是可以擴展的。 在啟動時,aclocal掃描所有它能夠找到的。

在Linux機器上使用exportfs共享某一文件系統(tǒng)

Linux Aclocal在solaris10上掛載時提示如下錯誤:
 

  1. [root@sun10 /]# mount 192.168.1.51:/usr/share /lin  
  2. nfs mount: mount: /lin: Not owner  

使用vers=3選項可掛載遠程linux上的文件系統(tǒng):
 

  1. [root@sun10 /]# mount -o vers=3 192.168.1.51:/usr/share /mnt  
  2. [root@sun10 /]# cd /mnt  
  3. [root@sun10 mnt]# ls  
  4. NetworkManagerInfo gnome-kerberos omf  
  5. NetworkManagerNotification gnome-mag openldap  
  6. Omni gnome-media oprofile  
  7. Pegasus gnome-netstatus pear  
  8. VFlib gnome-panel pilot-link  
  9. a2ps gnome-panelrc pixmaps  
  10. aclocal gnome-pilot pkgconfig  
  11. aclocal-1.4 gnome-sound-recorder printconf  
  12. aclocal-1.5 gnome-terminal pygtk  
  13. aclocal-1.6 gnome-utils rhgb   

 

這個問題主要是由于默認(rèn)情況下Linux下掛載nfs使用的是nfs version3,而solaris10下掛載nfs使用的是nfs version4
 

責(zé)任編輯:chenqingxiang 來源: 互聯(lián)網(wǎng)
相關(guān)推薦

2019-05-08 13:18:22

Linux網(wǎng)絡(luò)文件系統(tǒng)系統(tǒng)運維

2010-08-05 10:18:19

Solaris nfs

2013-07-30 10:29:07

SUSE LinuxNFS

2010-06-23 14:45:02

Linux Bash

2010-03-09 10:11:34

Linux掛載命令

2009-09-17 13:27:30

SolarisNFSNIS

2010-01-15 22:29:11

2009-09-18 14:02:09

Nis服務(wù)器

2010-03-31 17:23:10

Solaris 10

2009-07-31 18:48:35

linux vi命令linux vi命令詳替換命令

2010-09-13 09:13:23

Solaris 10

2009-05-13 07:36:24

LinuxSUSEEnterprise

2018-07-05 10:27:05

Linux系統(tǒng)數(shù)據(jù)盤

2010-08-04 14:43:03

NFS掛載

2010-08-04 14:04:03

solaris nfs

2010-08-05 15:05:44

NFS掛載

2010-07-28 15:21:00

NFSSolaris

2010-08-06 13:42:21

CentOSNFS

2011-09-19 14:12:16

Solaris 10

2010-08-04 14:33:42

自動掛載nfs
點贊
收藏

51CTO技術(shù)棧公眾號