如何知道debian支援的檔案系統? - Linux

Table of Contents


我是高齡新手一枚

我在nas-01g(PCI出的NAS)上裝了
Linux Debian 2.2.20-pmac

嘗試著去mount 另外一台NAS-2(IP:192.168.0.11)
mount -t nfs 192.168.0.11:/Direcoty /mnt/Directory
結果出現
mount: unknown filesystem type 'nfs'
我確定NAS-2的nfs server沒問題,
(借了另外一台機器試過)

想請問如何確定我的debian版本支援的檔案系統呢?

--

All Comments

Noah avatarNoah2010-03-21
cat /proc/filesystems(目前已載入的fs module)
Isla avatarIsla2010-03-23
果然沒支援XD
Oliver avatarOliver2010-03-27
另外ntfs-3g 裝一下就可以支援了。
Enid avatarEnid2010-03-29
@.@ 為啥反白了 囧
Frederica avatarFrederica2010-04-02
如果 /proc/filesystems沒有,連 modprobe nfs 都沒有就...
Franklin avatarFranklin2010-04-06
modprobe出現錯誤訊息,我來試試ntfs-3g好了.
William avatarWilliam2010-04-10
但是ntfs-3g好像跟nfs無關.http://ppt.cc/U-Ki
Caroline avatarCaroline2010-04-12
啊…看錯問題了 金靠唄 囧 的確是無關 Sorry.
William avatarWilliam2010-04-15
眼殘看成沒支援NTFS 囧rz
Cara avatarCara2010-04-17
這給你參考一下。http://www.debianhelp.co.uk/nfs.htm
Erin avatarErin2010-04-20
看完畢,謝謝.唯一解應該是砍掉重練新的distribute
Ina avatarIna2010-04-22
不是apt-get install nfs-common portmap就好?幹麼砍掉重練?