Re: Partitioning

From: Bill Vermillion (bv_at_wjv.comREMOVE)
Date: 09/10/03


Date: Wed, 10 Sep 2003 00:27:01 GMT

In article <3f411048$0$135$e4fe514c@dreader5.news.xs4all.nl>,
Bas v.d. Wiel <bwiel@home.nl> wrote:

>"ViperDK (Daniel K.)" <ViperDK@gmx.net> wrote in message
>news:bhr10p$uv5$07$1@news.t-online.com...
>> and it's differences. Now i want to know why i should divide
>> the disk into many parts for / /usr /var and so on. is there a
>> good reason for that or is that maybe a thing that someone did
>> in the past and noone questioned? is there any bad effect if
>> i only make a swap partition and one for the root and all its
>> subdirectories?

>On large systems, and on systems that need redundancy in some
>areas, the division is logical and practical. Many Linux
>distributions have, for instance, a separate /boot which they
>don't mount during normal operation.

And an FYI here. Some Unix system use a /boot system for booting
as their standard file systems can be made bootable.

>This makes sure the system can actually boot, but the kernel and
>other files needed for booting won't ever get corrupted due to
>the system behaving badly or crashing since the filesystem is
>never accessed by the running system.

And some that use the /boot avoid the corruption problem by making
the /boot fs a read-only file system.

Of course hardware failure makes everything susceptible to damage
- even non-fs portions.

-- 
Bill Vermillion - bv @ wjv . com


Relevant Pages

  • Re: File cache effecting access time...
    ... > The reason I ask is I want to test my hypothesis that ... > the 'last accessed' timestamp is not refreshed when a file is cached... ... "Note Not all file systems can record creation and last access time and not ... access time has a resolution of 1 hour. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: system crash during file copy to a floppy with bad sectors
    ... this is generally a question of resilience of individual file systems to on-disk corruption and failures. ... UFS is quite tricky to make robust against disk destruction, since it relies on strong consistenty guarantees for performance reasons. ... FAT, on the other hand, is a file system we should be able to make more robust quite a bit more easily. ... The reason FAT is particularly interesting, of course, is its widespread use on removable media such as USB sticks. ...
    (freebsd-stable)
  • Re: isofs/cd9660 -> relocate to fs/isofs/cd9660?
    ... file systems to the fs tree. ... One good reason not to move things around in the kernel tree is that it's not just kernel code that is affected -- userland code is also affected, and if there are third party apps that use kernel include files, they need to be updated. ...
    (freebsd-current)
  • Re: Trouble: cant do anything
    ... Your system isn't booting up all the way to multiuser mode. ... user mode to give you a chance to fix the problems. ... The fsck command may or may not burble about checking file systems, ... The other commands should run without emitting any errors. ...
    (freebsd-questions)
  • Re: DD not working--SUCCESS!
    ... running system. ... So booting from it would be comparable to booting ... To use DD you need a computer with dd and a fast cpu. ... I am taking bytes off and putting them on file systems. ...
    (Fedora)