Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Need to mount 2 partitions on two separate drives to /home

  • 13-04-2007 2:12pm
    #1
    Closed Accounts Posts: 437 ✭✭


    I have a server with 2 x 320 gig drives with a small 10 gig partition for the OS (mounted at /). I need to partition the rest of the drive (lets say sda3) and the whole of the other drive (lets say sdb1) to both mount to /home i.e to the users there's contiguous 630 gigs of space in /home.

    I'm pretty familiar with linux but have never had any experience with this. Any ideas? :)


Comments

  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    Sounds like a job for an LVM.


  • Registered Users, Registered Users 2 Posts: 2,755 ✭✭✭niallb


    Sounds like a job for an LVM.

    Absorlutely. Ya won't know yourself.


  • Closed Accounts Posts: 437 ✭✭Yook


    Thanks for the help so far. But there seems to be a problem, when i try pvcreate I get:

    server:~# pvcreate /dev/sda /dev/sdb
    Device /dev/sda not found (or ignored by filtering).
    Device /dev/sdb not found (or ignored by filtering).

    sda3 and sdb1 are both partitioned to be Linux-LVM.

    Any ideas?


  • Registered Users, Registered Users 2 Posts: 2,755 ✭✭✭niallb


    Yook wrote:
    server:~# pvcreate /dev/sda /dev/sdb
    Device /dev/sda not found (or ignored by filtering).
    Device /dev/sdb not found (or ignored by filtering).

    sda3 and sdb1 are both partitioned to be Linux-LVM.

    Any ideas?
    but /dev/sda and /dev/sdb are not.

    You should instead run
    pvcreate /dev/sda3 /dev/sdb1

    NiallB


Advertisement