↧
Unmounting busy or hung filesystems
Occasionally, we’ll see filesystems, such as NFS, that are busy or hung cannot be unmounted. Here are some things to try. Check for processes accessing the filesystem. $ fuser -uv /my_filesystem...
View ArticleXFS for large filesystems
XFS is good for large (2 TB+) filesystems, or filesystems that require a large number of inodes (> 2 million). Unlike ext2, ext3, and ext4, XFS does not have a hard limit set for inodes. Rather,...
View Article