Installing OpenSUSE on two harddisks

Hello!

I am planning to install OpenSUSE 12.1 on computer with two hard disks - 200 and 160 GB.
There is WinXP installed on C(sda) and opensuse 11.4 on D(sdb)
Both to be removed - replaced with suse 12.1



janez@linux-z6dg:~> su
Password: 
linux-z6dg:/home/janez # fdisk -l

Disk /dev/sda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 cylinders, total 195371568 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00007728

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048      321535      159744   83  Linux
/dev/sda2          321536   195371007    97524736   8e  Linux LVM

Disk /dev/mapper/system-home: 69.8 GB, 69847744512 bytes
255 heads, 63 sectors/track, 8491 cylinders, total 136421376 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Disk /dev/mapper/system-home doesn't contain a valid partition table

Disk /dev/mapper/system-root: 27.9 GB, 27917287424 bytes
255 heads, 63 sectors/track, 3394 cylinders, total 54525952 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Disk /dev/mapper/system-root doesn't contain a valid partition table

Disk /dev/mapper/system-swap: 2097 MB, 2097152000 bytes
255 heads, 63 sectors/track, 254 cylinders, total 4096000 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Disk /dev/mapper/system-swap doesn't contain a valid partition table



linux-z6dg:/home/janez # cat /etc/fstab
/dev/system/swap     swap                 swap       defaults              0 0                                                                                                      
/dev/system/root     /                    ext4       acl,user_xattr        1 1                                                                                                      
/dev/disk/by-id/ata-HTS541010G9SA00_MP2ZXAXLGSH6LS-part1 /boot                ext4       acl,user_xattr        1 2                                                                  
/dev/system/home     /home                ext4       acl,user_xattr        1 2                                                                                                      
proc                 /proc                proc       defaults              0 0                                                                                                      
sysfs                /sys                 sysfs      noauto                0 0                                                                                                      
debugfs              /sys/kernel/debug    debugfs    noauto                0 0                                                                                                      
usbfs                /proc/bus/usb        usbfs      noauto                0 0                                                                                                      
devpts               /dev/pts             devpts     mode=0620,gid=5       0 0

OpenSUSE 12.1 is to be installed on sda(200 GB) and sdb(160 GB) to be used for /home partition.
But there is too much space on sda to be used only for /boot, swap and /root partition.
Is it possible to create home partition on sda and another on sdb(there to be used entire 160 GB for /home)?
Or any other solution to use space on both disks for data storage?
Thanks for answers.

Create one big partition on /dev/sdb, mount it on /home
Create partitions on /dev/sda:
swap 2GB
/ 30GB (this allows the install of some bigger games)
/data REST

The name /data is up to you. You now can make a symlink in /home/YOURUSERNAME to /data, so that you would see /data as a folder in your homedir