Please keep this on-list.

Can't see anything special here. 

        -Otto
        
On Mon, Apr 14, 2014 at 08:10:56AM +0200, laurence.tintzmann wrote:

> Hi Otto.
> 
> fstab:
> ...
> swap /tmp mfs rw,nodev,nosuid,-s=153600 0 0
> 
> 
> # mount
> /dev/wd0a on / type ffs (local)
> /dev/wd0k on /home type ffs (local, nodev, nosuid)
> mfs:12987 on /tmp type mfs (asynchronous, local, nodev, nosuid, size=153600
> 512-blocks)
> /dev/wd0f on /usr type ffs (local, nodev)
> /dev/wd0g on /usr/X11R6 type ffs (local, nodev)
> /dev/wd0h on /usr/local type ffs (local, nodev)
> /dev/wd0j on /usr/obj type ffs (local, nodev, nosuid)
> /dev/wd0i on /usr/src type ffs (local, nodev, nosuid)
> /dev/wd0e on /var type ffs (local, nodev, nosuid)
> 
> Thanks for your support!
> 
> 
> 
> 
> Am 14.04.2014 08:05, schrieb Otto Moerbeek:
> >On Mon, Apr 14, 2014 at 06:36:44AM +0200, laurence.tintzmann wrote:
> >
> >>Hi.
> >>
> >>I have the following problem: I would like to mount a memory fs for /tmp, 
> >>so I specifiy this in the fstab:
> >>
> >>swap /tmp mfs rw,nodev,nosuid,-s=153600 0 0
> >>
> >>This is like the examples from the fstab-man pages. So, my mount point is 
> >>this:
> >>
> >>drwxrwxrwt   2 root  wheel   512B Apr 14 08:19 tmp
> >>
> >>but after mounting it looks like this:
> >>
> >>drwxr-xr-t   2 root  wheel   512B Apr 14 08:20 tmp.
> >>
> >>As from the man-pages of mount_mfs: "If the -P file option is not used, the 
> >>owner and mode of the created mfs file system will be the same as the owner 
> >>and mode of the mount point."
> >>
> >>If I do this with another directory, everything works fine. So where is the 
> >>problem?
> >>
> >>I am using OpenBSD/amd64 5.4 generic.
> >>
> >>Best regards
> >
> >Do you have two filesystems mounted on /tmp?
> >
> >Show the output of # mount
> >
> >     -Otto

Reply via email to