That's a good point, is the first partition created on a HDD neccessarily
the outter/faster part of the HDD?
Would it be a better choice to create a FS like below to create a slighter
faster access times?

/speedrequireddatafiles
swap
/tmp
/
/etc..
/etc...


thanks,
George Vieira
Network Administrator
http://www.citadelcomputer.com.au
PGP Fingerprint :       43DC 92AC 1A82 27B2 E97B  52F1 B60F 301A 38A9
A10C
PGP KeyID:              0x38A9A10C


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 14, 2000 9:33 AM
To: 'George Vieira'; [EMAIL PROTECTED]
Subject: RE: [SLUG] File systems and redundency


I know of the following

1 Speed - Back in the days when you had squeese every thing out of that
disk, you would put particular partitions in particular places on the disk.
For example /tmp or swap should be put on the fastest parts of the disk whil
/home can be put on the slower parts.

2 Security - Some Denial of service type attacks can generate huge logs on
your system. In the extreme case these logs could take up your whole disk
leaving no way for your system to do any thing and cause a crash. These logs
are normally stored in /var so "they" recommend having a partition for /var.

bye

Grant Street
Four J's Asia Pacific
http://www.4js.com.au
Ph:  +61 2 8912 4170
Fax: +61 2 8912 4179
Disclaimer: http://www.4js.com.au/Std/eDisclaim.html



> -----Original Message-----
> From: George Vieira [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 14 September 2000 10:22
> To: '[EMAIL PROTECTED]'
> Subject: [SLUG] File systems and redundency
>
>
> Hi all,
>
> I was just wondering why is it so crucial to have different
> mount points on
> a unix system? Eg. create /, /usr , /tmp , /home
>
> Why is it so much better to have multiple partitions instead of having
> everything mounted as (/) root?
> Sure some times the file system could crash and at least it's
> only 1 file
> system and root or /home or /usr is still OK but what other
> reasons are
> there? Speed? Fragmentation? Etc.....
>
> thanks,
> George Vieira
> Network Administrator
> http://www.citadelcomputer.com.au
> PGP Fingerprint :     43DC 92AC 1A82 27B2 E97B  52F1 B60F
> 301A 38A9 A10C
> PGP KeyID:            0x38A9A10C
>
>
>
> --
> SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
> More Info: http://slug.org.au/lists/listinfo/slug
>


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to