search for: nonfs

Displaying 9 results from an estimated 9 matches for "nonfs".

Did you mean: confs
2016 Apr 12
2
mount bind problem
...f them occur automatically when the system boots. The "mount -a" in /etc/rc.d/rc.sysinit takes care of them just fine. The filter on that command is _excluding_ certain types. Note that the first two letters are "no", which applies to all the listed types: mount -a -n -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2i,glusterfs -O no_netdev [rkn] ~ $ df Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/vg_omega3g-rootvol 11963960 5995348 5337828 53% / tmpfs 8194160 340 8193820 1% /dev/shm /dev/sd...
2016 Apr 13
0
mount bind problem
In /etc/rc.d/rc.sysinit, there's "mount -a -n -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2i,glusterfs -O no_netdev". I have other same 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. Please tell me other pos...
2001 Dec 10
1
ext3 mounted as ext2
...der is the asymmetry. both fs_vfstype fields are set to ext2 but / gets mounted as ext3 and /mnt gets mounted as ext2. What would work is setting the fs_vfstype field to ext3 BUT then non ext3-aware kernels don't mount that entry anymore. (rc.S mounts the fstab files via "/sbin/mount -avt nonfs") My question: how do I set the fs_vfstype field in /etc/fstab so that ext3-aware kernels mount partitions as ext3fs and non-ext3-aware kernels mount partitions as plain ext2fs. any ideas? Thanks, Stefan Some info about my system (have I forgotten anything important?) ===================...
2016 Apr 13
2
mount bind problem
On 04/13/2016 12:02 AM, ???? wrote: > In /etc/rc.d/rc.sysinit, > there's "mount -a -n -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2i,glusterfs -O > no_netdev". > > > I have other same 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.sysin...
2005 Aug 03
1
Copy all local filesystems, but ignore NFS mounts?
What's the easiest way, with rsync, to back up all local filesystems to another host, ignoring anything on an NFS volume. For example, is there a way of giving a list of mount points but still have --one-file-system work? Thanks!
2016 Apr 14
0
mount bind problem
...nd 0 0 /mnt/extradiskA/backups /var/backups none bind 0 0 2016-04-13 23:32 GMT+09:00 Robert Nichols <rnicholsNOSPAM at comcast.net>: > On 04/13/2016 12:02 AM, ???? wrote: > >> In /etc/rc.d/rc.sysinit, >> there's "mount -a -n -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2i,glusterfs -O >> no_netdev". >> >> >> I have other same 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 &g...
2016 Apr 12
3
mount bind problem
On CentOS release 6.7, there's file system problem. Aftert reboot /home is set under /home (/home/home) like followings. # ls -l /home total 48 -rw------- 1 root root 7168 Nov 15 19:10 aquota.group -rw------- 1 root root 7168 Jan 25 11:09 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 5
2003 Jul 30
3
FreeBSD not-so-stable
I have a FreeBSD 4.8-Release machine that I upgraded from a 4.5 or 4.4 machine. It works just great for about 9 days, then processes will not die. It starts to become a problem when I can't kill processes, restart services, connections hang, and I can't reboot or shutdown, I have to do a hard reset. I can't really find anything in the logs to indicate what is giving me
2004 Jan 22
1
PROBLEM: Filesystem became readonly, then kernel crashes on shutdown
...t;c015979e>] deactivate_super+0x7e/0xe0 [<c017021c>] sys_umount+0x3c/0xa0 [<c0170299>] sys_oldmount+0x19/0x20 [<c01094bb>] syscall_call+0x07/0x0b code: 0f 0b 9b 01 b9 39 29 c0 e9 62 ff ff ff 89 74 24 04 89 3c 24 /etc/rc.d/rc.6: line 141: 4168 Segmentation fault umount -a -r -t nonfs Remount root filesystem read-only. (then the system froze) [6.] A small shell script or example program which triggers the problem (if possible) I've removed the same directory many times, and the problem didn't happen before.... [7.] Environment bash-2.05b$ set BASH=/usr/bin/b...