OS: Solaris 10_x86.
Problema:
Server deve essere patchato, ma di root "/" è vicino a pieno.
/ dev/dsk/c1t1d0s0 4.2G 3.9G 284M 94% /
Il / export / home dir ha molto più spazio, e vorrei spostare root "/" ad esso, o cancellare tutti insieme:
/ dev/dsk/c1t1d0s7 12G 4.7G 7.1G 40% / export / home
Nota: Server * * può avere di inattività, ma * non * hanno un altro disco nel sistema posso installare sul o partizione.
/etc / vfstab:
Codice:
# cat /etc/vfstab
#device device mount FS fsck mount mount
#to mount to fsck point type pass at boot options
#
fd - /dev/fd fd - no -
/proc - /proc proc - no -
/dev/dsk/c1t1d0s1 - - swap - no -
/dev/dsk/c1t1d0s0 /dev/rdsk/c1t1d0s0 / ufs 1 no -
/dev/dsk/c1t1d0s7 /dev/rdsk/c1t1d0s7 /export/home ufs 2 yes -
/devices - /devices devfs - no -
ctfs - /system/contract ctfs - no -
objfs - /system/object objfs - no -
swap - /tmp tmpfs - yes -
Idee?