您的位置:首页 > 运维架构 > Linux

Linux 文件系统问题汇总

2012-07-31 10:16 447 查看
一. NTFS 写问题:

resolv the problem that can't write file in NTFS file system on Linux:

mount -t ntfs-3g /dev/sda3 /mnt/wind

FATAL: Module fuse not found.

NTFS signature is missing.

Failed to mount '/dev/sda3': Invalid argument

The device '/dev/sda3' doesn't seem to have a valid NTFS.

Maybe the wrong device is used? Or the whole disk instead of a

partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?

=======================

If you use gentoo, you can just run:

emerge ntfs3g

Then you can write/read file in NTFS filesystem

二. 文件系统挂载次数

启动时提示如下:

warning: maximal mount count reached, running e2fsck is recommended

解决方法参考:

参考:http://www.gaojinbo.com/ext3-fs-warning-maximal-mount-count-reached.html

内核文件IO系统调用详解

http://blog.chinaunix.net/space.php?uid=18764283&do=blog&id=2820511
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐