Hi Micheal,
On Fri, Jun 21, 2024 at 11:27:33AM -, Michael van Elst wrote:
> >> We also have 'df' where 'df -W' prints the original symbolic path
> >> (but just for NAME=) because a resolved symbol path cannot be
> >> reversed.
>
> >'df -W' just uses getmntinfo() and mount(8) only calls getfss
rein...@dropje.13thmonkey.org (Reinoud Zandijk) writes:
>> We have 'fsck' which resolves the device name and 'fsck_*' that gets passed
>> the resolved name.
>If they were never intended to be used separately then shouldn't they be in
>libexec?
Well, that's history for you :)
>> We also have 'd
Hi Michael,
On Fri, Jun 21, 2024 at 05:50:56AM -, Michael van Elst wrote:
> rein...@netbsd.org (Reinoud Zandijk) writes:
>
> > int getdiskinfo(const char *s, int fd, const char *dt, struct disk_geom
> > *geo,
> > struct dkwedge_info *dkw);
> > int getdisksize(const char *name, u_int *s
Hi Michael, thanks for your feedback,
On Fri, Jun 21, 2024 at 06:24:53AM -, Michael van Elst wrote:
> rein...@netbsd.org (Reinoud Zandijk) writes:
>
> >that returns a canonical raw device name when passed a device name in one of
> >the following ways:
> > /dev/ld0
> > name="UUID"
> >