-
as seen on Server Fault
- Search for 'Server Fault'
Hi, I am using Ubuntu 8.04 LTS and seeing the following behaviors:
The system hangs after a while and becomes completely unresponsive.
The system sometimes restarts itself !
Can you please help me identify what is the problem? Also please mention where should I look for the possible cause of this…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hello.
Tune2fs allows to change inode size from default 128 bytes to almost anything (but it should be power of two). What can the the reasons of changing default inode size?
Here http://kbase.redhat.com/faq/docs/DOC-7433 is written, that this can be done to be able to store ACL attributes inside…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
If I use smbfs to mount a filesystem, will the inodes always be the same for each file? Or am I in danger of the inodes changing when I mount the fs again or if the remote system reboots?
>>> More
-
as seen on Super User
- Search for 'Super User'
If you create a file on UNIX/linux with special chars, like touch \"la*, you can't remove it with rm "la*. You have to use the inode number(you can if you add the \ before the name, I know, but you'd have to guess as a user that it was used in the file creation).
I checked the manpage for rm, but…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Suppose a UNIX file system has some constraints--say, 2 KB blocks and 8B disk addresses. What is the maximum file size if inodes contain 13 direct entries, and one single, double, and triple indirect entry each?
>>> More