Hallo, 
obwohl auf der Platte mehr Speicherplatz vohanden sein sollte (2TB), stehen dem Verzeichnis "/home" nur 5 GB zur Verfügung. Wie weise ich /home mehr Speicherplatz zu bzw. nutze die freie Partition? Ist ein frischer Debian9 Root.
Code
		
					
			=== START OF INFORMATION SECTION ===
Model Family:     Seagate Barracuda LP
Device Model:     ST32000542AS
Serial Number:    5XW0SWK8
LU WWN Device Id: 5 000c50 029b11177
Firmware Version: CC34
User Capacity:    2,000,398,934,016 bytes [2.00 TB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    5900 rpm
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 2.6, 3.0 Gb/s
Local Time is:    Mon Apr 13 17:24:20 2020 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
Model: ATA ST32000542AS (scsi)
Disk /dev/sda: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number  Start   End     Size    Type     File system     Flags
 1      1049kB  4296MB  4295MB  primary  ext3            raid
 2      4296MB  6443MB  2147MB  primary  linux-swap(v1)
 3      6443MB  2000GB  1994GB  primary                  raid
root@:~# df -h
Filesystem             Size  Used Avail Use% Mounted on
udev                   7.8G     0  7.8G   0% /dev
tmpfs                  1.6G   20M  1.6G   2% /run
/dev/md1               4.0G  648M  3.3G  17% /
/dev/vg00/usr          4.8G  753M  3.8G  17% /usr
tmpfs                  7.9G     0  7.9G   0% /dev/shm
tmpfs                  5.0M     0  5.0M   0% /run/lock
tmpfs                  7.9G     0  7.9G   0% /sys/fs/cgroup
none                   7.9G     0  7.9G   0% /tmp
/dev/mapper/vg00-var   4.8G  457M  4.1G  10% /var
/dev/mapper/vg00-home  4.8G  1.9G  2.7G  41% /home
tmpfs                  1.6G     0  1.6G   0% /run/user/0
	
			Alles anzeigen