Hello, There are several things I want to accomplish. First, I want to move a swap partition form an hd* system drive to an sd* RAID drive. Second, I want to reclaim the extra space on the hd* drive for "/" space and, lastly, not destroy the data that is on the RAID drive. Any thoughts on how to do this eloquently? # cat /etc/fstab /dev/hdc3 / ext3 acl,user_xattr 1 1 /dev/hdc1 /boot ext2 acl,user_xattr 1 2 /dev/hdc2 swap swap pri=42 0 0 /dev/sdb1 /data ext2 noatime,user_xattr,acl 1 2
From YAST:
|Device ¦ Size ¦ F ¦Type ¦ Mount ¦Start¦ End ¦Used by¦Label ¦ ¦/dev/hdc ¦ 38.2 GB¦ ¦6E040L0 ¦ ¦ 0¦ 79655¦ ¦ ¦ ¦/dev/hdc1¦ 150.1 MB¦ ¦Linux native ¦/boot ¦ 0¦ 304 ¦ ¦ ¦ ¦/dev/hdc2¦ 16.0 GB¦ ¦Linux swap ¦swap ¦ 305¦33593 ¦ ¦ ¦ ¦/dev/hdc3¦ 22.1 GB¦ ¦Linux native ¦/ ¦33594¦79655 ¦ ¦ ¦ ¦/dev/sdb ¦ 275.5 GB¦ ¦Logical Disk 00 ¦ ¦ 0¦ 35974¦ ¦ ¦ ¦/dev/sdb1¦ 275.5 GB¦ ¦Linux native ¦/data ¦ 0¦35974 ¦ ¦ ¦ ¦ Many thanks in advance, James