8 FAQ tagged "filesystem"
Viewing 1-8 of 8 FAQ -- Linux Optimize Directories ( File Access Time ) in ext3 Filesystem
Q. I’m using CentOS Linux 5 server with ext3 on /disk2 (/dev/sdb1). How do I improve my file server performance. I’ve many large files in directories and how do I speed up access time?
- How to: Find the inode size of an ext2 / ext3 filesystem
Q. I need to find out inode size of my ext3 file system for recovery purpose. How can I find the inode size of an ext2/ext3 filesystem?
A. You need to use tune2fs command, which allows the system administrator to adjust various tunable filesystem parameters on Linux ext2/ext3 filesystems.
Find the inode size of the filesystem
The -l [...] - Linux / UNIX: Cannot Preserve Ownership Error when Files are Moved or Copied
Q. I’m using CentOS Linux. I’m getting an error - Cannot Preserve Ownership, when I try to copy files from Linux ext3 to FAT32 or files moved to an NFS NAS server mount point. How do I fix this error and copy / move files?
A. Generally you use command like cp or my to copy [...] - Examining the Linux / FreeBSD / UNIX filesystem with ls command
Q. I’m new to Linux and how do I examine filesystem and identify regular files or directories?
A. Both Linux and UNIX comes with ls command for examining the filesystem. You can use ls command to look at the filesystem. ls command can display:
=> Character devices
=> Regular files
=> Sym links (symbolic links)
=> Directories
=> Pipes
=> Sockets
=> Block [...] - Linux Copy File Command ( cp command examples )
Q. How do I copy file under Linux? How do I make 2nd copy of a file?
- MySQL error 28 and solution
Q. I am getting an error that read as follows:
MySQL: got error 28 from server handler
How do I fix this problem?
A. This error means no space left on hard disk. According to official MySQL docs, “If you get his error, you need to check all filesystems where MySQL operates. It may be single filesystem [...] - Linux Kernel panic VFS Unable to mount root fs and solution
Q. I am using Linux on HP server and I am getting error that read as follows:
Linux Kernel panic: VFS: Unable to mount root fs
How do I solve this problem?
A. Most modern distributions including Debian uses loadable kernel module for ext3 file system. So to read ext3/ext2 file system kernel must load ext3 kernel module [...] - Linux / UNIX: Delete a file
Q. How do I delete a file under Linux / UNIX / BSD operating system?
A. To remove a file or directory in Linux, FreeBSD, Solaris or Unixish oses use rm command.
rm command syntax
rm (short for remove) is a Unix command used to delete files from a filesystem. Usually, on most filesystems, deleting a [...]
Viewing 1-8 of 8 FAQ - ( see all popular tags )


Recent Comments
Yesterday ~ 19 Comments
Yesterday ~ 1 Comment
Yesterday ~ 7 Comments
Yesterday ~ 2 Comments
Yesterday ~ 2 Comments