Find the answer to your Linux question:
Results 1 to 2 of 2
Hi I have a site that users upload files on. Its on a dedicated server with 2 HDDs and the first HDD is 97% full, is it possible to use ...
  1. #1
    Just Joined!
    Join Date
    Mar 2007
    Posts
    23

    using 2 HDDs for user uploads?



    Hi

    I have a site that users upload files on. Its on a dedicated server with 2 HDDs and the first HDD is 97% full, is it possible to use the other HDD for the files users upload? if so how?


    Thank You

  2. #2
    tpl
    tpl is offline
    Linux User
    Join Date
    Jan 2007
    Location
    cleveland
    Posts
    448
    why yes, use "mount"

    first hdd==hda
    second hdd==hdb
    second hdd first paritiion==hdb1
    users' upload directory==/upload

    "mount /dev/hdb1 /upload"

    to render this automatic, add a line to
    "/etc/fstab" like this:

    /dev/hdb1 /uploads ext3 defaults 0 2
    the sun is new every day (heraclitus)

Posting Permissions

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