help me set this up
Results 1 to 3 of 3

Thread: help me set this up

  1. #1
    Tech-To-Tech Mod kato2274's Avatar
    Join Date
    Sep 2001
    Location
    Bentleyville, Pa
    Posts
    2,317

    help me set this up

    I'm installing red hat 9 on vmware to simulate Network attached storage as part of my final school project.

    Ideally I'd like to have one disk that is all storage and one disk that is all OS. kinda like tossing in a data slave drive in windows.

    but I'm not sure how to set up the partitions and mount points.

    usually I'm only doing one disk so it's pretty easy I do swap /boot /home and /

    never had two drives though. how would you guys partition the two disks?

    would I do as normal but leave / as the sole mount point of the 2nd big drive?

    suggestions please
    Nonsense prevails, modesty fails
    Grace and virtue turn into stupidity - E. Costello

  2. #2
    Registered User +Daemon+'s Avatar
    Join Date
    Jan 2002
    Location
    RC, Ca
    Posts
    3,406
    Quote Originally Posted by kato2274
    I'm installing red hat 9 on vmware to simulate Network attached storage as part of my final school project.

    Ideally I'd like to have one disk that is all storage and one disk that is all OS. kinda like tossing in a data slave drive in windows.

    but I'm not sure how to set up the partitions and mount points.

    usually I'm only doing one disk so it's pretty easy I do swap /boot /home and /

    never had two drives though. how would you guys partition the two disks?

    would I do as normal but leave / as the sole mount point of the 2nd big drive?

    suggestions please
    well its the samething as two partitons

    I always do a manul partiton not automatic

    I sugguest just do somthing like this (for vmware or not)

    just use there gui partiton ap from the installer when it comes up and do a manual partition

    /dev/hda1 :: /swap = 500MB (good for 256MB ram etc.. go higher if needed)
    /dev/hda2 :: /boot = 500MB
    /dev/hda3 :: / = (wahtever size you want, at least 4gb)
    /dev/hdb1 :: /home = (using the second disc for the home users/file share etc... how ever big on the second disk, use the whole thing? I would)

    hope this helps

  3. #3
    Tech-To-Tech Mod kato2274's Avatar
    Join Date
    Sep 2001
    Location
    Bentleyville, Pa
    Posts
    2,317
    Quote Originally Posted by +Daemon+
    well its the samething as two partitons

    I always do a manul partiton not automatic

    I sugguest just do somthing like this (for vmware or not)

    just use there gui partiton ap from the installer when it comes up and do a manual partition

    /dev/hda1 :: /swap = 500MB (good for 256MB ram etc.. go higher if needed)
    /dev/hda2 :: /boot = 500MB
    /dev/hda3 :: / = (wahtever size you want, at least 4gb)
    /dev/hdb1 :: /home = (using the second disc for the home users/file share etc... how ever big on the second disk, use the whole thing? I would)

    hope this helps
    that's kinda what I was thinking. just wanted confirmation from someone who knows a bit more about linux than me. thanks daemon
    Nonsense prevails, modesty fails
    Grace and virtue turn into stupidity - E. Costello

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •