[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: hardware advice



On Tue, Aug 13, 2013 at 03:28:07PM +0900, Nigel Barker wrote:
> I am going to go with  SSD for / and raid10 for home0. I am not
> getting a raid card (yet anyway). I am testing on an old machine
> still, but school is starting soon!
> 
> Is it correct to mount / on the SSD and /skole/tjener on the raid device?
> 
> 
> What is /srv/nfs4/home0 on the last line in the following?
> 
> 
> Filesystem                                              Size  Used
> Avail Use% Mounted on
> rootfs                                                   56G  3.2G   50G   6% /
> udev                                                     10M     0
> 10M   0% /dev
> tmpfs                                                   202M  1.6M
> 200M   1% /run
> /dev/disk/by-uuid/2ec4485a-9278-4cfd-a4d7-501c5c0055dc   56G  3.2G   50G   6% /
> tmpfs                                                   5.0M     0
> 5.0M   0% /run/lock
> tmpfs                                                   1.9G     0
> 1.9G   0% /run/shm
> none                                                   1006M     0
> 1006M   0% /tmp
> /dev/md0                                                147G  188M
> 139G   1% /skole/tjener
> /dev/md0                                                147G  188M
> 139G   1% /srv/nfs4/home0


I really would recommend to setup LVM, since most debian-edu-config/tools
expect it (and with the correct volume names)

Here the output of my fully automated install (I just have 
added some freespace in some partitions)

---------------------------------------------
gfwp@tjener:~$ cat /etc/fstab
# /etc/fstab: static file system information.
none    /tmp    tmpfs   defaults,nosuid        0 0
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
/dev/mapper/vg_system-root /               ext4    errors=remount-ro 0       1
# /boot was on /dev/sda1 during installation
UUID=c1a155e6-ab2c-4a04-955d-407f30098a0e /boot           ext4    defaults        0       2
/dev/mapper/vg_system-skole+backup /skole/backup   ext4    defaults        0       2
/dev/mapper/vg_system-skole+tjener+home0 /skole/tjener/home0 ext4    nosuid          0       2
/dev/mapper/vg_system-usr /usr            ext4    defaults        0       2
/dev/mapper/vg_system-var /var            ext4    defaults        0       2
/dev/mapper/vg_system-var+spool+squid /var/spool/squid ext4    defaults        0       2
/dev/mapper/vg_system-swap_1 none            swap    sw              0       0
/dev/sr0        /media/cdrom0   udf,iso9660 user,noauto     0       0
/skole/tjener/home0	     /srv/nfs4/home0	none	bind	0	0

---------------------------------------------
 
Giorgio Pioda - Sysadmin SPSE-Tenero
Cell +41 79 629 20 63
Uff. +41 91 735 62 48


Reply to: