I'm getting some odd behavior with tunefs (5.0-CURRENT cvsupped and built
Sunday, Jan 26).  If a filesystem, rather than an actual device, is specified,
it spits out a weird error message regarding my linproc mount:

# tunefs -p /tmp
tunefs: linproc: could not find special device

My /etc/fstab:

# Device                Mountpoint      FStype  Options         Dump    Pass#
/dev/ad0s1b             none            swap    sw              0       0
/dev/ad0s1a             /               ufs     rw              1       1
/dev/ad0s1f             /tmp            ufs     rw              2       2
/dev/ad0s1g             /usr            ufs     rw              2       2
/dev/ad0s1e             /var            ufs     rw              2       2
/dev/acd0c              /cdrom          cd9660  ro,noauto       0       0
/dev/acd1c              /cdrom1         cd9660  ro,noauto       0       0
proc                    /proc           procfs  rw              0       0
/dev/ad1s1e             /mm             ufs     rw              2       2
linproc         /compat/linux/proc      linprocfs       rw      0       0

Is anyone else seeing this?  Could it just be the result of the gcc
optimizations I'm using (an admittedly heavy set of flags)?  Or might it be
related to the recent changes the OP mentioned?

On 18-Jan-2003 Juli Mallett wrote:
> Can I get some tests of these changes to make tunefs use libufs?
> 
> Thanx,
> juli.

-- 
Conrad Sabatier <[EMAIL PROTECTED]> - "In Unix veritas"


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to