NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: using puffs/filesystems/fuse-* on 5.1



On Sun, Aug 7, 2011 at 11:15 AM, Greg Troxel <gdt%ir.bbn.com@localhost> wrote:
>
> matthew sporleder <msporleder%gmail.com@localhost> writes:
>
>> archivemount tolua-5.1.4.tar.gz /home/msporled/dev/mnt
>> archivemount: puffs_mount: cannot open /dev/puffs
>> archivemount: puffs_mount: directory "/home/msporled/dev/mnt": Device
>> not configured
>
> A number of things do work, but I dimly recall having to add puffs to
> the kernel config.  But looking now at netbsd-5, it seems "pseudodevice
> putter" is already there.
>
> Another issue is that putter is 600 root, and so you'll need to
> chown/chmod it.
>

That's how MAKEDEV is setup.  What should it be?

# create putter device and symlinks for all subsystems using it
putter)
        mkdev putter c 178 0 600
        mkdev pud c 178 1 600
        lndev putter puffs
        ;;


Home | Main Index | Thread Index | Old Index