+ -
当前位置:首页 → 问答吧 → 请问,freebsd能mount上reiserfs分区吗?

请问,freebsd能mount上reiserfs分区吗?

时间:2004-10-05

来源:互联网

刚才在水区看到说有讨论这个的
不过我不太清楚
所以问问

作者: ailantian   发布时间: 2004-10-05

Nope.

作者: Hauser   发布时间: 2004-10-05

不能!FAT16/32是可以。。。EXT2也可以,但偶没使过。。NTFS支持,但我实际使用时却不行。。。mount可以,但不能访问NTFS系统。。ls就死机了。。

偶Linux一直用XFS,FB是4.8

作者: likuku   发布时间: 2004-10-06

还有你挂装的权限。理论上,你是不应该犯这些错误的。

ntfs,ext2/3我都挂过,也没有问题。

作者: Eg_zm   发布时间: 2004-10-06

谢谢大家了,因为以前大家说reiserfs是很好的文件系统,所以
整个硬盘都是reiserfs分区了,现在又装了一个freebsd5.1
这么看来是挂载不上了
:(

谢谢大家了

作者: ailantian   发布时间: 2004-10-07

# One of these is mandatory:
options FFS #Fast filesystem
options MFS #Memory File System
options NFS #Network File System

# The rest are optional:
#options NFS_NOSERVER #Disable the NFS-server code.
options CD9660 #ISO 9660 filesystem
options FDESC #File descriptor filesystem
options KERNFS #Kernel filesystem
options MSDOSFS #MS DOS File System
options NTFS #NT File System
options NULLFS #NULL filesystem
options NWFS #NetWare filesystem
options PORTAL #Portal filesystem
options PROCFS #Process filesystem
options SMBFS #SMB/CIFS filesystem
options UMAPFS #UID map filesystem
options UNION #Union filesystem
# The xFS_ROOT options REQUIRE the associated ``options xFS''
options CD9660_ROOT #CD-ROM usable as root device
options FFS_ROOT #FFS usable as root device
options NFS_ROOT #NFS usable as root device

rfs是处理小文件效率高,小于4K的;默认的blocksize就是4k吧
还有他支持大的文件;大到什么程度我记不清楚了
我帖过一个对各个文件系统的比较在secu.zzu.edu.cn的
有兴趣去搜索一下

作者: 包子   发布时间: 2004-10-07

引用:
最初由 包子 发表
# One of these is mandatory:
options FFS #Fast filesystem
options MFS #Memory File System
options NFS #Network File System

# The rest are optional:
#options NFS_NOSERVER #Disable the NFS-server code.
options CD9660 #ISO 9660 filesystem
options FDESC #File descriptor filesystem
options KERNFS #Kernel filesystem
options MSDOSFS #MS DOS File System
options NTFS #NT File System
options NULLFS #NULL filesystem
options NWFS #NetWare filesystem
options PORTAL #Portal filesystem
options PROCFS #Process filesystem
options SMBFS #SMB/CIFS filesystem
options UMAPFS #UID map filesystem
options UNION #Union filesystem
# The xFS_ROOT options REQUIRE the associated ``options xFS''
options CD9660_ROOT #CD-ROM usable as root device
options FFS_ROOT #FFS usable as root device
options NFS_ROOT #NFS usable as root device

rfs是处理小文件效率高,小于4K的;默认的blocksize就是4k吧
还有他支持大的文件;大到什么程度我记不清楚了
我帖过一个对各个文件系统的比较在secu.zzu.edu.cn的
有兴趣去搜索一下
好的,谢谢了

作者: ailantian   发布时间: 2004-10-07

我记得有个地方有reiserfs的驱动的, 在fans里,那个3N找出来的。

作者: sunmoon1997   发布时间: 2004-10-07