Displaying 3 results from an estimated 3 matches for "961176".
2016 Apr 12
3
mount bind problem
...5 01:10 log
drwx------ 2 root root 16384 Nov 15 18:58 lost+found
drwxr-xr-x 6 mysql mysql 4096 Dec 13 22:34 mysql
# df
Filesystem 1K-blocks 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 i...
2016 Apr 15
0
mount bind problem
...backups type none (rw,bind)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/ on /tmp/tmproot type none (rw,bind)
# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/VolGroup-lv_root
12778200 3149592 8972840 26% /
tmpfs 961176 0 961176 0% /dev/shm
/dev/vda1 487652 205564 256488 45% /boot
/dev/vdb 41153856 542076 38514628 2% /mnt/extradiskA
# cat /etc/fstab
#
# /etc/fstab
# Created by anaconda on Mon Jul 28 08:21:01 2014
#
# Accessible filesystems, by reference, are maintai...
2016 Apr 14
7
mount bind problem
On 04/13/2016 08:44 PM, ???? wrote:
> # 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,usrquota,grpquota)
>