Bug 128768

Summary: Missing documentation about tmpfs mount options
Product: Documentation Reporter: Victor Balada Diaz <victor>
Component: Books & ArticlesAssignee: Xin LI <delphij>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Victor Balada Diaz 2008-11-10 22:20:01 UTC
tmpfs have mount options that should be documented in mount(8).

This options are uid, gid, size, owner, inodes, mode. You can find a detailed
description of what they do in:

http://netbsd.gw.com/cgi-bin/man-cgi?mount_tmpfs+8+NetBSD-current

Also i find weird that FFS man page is no section 7 and tmpfs man page
is on section 5. Shouldn't tmpfs be on 4 or 7?
Comment 1 Murray Stokely freebsd_committer freebsd_triage 2008-12-15 00:54:41 UTC
Responsible Changed
From-To: freebsd-doc->delphij

Xin LI wrote the tmpfs man page.  Can you take a look at this PR about 
the appropriate section and mount options?
Comment 2 ota 2009-02-06 04:48:52 UTC
I am also interested in seeing one with updates.

By the way, most of fs related man seems to be under man5.

% ls man*/*fs.?
man5/devfs.5            man5/mqueuefs.5         man5/xfs.5
man5/ext2fs.5           man5/msdosfs.5          man7/ffs.7
man5/fdescfs.5          man5/nullfs.5           man9/pseudofs.9
man5/fs.5               man5/procfs.5           man9/vfs_getvfs.9
man5/linprocfs.5        man5/reiserfs.5
man5/linsysfs.5         man5/tmpfs.5
% pwd
/usr/src/share/man

Regards,
Hiro
Comment 3 Xin LI freebsd_committer freebsd_triage 2009-12-14 23:40:29 UTC
State Changed
From-To: open->closed

It looks like this is a duplicate of 124488 and was fixed already.