pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/59072: Can't delete vim backup on NetBSD with msdos filesystem
The following reply was made to PR pkg/59072; it has been noted by GNATS.
From: Michael van Elst <mlelstv%serpens.de@localhost>
To: =?iso-8859-1?Q?Fr=E9d=E9ric?= Fauberteau <triaxx@triaxx.online>
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: pkg/59072: Can't delete vim backup on NetBSD with msdos
filesystem
Date: Thu, 13 Feb 2025 16:31:16 +0100
On Thu, Feb 13, 2025 at 10:19:51AM +0100, Frédéric Fauberteau wrote:
> I remount my partition with the suggested options:
> # umount /mnt/boot
> # mount -tmsdos -orw,-U,-M755,-m644 /dev/dk2 /mnt/boot
>
> I create a file with a long name:
> # touch /mnt/boot/toolongfilename
>
> But the file name is still truncated:
> # ls /mnt/boot
> efi toolon~1
This looks like a bug. If I read the code correctly, the long
name support is enabled when:
Neither -G nor -9 nor -s are used and then
-l is used
or the filesystem is FAT32
or the filesystem is FAT16|FAT12 and there is a long filename
present in the root directory at mount time.
Can you please try with -U and -l ?
Greetings,
--
Michael van Elst
Internet: mlelstv%serpens.de@localhost
"A potential Snark may lurk in every tree."
Home |
Main Index |
Thread Index |
Old Index