Package: mount Version: 2.12r-10 Severity: important mount -a -t noproc,ocfs2 does not mount any ocfs2 partition defined in /etc/fstab. This is particularly bad because a line of that kind is used in /etc/init.d/mountall.sh, resulting in ocfs2 partitions not mounted during boot. If one leaves out the noproc, everything works as expected.
Details: In /etc/fstab ist a line LABEL=mail /home ocfs2 defaults,auto,noexec,nosuid 0 0 This filesystem ist not mounted during boot when mountall.sh calls mount: mount -a -t noproc,nfs,nfs4,smbfs,cifs,ncp,ncpfs,coda,ocfs2,gfs The problem is not limited to boottime, it does not work if the mount command is given from the command line after boot either. It does work however if you leave out the noproc parameter, so the problem seems to be connected to that parameter. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17.6 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages mount depends on: ii libblkid1 1.39-1 block device id library ii libc6 2.3.6-15 GNU C Library: Shared libraries ii libuuid1 1.39-1 universally unique id library mount recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

