mount_ext2fs: /dev/ad2s5: Operation not permi…

2009-05-13 08:01:58来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


----------------------------------------------------
# mount_ext2fs /dev/ad2s5 /mnt/ad2s5
mount_ext2fs: /dev/ad2s5: Operation not permitted
----------------------------------------------------
It's a common problem if the partition is improperly unmounted, such as a forced reboot or a power cycle
The partition needs to be fschk'ed before BSD can mount it. ext2 filesystem is covered by the e2fsprogs utilities.
So you need to install the e2fsprogs utilities if you've not installed, fschk it and then mount the partition.
1) Open a Terminal, #su to root
2) #cd /usr/ports/sysutils/e2fsprogs && make install clean
3) after installing e2fsprogs, do the following,
#e2fsck /dev/ad1s1 (you need to change the partition accordingly)
make sure that the ext2fs.ko module have been loaded.
---------------------
# kldstat
--------------------
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/25960/showart_293180.html

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:关于网络的七个致命误解

下一篇:网吧入侵全攻略