Dear
I have added a new disk to my server and I want to reorder some accounts, but when I try to do so the system throws me the error "Sorry, there is only one usable partition detected on this machine matching"
I created the disk mounted on / home2
I indicate the results for the commands:
Mount
I have added a new disk to my server and I want to reorder some accounts, but when I try to do so the system throws me the error "Sorry, there is only one usable partition detected on this machine matching"
I created the disk mounted on / home2
I indicate the results for the commands:
Mount
Code:
[Root @ vps ~] # mount
Sysfs on / sys type sysfs (rw, nosuid, nodev, noexec, relatime, seclabel)
Proc / proc type proc (rw, nosuid, nodev, noexec, relatime)
Devtmpfs on / dev type devtmpfs (rw, nosuid, seclabel, size = 932088k, nr_inodes = 233022, mode = 755)
Securityfs on / sys / kernel / security type securityfs (rw, nosuid, nodev, noexec, relatime)
Tmpfs on / dev / shm type tmpfs (rw, nosuid, nodev, seclabel)
Devpts on / dev / pts type devpts (rw, nosuid, noexec, relatime, seclabel, gid = 5, mode = 620, ptmxmode = 000)
Tmpfs on / run type tmpfs (rw, nosuid, nodev, seclabel, mode = 755)
Tmpfs on / sys / fs / cgroup type tmpfs (ro, nosuid, nodev, noexec, seclabel, mode = 755)
Cgroup on / sys / fs / cgroup / systemd type cgroup (rw, nosuid, nodev, noexec, relatime, xattr, release_agent = / usr / lib / systemd / systemd-cgroups-agent, name = systemd)
Pstore on / sys / fs / pstore type pstore (rw, nosuid, nodev, noexec, relatime)
Cgroup on / sys / fs / cgroup / cpuset type cgroup (rw, nosuid, nodev, noexec, relatime, cpuset)
Cgroup on / sys / fs / cgroup / devices type cgroup (rw, nosuid, nodev, noexec, relatime, devices)
Cgroup on / sys / fs / cgroup / freezer type cgroup (rw, nosuid, nodev, noexec, relatime, freezer)
Cgroup on / sys / fs / cgroup / cpu, cpuacct type cgroup (rw, nosuid, nodev, noexec, relatime, cpuacct, cpu)
Cgroup on / sys / fs / cgroup / net_cls, net_prio type cgroup (rw, nosuid, nodev, noexec, relatime, net_prio, net_cls)
Cgroup on / sys / fs / cgroup / perf_event type cgroup (rw, nosuid, nodev, noexec, relatime, perf_event)
Cgroup on / sys / fs / cgroup / memory type cgroup (rw, nosuid, nodev, noexec, relatime, memory)
Cgroup on / sys / fs / cgroup / pids type cgroup (rw, nosuid, nodev, noexec, relatime, pids)
Cgroup on / sys / fs / cgroup / blkio type cgroup (rw, nosuid, nodev, noexec, relatime, blkio)
Cgroup on / sys / fs / cgroup / hugetlb type cgroup (rw, nosuid, nodev, noexec, relatime, hugetlb)
Configfs on / sys / kernel / config type configfs (rw, relatime)
/ Dev / vda1 on / type ext4 (rw, relatime, seclabel, data = ordered, jqfmt = vfsv0, usrjquota = quota.user)
Selinuxfs on / sys / fs / selinux type selinuxfs (rw, relatime)
Systemd-1 on / proc / sys / fs / binfmt_misc type autofs (rw, relatime, fd = 30, pgrp = 1, timeout = 300, minproto = 5, maxproto = 5, direct)
Debugfs on / sys / kernel / debug type debugfs (rw, relatime)
Mqueue on / dev / mqueue type mqueue (rw, relatime, seclabel)
Hugetlbfs on / dev / hugepages type hugetlbfs (rw, relatime, seclabel)
/ Usr / tmpDSK on / tmp type ext3 (rw, nosuid, noexec, relatime, seclabel, data = ordered)
/ Usr / tmpDSK on / var / tmp type ext3 (rw, nosuid, noexec, relatime, seclabel, data = ordered)
Tmpfs on / run / user / 0 type tmpfs (rw, nosuid, nodev, relatime, seclabel, size = 188372k, mode = 700)
/ Dev / vdb1 on / mnt / home2 type ext4 (rw, relatime, seclabel, data = ordered)
/ Dev / vdb1 on / mnt / disk type ext4 (rw, relatime, seclabel, data = ordered)
/ Dev / vdc1 on / mnt / disk type ext4 (rw, relatime, seclabel, data = ordered)
/ Dev / vdb1 on / mnt / disk type ext4 (rw, relatime, seclabel, data = ordered)
/ Dev / vdc1 on / mnt / home2 type ext4 (rw, relatime, seclabel, data = ordered)
Cat / etc / fstab
[Root @ vps ~] # cat / etc / fstab
#
# / Etc / fstab
# Created by anaconda on Mon Jul 14 18:58:05 2014
#
# Accessible filesystems, by reference, are maintained under '/ dev / disk'
# See man pages fstab (5), findfs (8), mount (8) and / or blkid (8) for more info
#
/ Dev / vda1 / ext4 usrjquota = quota.user, jqfmt = vfsv0 1 1
/ Dev / vda2 swap swap defaults 0 0
/ Usr / tmpDSK / tmp ext3 defaults, noauto 0 0
Df -kh
[Root @ vps ~] # df -kh
Filesystem Size Used Avail Use% Mounted on
/ Dev / vda1 147G 7.3G 134G 6% /
Devtmpfs 911M 0 911M 0% / dev
Tmpfs 920M 8.0K 920M 1% / dev / shm
Tmpfs 920M 8.6M 912M 1% / run
Tmpfs 920M 0 920M 0% / sys / fs / cgroup
/ Dev / loop0 3.9G 8.2M 3.7G 1% / tmp
Tmpfs 184M 0 184M 0% / run / user / 0
/ Dev / vdc1 4.8G 20M 4.6G 1% / mnt / home2
/ Dev / vdb1 6.8G 32M 6.4G 1% / mnt / disk
Last edited by a moderator: