Please help me on unix partition


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Please help me on unix partition
# 1  
Old 09-24-2004
Please help me on unix partition

Can anyone help me on the following question. Thks alot.

Suggest a partitioning scheme for a stand-alone unix server
with two 40GB discs supporting 100 users.

Each partition should be identified with the following information:

1. The partition name (either a mount point or swap).
2. The partition size.
3. The partition location (disk and order on disk).

You should justify your proposed scheme.

You should list any assumptions you make in designing your scheme.
E.g. you should list any key services that the server will provide (web,
mail, etc.)
# 2  
Old 09-24-2004
hi
this is higly related with the UNIX services you want to run and the directories they use.
for example
I will set up a router (this machine will also has user accounts and a ssh server on it ) with OpenBSD and I will slice up my disks for this purpose.
So the /home partition is large (for user accounts ) and there is also a second hdd for user downloads
In slackware linux the apache web server holds the web pages in /var/www, so the disk partition that holds /var must be large.
Or you can use /usr/local for your web server (like my FreeBSD box) so this partition must be large.
But, for a system that holds user accounts you should set the size of your /home (or /usr/home in FreeBSD) partitons quite large. And don't forget use disk quotas for users.
You can rea the OpenBSD's "setting up disks" section. You may make a sense.Visit :

http://www.openbsd.org/faq/faq4.html#Disks

Bye....
# 3  
Old 09-24-2004
Re: Please help me on unix partition

Quote:
Originally posted by bluewind79
You should justify your proposed scheme.

You should list any assumptions you make in designing your scheme.
Instructions like that sound like someone did not read our rules which state:

(6) Do not post classroom or homework problems.
# 4  
Old 09-27-2004
Yes please remember that this is a repository for UNIX knowledge, not for asking theoretical problem solving questions.

We appreciate your interest in our site, but please keep your questions related to practical unix use:

(i.e. programming, unix/linux adminstration, configuration, installation, management, real world issues, self taught advice, etc...)
# 5  
Old 10-01-2004
No homework.

Thread closed.

Neo
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

UNIX and HDFS - file systems on same partition.

I am learning Hadoop. As a part of that, Hdfs - Hadoop distributed file system has commands similar to unix where we can create,copy,move files from unix/linux file system to HDFS. My question is 1) how two file systems (unix and hdfs) can coexist on thr same partition.. 2)What if block... (1 Reply)
Discussion started by: Narendra Eliset
1 Replies

2. UNIX for Advanced & Expert Users

UNIX and HDFS - file systems on same partition.

I am learning Hadoop. As a part of that, Hdfs - Hadoop distributed file system has commands similar to unix where we can create,copy,move files from unix/linux file system to HDFS. My question is 1) how two file systems (unix and hdfs) can coexist on thr same partition.. 2)What if block used... (0 Replies)
Discussion started by: Narendra Eliset
0 Replies

3. Red Hat

Shrink LVM partition & create new Linux Primary partition

Hello All, I have a Red Hat Linux 5.9 Server installed with one hard disk & 2 Partitions created on it as follows, /boot - Linux Partition & another is LVM - One VG & under that 5-6 Logical volumes(var,opt,home etc). Here my requirement is to take out 1GB of space from LVM ( Any logical... (5 Replies)
Discussion started by: gr8_usk
5 Replies

4. Solaris

Partition overlaps another partition while creating new parition in solaris

hi all while formatting hard disk i am getting following error. Partition 1 ends at 266338338 It must be between 34 and 143374704. label error: EFI Labels do not support overlapping partitions Partition 8 overlaps partition 1. Warning: error writing EFI. Label failed. I have formatted the... (2 Replies)
Discussion started by: nikhil kasar
2 Replies

5. UNIX for Dummies Questions & Answers

UNIX partition can't be recognized by Ubuntu

I'm trying to install Solaris 10 along with Ubuntu (dual-boot system) The problem is, GParted partition manager (Ubuntu) didn't recognize the FAT file system used to install the Solaris. It said that the block size is unknown file system.. What's the correct file system to install Solaris so... (6 Replies)
Discussion started by: frankoko
6 Replies

6. UNIX for Advanced & Expert Users

resizing partition SCO unix

Everybody help me ....!!!! I've tried to resize my hardisk to the real size alway failed. my hardisk is 40MB samsung 5400rpm, but I've already installed on it my applications on 8GB partition there so much free available space but I can't use it. how to resize it to real 40GB.......?????????? (2 Replies)
Discussion started by: guhzeman
2 Replies

7. UNIX for Dummies Questions & Answers

Can I run unix in the same partition with windows?

Can I run unix in the same partition with windows xp? Because I have one for now.. Thank you for answers. (2 Replies)
Discussion started by: olddays
2 Replies

8. UNIX for Dummies Questions & Answers

Set up unix partition..

I am trying to set up an partition to an existing unix partition. I need to add a partition with XP. Is there a way I can do this without having to start all over? The software I have on my unix box is a very long and tiresome process. Maybe ghost that image somehow? (3 Replies)
Discussion started by: Rado03
3 Replies

9. UNIX for Dummies Questions & Answers

How to remove a unix boot partition ?

Hi group member, I'm as new as a newbie can get on Unix, so bear with me . I just got a task of installing NT on a box that had some sort of unix on it. Once I reboot, i always get a Grub> screen and I dont' know how to get rid of it. Just relying on the nt install parition don't seem to be able... (1 Reply)
Discussion started by: kwanm63
1 Replies

10. UNIX for Dummies Questions & Answers

format fat partition in unix

I got a FAT partition mounted as /mnt, as I believed you only can mount partitions when they are formated, but when I want to copy a file to the /mnt partition I only get errors...should I format it or do I have to change settings? I only can work through the "WebMin" (a GREAT TOOL!) cause I'm... (2 Replies)
Discussion started by: NaRtHeXs
2 Replies
Login or Register to Ask a Question