Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- Debian stretch (9) 64bit just installed by my server provider ---
- server has HW RAID 10, 6x200GB SSD
- # df -h
- Filesystem Size Used Avail Use% Mounted on
- udev 32G 0 32G 0% /dev
- tmpfs 6.3G 9.5M 6.3G 1% /run
- /dev/sda1 484G 717M 459G 1% /
- tmpfs 32G 0 32G 0% /dev/shm
- tmpfs 5.0M 0 5.0M 0% /run/lock
- tmpfs 32G 0 32G 0% /sys/fs/cgroup
- tmpfs 6.3G 0 6.3G 0% /run/user/0
- # fdisk -l
- Disk /dev/sda: 556 GiB, 596999405568 bytes, 1166014464 sectors
- Units: sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 4096 bytes
- I/O size (minimum/optimal): 4096 bytes / 4096 bytes
- Disklabel type: dos
- Disk identifier: 0x7bf631ff
- Device Boot Start End Sectors Size Id Type
- /dev/sda1 * 2048 1031962623 1031960576 492.1G 83 Linux
- /dev/sda2 1031964670 1166012415 134047746 63.9G 5 Extended
- /dev/sda5 1031964672 1166012415 134047744 63.9G 82 Linux swap / Solaris
- Partition 2 does not start on physical sector boundary.
- # cat /etc/fstab
- # /etc/fstab: static file system information.
- #
- # 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>
- # / was on /dev/sda1 during installation
- UUID=723f7813-048a-48e0-aa14-10af4c879644 / ext4 errors=remount -ro 0 1
- # swap was on /dev/sda5 during installation
- UUID=452575ae-4de1-443f-bd50-12a4c8c5d214 none swap sw 0 0
- # mount
- sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
- proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
- udev on /dev type devtmpfs (rw,nosuid,relatime,size=32936448k,nr_inodes=8234112,mode=755)
- devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
- tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=6589512k,mode=755)
- /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
- securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
- tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
- tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
- tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
- cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
- pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
- cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
- cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
- cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
- cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
- cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
- cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
- cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
- cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
- cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
- systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=28743)
- mqueue on /dev/mqueue type mqueue (rw,relatime)
- debugfs on /sys/kernel/debug type debugfs (rw,relatime)
- hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
- tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=6589508k,mode=700)
Advertisement
Add Comment
Please, Sign In to add comment