|
2008-03-04
, 20:46
|
|
Posts: 96 |
Thanked: 7 times |
Joined on Sep 2007
|
#12
|
|
2008-04-11
, 14:11
|
|
Posts: 96 |
Thanked: 7 times |
Joined on Sep 2007
|
#13
|
The Following User Says Thank You to suitti For This Useful Post: | ||
|
2008-04-14
, 18:10
|
|
Posts: 96 |
Thanked: 7 times |
Joined on Sep 2007
|
#14
|
The Following User Says Thank You to suitti For This Useful Post: | ||
|
2008-04-29
, 15:31
|
|
Posts: 96 |
Thanked: 7 times |
Joined on Sep 2007
|
#15
|
|
2008-04-29
, 16:27
|
Posts: 147 |
Thanked: 12 times |
Joined on Aug 2007
@ Washington State
|
#16
|
|
2008-04-30
, 17:54
|
Posts: 30 |
Thanked: 6 times |
Joined on Apr 2008
|
#17
|
|
2008-04-30
, 20:53
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#18
|
Oh. Some byte order problem? I dunno. The Arm is not the same byte order as the x86.
|
2008-05-01
, 10:30
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#19
|
Remember, on [large, multi-user] *nix systems, many files are opened and written to during normal system operation or the login process. This is especially true in a windowing environment (ie., Openwindows, Xsgi, etc.). Without this reserved space, it can be very difficult to login as root and do anything (ie., compress files) to make the system useable for the screaming hordes. When a disk is "full" you still want log files to continue to be written...if login can't write to wtmp, it's not pretty. (Welcome to a good description of my day job!).
With the introduction of "modern," "high-capacity" drives (circa 1992), the historic percentage of space reserved for root has grown to a huge size. I typically cut that down to a small number of blocks, but don't set it to zero. On my personal systems, I'll set the reserved size to zero for "data" volumes, but not for the partition that holds /var, /, or /etc (if they differ).
Oh, by the way, I also run ext3fs on the internal sd and removable sd cards in my N810.
* Since historically (ie., in things like the Berkely FFS, UFS, ext2fs) there's no "defragmentation" command under *nix, so the presence of reserved space still doesn't allow the end user--even root--to defragment the filesystem. I don't consider ufsdump/newfs/ufsrestore to be a "solution".