Displaying 7 results from an estimated 7 matches for "extradiska".
2016 Apr 13
2
mount bind problem
...type servers. And on other servers with same /etc/fstsb,
> file system is correct.
> There's no difference between normal server's rc.sysinit and this problem
> server's rc.sysinit too.
It's not apparent how /dev/vdb (the whole filesystem) came to be mounted
on both /mnt/extradiskA and /home. Let's see the output
from "lsblk" and "mount". Did you look in /mnt/extradiskA/home
and verify that just the expected user directories are there
(no "/mnt/extradiskA/home/home")?
It might also be worthwhile to verify that the mount point
directory /mn...
2016 Apr 14
0
mount bind problem
...15G 0 disk
|-vda1 252:1 0 500M 0 part /boot
`-vda2 252:2 0 14.5G 0 part
|-VolGroup-lv_root (dm-0) 253:0 0 12.5G 0 lvm /
`-VolGroup-lv_swap (dm-1) 253:1 0 2G 0 lvm [SWAP]
vdb 252:16 0 40G 0 disk /mnt/extradiskA
# mount
/dev/mapper/VolGroup-lv_root on / type ext4 (rw,usrquota,grpquota)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/vda1 on /boot type ext4 (rw)
/dev/vdb on /mnt/extradiskA type ext4 (rw,us...
2016 Apr 15
0
mount bind problem
...4096 Jul 24 2015 cgroup
drwxr-xr-x 17 root root 3820 Apr 14 10:24 dev
drwxr-xr-x. 75 root root 4096 Apr 14 10:31 etc
drwxr-xr-x 2 root root 4096 Nov 15 19:04 home
dr-xr-xr-x. 8 root root 4096 Aug 8 2015 lib
dr-xr-xr-x. 8 root root 12288 Nov 15 18:35 lib64
# ls -l /mnt/extradiskA
total 48
-rw------- 1 root root 7168 Apr 15 02:14 aquota.group
-rw------- 1 root root 7168 Apr 14 10:22 aquota.user
drwxr-x--- 2 root root 4096 Jan 18 21:55 backups
drwxr-xr-x 4 root root 4096 Jan 1 11:59 home
drwxr-xr-x 8 root root 4096 Apr 15 01:10 log
drwx------ 2 root root 163...
2016 Apr 14
7
mount bind problem
...nt
> /dev/mapper/VolGroup-lv_root on / type ext4 (rw,usrquota,grpquota)
> proc on /proc type proc (rw)
> sysfs on /sys type sysfs (rw)
> devpts on /dev/pts type devpts (rw,gid=5,mode=620)
> tmpfs on /dev/shm type tmpfs (rw)
> /dev/vda1 on /boot type ext4 (rw)
> /dev/vdb on /mnt/extradiskA type ext4 (rw,usrquota,grpquota)
> /mnt/extradiskA/home on /home type none (rw,bind)
> /mnt/extradiskA/log on /var/log type none (rw,bind)
> /mnt/extradiskA/mysql on /var/lib/mysql type none (rw,bind)
> /mnt/extradiskA/.backup on /.backup type none (rw,bind)
> /mnt/extradiskA/.daily_...
2017 Jun 19
0
CentOS7 DF problem
.../sys/fs/cgroup
/dev/vdb 515928320 786176 488911360 1% /home
/dev/vda1 508580 180304 328276 36% /boot
tmpfs 1630192 0 1630192 0% /run/user/0
With /etc/fstab I set as following.
UUID=f3b3a4ae-757f-4c68-bbbe-c05ded3d8580 /mnt/extradiskA ext4
defaults,usrquota,grpquota 1 2
/dev/mapper/centos-swap swap swap defaults 0 0
/mnt/extradiskA/home /home none bind 0 0
/mnt/extradiskA/log /var/log none bind 0 0
/mnt/extradiskA/mysql /...
2016 Apr 12
3
mount bind problem
...Used Available Use% Mounted on
/dev/mapper/VolGroup-lv_root
12778200 2946824 9175608 25% /
tmpfs 961176 0 961176 0% /dev/shm
/dev/vda1 487652 205564 256488 45% /boot
/dev/vdb 41153856 549492 38507212 2% /mnt/extradiskA
/dev/vdb 41153856 549492 38507212 2% /home
I have set on fstab /home with 'mount bind' but it seems like bind is not
effective.
/etc/fstab is following.
# cat /etc/fstab
#
# /etc/fstab
# Created by anaconda on Mon Jul 28 08:21:01 2014
#
# Accessible filesystems, by refe...
2016 Apr 12
2
mount bind problem
On 04/12/2016 05:37 AM, Sylvain CANOINE wrote:
>
>
> ----- Mail original -----
>> De: "????" <tadao at creative-japan.org> ?: "centos"
>> <centos at centos.org> Envoy?: Mardi 12 Avril 2016 08:17:13 Objet:
>> [CentOS] mount bind problem
>
>> I have set on fstab /home with 'mount bind' but it seems like bind
>> is not