PDA

View Full Version : [ubuntu] [8.04] dmraid: setting additional partitions



Jano06
November 17th, 2008, 12:33 PM
Hi there,

I made an installation with dmraid (onboard Promise controller), that is working fine. During installation I set up 3 partitions:
- 15 GB NTFS (WinXP)
- 15 GB linux (Ubuntu root)
- 25 GB linux (Ubuntu home)
- 1 GB linux/swap
- 25 GB FAT32 (scratch)

Actually the system runs only on partition "/root", after I created a folder "/home". The partitions "/home" and "swap" are not used by Ubuntu.



user@mordor:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/mapper/pdc_bcejhhjcb2
UUID=bd0ba3ce-f251-4b17-8c5b-705ef051ff4c / ext3 relatime,errors=remount-ro 0 1
# /dev/mapper/pdc_bcejhhjcb5
UUID=ac57f25c-3fd1-4be4-9c9a-fe3e00e07e15 /home ext3 relatime 0 2
# /dev/mapper/pdc_bcejhhjcb6
UUID=8a9ca804-945d-478d-bd58-6da07fe8ca7a none swap sw 0 0
/dev/scd2 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/scd1 /media/cdrom2 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0




user@mordor:~$ df -h
Dateisystem Größe Benut Verf Ben% Eingehängt auf
/dev/mapper/pdc_bcejhhjcb2
14G 2,7G 11G 21% /
varrun 506M 96K 506M 1% /var/run
varlock 506M 0 506M 0% /var/lock
udev 506M 108K 506M 1% /dev
devshm 506M 12K 506M 1% /dev/shm
lrm 506M 38M 469M 8% /lib/modules/2.6.24-16-generic/volatile
gvfs-fuse-daemon 14G 2,7G 11G 21% /home/user/.gvfs


How do I mount the raid-partitions in the filesystem permanently ?

Thanks in advance