Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: linux: changing partitions after install (and without losing data)?

  1. #11
    Senior Member
    Join Date
    Apr 2002
    Posts
    214
    does it matter what the /dev thing is? According to the fstab, the root partitoion (/) is /dev/sda1, and the swap is /dev/sda5. Does that help at all? So should I use /dev/sda2 or /dev/sda10 or something like that to represent the 2ns drive?
    Either get busy living or get busy dying.

    -The Sawshank Redemption

  2. #12
    Senior Member
    Join Date
    Sep 2001
    Posts
    201
    Right then sda is a scsi drive. If youve connected your new HDD to a scsi port youll need /dev/sdb Thats if its on the secoand scsi port.

  3. #13
    Senior Member
    Join Date
    Apr 2002
    Posts
    214
    ok, you said to replace all instances of 'reiserfs' with 'ext2' right? In the first part of your walk-thru, it says to type the command 'mkreiserfs /dev/hdb' to format the drive. So I typed in mkext2 /dev/sda2. I get mkext2: command not found....?
    Either get busy living or get busy dying.

    -The Sawshank Redemption

  4. #14
    Senior Member
    Join Date
    Sep 2001
    Posts
    201
    'mkext2fs /dev/sda2' is the correct command.

Posting Permissions

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