GNU bug report logs - #23273
Error using windows 10 bash error 0x53464846 doing a tail -f

Previous Next

Package: coreutils;

Reported by: Dennis J <upumop <at> msn.com>

Date: Mon, 11 Apr 2016 23:02:02 UTC

Severity: normal

Merged with 24078, 24388, 24437, 24792, 24847, 24859, 25161, 25323, 25369, 25417, 25510, 25516, 25567, 25806, 25837, 25982, 26206, 26377, 26689, 26992, 27001, 27478, 27680, 30392

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 23273 in the body.
You can then email your comments to 23273 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#23273; Package coreutils. (Mon, 11 Apr 2016 23:02:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Dennis J <upumop <at> msn.com>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Mon, 11 Apr 2016 23:02:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dennis J <upumop <at> msn.com>
To: "bug-coreutils <at> gnu.org" <bug-coreutils <at> gnu.org>
Subject: Error using windows 10 bash error 0x53464846 doing a tail -f
Date: Mon, 11 Apr 2016 17:37:59 -0500
[Message part 1 (text/plain, inline)]
I'm getting this error when doing a tail -f on a simple text file.
tail: unrecognized file system type 0x53464846 for ‘kn.txt’. please report this to bug-coreutils <at> gnu.org. reverting to polling

 		 	   		  
[Message part 2 (text/html, inline)]

Information forwarded to bug-coreutils <at> gnu.org:
bug#23273; Package coreutils. (Mon, 11 Apr 2016 23:55:02 GMT) Full text and rfc822 format available.

Message #8 received at 23273 <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: Dennis J <upumop <at> msn.com>, 23273 <at> debbugs.gnu.org
Subject: Re: bug#23273: Error using windows 10 bash error 0x53464846 doing a
 tail -f
Date: Tue, 12 Apr 2016 00:54:38 +0100
On 11/04/16 23:37, Dennis J wrote:
> I'm getting this error when doing a tail -f on a simple text file.
> tail: unrecognized file system type 0x53464846 for ‘kn.txt’. please report this to bug-coreutils <at> gnu.org. reverting to polling

Interesting. What do we call this win_bashfs or something?

Since there is just a single kernel involved, I'm guessing
that we don't need to tag this as a "remote" file system,
and that inotify calls will fail/succeed as appropriate.
That could be confirmed using the inotifywait command as detailed at:
http://bugs.gnu.org/23143#11

thanks
Pádraig




Information forwarded to bug-coreutils <at> gnu.org:
bug#23273; Package coreutils. (Tue, 12 Apr 2016 08:12:02 GMT) Full text and rfc822 format available.

Message #11 received at 23273 <at> debbugs.gnu.org (full text, mbox):

From: Bernhard Voelker <mail <at> bernhard-voelker.de>
To: Pádraig Brady <P <at> draigBrady.com>,
 Dennis J <upumop <at> msn.com>, 23273 <at> debbugs.gnu.org
Subject: Re: bug#23273: Error using windows 10 bash error 0x53464846 doing a
 tail -f
Date: Tue, 12 Apr 2016 10:11:05 +0200
On 04/12/2016 01:54 AM, Pádraig Brady wrote:
> On 11/04/16 23:37, Dennis J wrote:
>> I'm getting this error when doing a tail -f on a simple text file.
>> tail: unrecognized file system type 0x53464846 for ‘kn.txt’. please report this to bug-coreutils <at> gnu.org. reverting to polling
> 
> Interesting. What do we call this win_bashfs or something?

There's not much technical information available, but shouldn't
that "Windows Subsystem for Linux" (WSL) just pass on some NTFS?
It's not clear to me whether the entry point is a modified bash,
library or whatever, so bash may not always be involved here.
Therefore, I'd say "wsl_fs" or "wsl_ntfs" may be a valid name.

> Since there is just a single kernel involved, I'm guessing
> that we don't need to tag this as a "remote" file system,
> and that inotify calls will fail/succeed as appropriate.
> That could be confirmed using the inotifywait command as detailed at:
> http://bugs.gnu.org/23143#11

WSL is in early beta, so I wouldn't expect inotify to work.

Have a nice day,
Berny




Reply sent to Pádraig Brady <P <at> draigBrady.com>:
You have taken responsibility. (Thu, 21 Apr 2016 20:58:02 GMT) Full text and rfc822 format available.

Notification sent to Dennis J <upumop <at> msn.com>:
bug acknowledged by developer. (Thu, 21 Apr 2016 20:58:02 GMT) Full text and rfc822 format available.

Message #16 received at 23273-done <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: Bernhard Voelker <mail <at> bernhard-voelker.de>, Dennis J <upumop <at> msn.com>,
 23273-done <at> debbugs.gnu.org
Subject: Re: bug#23273: Error using windows 10 bash error 0x53464846 doing a
 tail -f
Date: Thu, 21 Apr 2016 21:57:40 +0100
[Message part 1 (text/plain, inline)]
On 12/04/16 09:11, Bernhard Voelker wrote:
> On 04/12/2016 01:54 AM, Pádraig Brady wrote:
>> On 11/04/16 23:37, Dennis J wrote:
>>> I'm getting this error when doing a tail -f on a simple text file.
>>> tail: unrecognized file system type 0x53464846 for ‘kn.txt’. please report this to bug-coreutils <at> gnu.org. reverting to polling
>>
>> Interesting. What do we call this win_bashfs or something?
>
> There's not much technical information available, but shouldn't
> that "Windows Subsystem for Linux" (WSL) just pass on some NTFS?
> It's not clear to me whether the entry point is a modified bash,
> library or whatever, so bash may not always be involved here.
> Therefore, I'd say "wsl_fs" or "wsl_ntfs" may be a valid name.
>
>> Since there is just a single kernel involved, I'm guessing
>> that we don't need to tag this as a "remote" file system,
>> and that inotify calls will fail/succeed as appropriate.
>> That could be confirmed using the inotifywait command as detailed at:
>> http://bugs.gnu.org/23143#11
>
> WSL is in early beta, so I wouldn't expect inotify to work.

Should be no harm trying though I expect.
I went with "wslfs" as underscores are the exception in names.

I'll push the attached later.

cheers,
Pádraig
[coreutils-wslfs.patch (text/x-patch, attachment)]

Information forwarded to bug-coreutils <at> gnu.org:
bug#23273; Package coreutils. (Thu, 21 Apr 2016 21:16:02 GMT) Full text and rfc822 format available.

Message #19 received at 23273-done <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: Bernhard Voelker <mail <at> bernhard-voelker.de>, Dennis J <upumop <at> msn.com>,
 23273-done <at> debbugs.gnu.org
Subject: Re: bug#23273: Error using windows 10 bash error 0x53464846 doing a
 tail -f
Date: Thu, 21 Apr 2016 22:15:45 +0100
On 21/04/16 21:57, Pádraig Brady wrote:
> On 12/04/16 09:11, Bernhard Voelker wrote:
>> On 04/12/2016 01:54 AM, Pádraig Brady wrote:
>>> On 11/04/16 23:37, Dennis J wrote:
>>>> I'm getting this error when doing a tail -f on a simple text file.
>>>> tail: unrecognized file system type 0x53464846 for ‘kn.txt’. please report this to bug-coreutils <at> gnu.org. reverting to polling
>>>
>>> Interesting. What do we call this win_bashfs or something?
>>
>> There's not much technical information available, but shouldn't
>> that "Windows Subsystem for Linux" (WSL) just pass on some NTFS?
>> It's not clear to me whether the entry point is a modified bash,
>> library or whatever, so bash may not always be involved here.
>> Therefore, I'd say "wsl_fs" or "wsl_ntfs" may be a valid name.
>>
>>> Since there is just a single kernel involved, I'm guessing
>>> that we don't need to tag this as a "remote" file system,
>>> and that inotify calls will fail/succeed as appropriate.
>>> That could be confirmed using the inotifywait command as detailed at:
>>> http://bugs.gnu.org/23143#11
>>
>> WSL is in early beta, so I wouldn't expect inotify to work.
>
> Should be no harm trying though I expect.
> I went with "wslfs" as underscores are the exception in names.
>
> I'll push the attached later.

bike-shedding, I notice the ASCII of the ID backwards is FHFS.
Perhaps that means File Handle FS?
Searching shows nothing. I'll stay with WSLFS for now





Information forwarded to bug-coreutils <at> gnu.org:
bug#23273; Package coreutils. (Fri, 22 Apr 2016 17:48:02 GMT) Full text and rfc822 format available.

Message #22 received at 23273-done <at> debbugs.gnu.org (full text, mbox):

From: Bernhard Voelker <mail <at> bernhard-voelker.de>
To: Pádraig Brady <P <at> draigBrady.com>,
 Dennis J <upumop <at> msn.com>, 23273-done <at> debbugs.gnu.org
Subject: Re: bug#23273: Error using windows 10 bash error 0x53464846 doing a
 tail -f
Date: Fri, 22 Apr 2016 19:47:00 +0200
On 04/21/2016 11:15 PM, Pádraig Brady wrote:
> bike-shedding, I notice the ASCII of the ID backwards is FHFS.
> Perhaps that means File Handle FS?
> Searching shows nothing. I'll stay with WSLFS for now

+1

Thanks & have a nice day,
Berny




Information forwarded to bug-coreutils <at> gnu.org:
bug#23273; Package coreutils. (Sat, 23 Apr 2016 10:20:01 GMT) Full text and rfc822 format available.

Message #25 received at 23273 <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: Bernhard Voelker <mail <at> bernhard-voelker.de>, Dennis J <upumop <at> msn.com>,
 23273 <at> debbugs.gnu.org
Subject: Re: bug#23273: Error using windows 10 bash error 0x53464846 doing a
 tail -f
Date: Sat, 23 Apr 2016 11:19:27 +0100
On 22/04/16 18:47, Bernhard Voelker wrote:
> On 04/21/2016 11:15 PM, Pádraig Brady wrote:
>> bike-shedding, I notice the ASCII of the ID backwards is FHFS.
>> Perhaps that means File Handle FS?
>> Searching shows nothing. I'll stay with WSLFS for now
>
> +1

Heh just after I push this I see reference to VolFS and DriveFS :)

https://blogs.msdn.microsoft.com/wsl/2016/04/22/windows-subsystem-for-linux-overview/

Will update accordingly.

cheers,
Pádraig




Information forwarded to bug-coreutils <at> gnu.org:
bug#23273; Package coreutils. (Tue, 26 Apr 2016 06:23:01 GMT) Full text and rfc822 format available.

Message #28 received at 23273 <at> debbugs.gnu.org (full text, mbox):

From: Bernhard Voelker <mail <at> bernhard-voelker.de>
To: Pádraig Brady <P <at> draigBrady.com>,
 Dennis J <upumop <at> msn.com>, 23273 <at> debbugs.gnu.org
Subject: Re: bug#23273: Error using windows 10 bash error 0x53464846 doing a
 tail -f
Date: Tue, 26 Apr 2016 08:22:07 +0200
On 04/23/2016 12:19 PM, Pádraig Brady wrote:
> Heh just after I push this I see reference to VolFS and DriveFS :)
> 
> https://blogs.msdn.microsoft.com/wsl/2016/04/22/windows-subsystem-for-linux-overview/

oh, thanks.
Hmm, I couldn't find any other site than this for more
information - did you manage to find the magic for the other
file system on WSL?  Otherwise, we'll have to wait for someone
to create a bug report (unless it's using an already known
magic number).

Thanks & have a nice day,
Berny




Information forwarded to bug-coreutils <at> gnu.org:
bug#23273; Package coreutils. (Tue, 26 Apr 2016 09:35:02 GMT) Full text and rfc822 format available.

Message #31 received at 23273 <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: Bernhard Voelker <mail <at> bernhard-voelker.de>, Dennis J <upumop <at> msn.com>,
 23273 <at> debbugs.gnu.org
Subject: Re: bug#23273: Error using windows 10 bash error 0x53464846 doing a
 tail -f
Date: Tue, 26 Apr 2016 10:34:44 +0100
On 26/04/16 07:22, Bernhard Voelker wrote:
> On 04/23/2016 12:19 PM, Pádraig Brady wrote:
>> Heh just after I push this I see reference to VolFS and DriveFS :)
>>
>> https://blogs.msdn.microsoft.com/wsl/2016/04/22/windows-subsystem-for-linux-overview/
>
> oh, thanks.
> Hmm, I couldn't find any other site than this for more
> information - did you manage to find the magic for the other
> file system on WSL?  Otherwise, we'll have to wait for someone
> to create a bug report (unless it's using an already known
> magic number).

I'll try and find a windows system/vm to try this out on.

cheers,
Pádraig





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 24 May 2016 11:24:04 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Pádraig Brady <P <at> draigBrady.com> to control <at> debbugs.gnu.org. (Wed, 07 Sep 2016 15:38:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 06 Oct 2016 11:24:05 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Bernhard Voelker <mail <at> bernhard-voelker.de> to control <at> debbugs.gnu.org. (Sat, 29 Apr 2017 10:08:02 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 26689. Request was from Bernhard Voelker <mail <at> bernhard-voelker.de> to control <at> debbugs.gnu.org. (Sat, 29 Apr 2017 10:08:02 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 26689 26992. Request was from Bernhard Voelker <mail <at> bernhard-voelker.de> to control <at> debbugs.gnu.org. (Fri, 19 May 2017 14:14:02 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 26689 26992 27001. Request was from Bernhard Voelker <mail <at> bernhard-voelker.de> to control <at> debbugs.gnu.org. (Mon, 22 May 2017 06:21:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 19 Jun 2017 11:24:04 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Pádraig Brady <P <at> draigBrady.com> to control <at> debbugs.gnu.org. (Sat, 24 Jun 2017 21:53:02 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 26689 26992 27001 27478. Request was from Pádraig Brady <P <at> draigBrady.com> to control <at> debbugs.gnu.org. (Sat, 24 Jun 2017 21:53:02 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 26689 26992 27001 27478 27680. Request was from Bernhard Voelker <mail <at> bernhard-voelker.de> to control <at> debbugs.gnu.org. (Fri, 14 Jul 2017 06:55:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 11 Aug 2017 11:24:03 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Bernhard Voelker <mail <at> bernhard-voelker.de> to control <at> debbugs.gnu.org. (Thu, 08 Feb 2018 17:04:02 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 26689 26992 27001 27478 27680 30392. Request was from Bernhard Voelker <mail <at> bernhard-voelker.de> to control <at> debbugs.gnu.org. (Thu, 08 Feb 2018 17:04:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 09 Mar 2018 12:24:04 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 28 Oct 2018 06:28:02 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 24078 26689 26992 27001 27478 27680 30392. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 28 Oct 2018 06:28:03 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 24078 24437 26689 26992 27001 27478 27680 30392. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 28 Oct 2018 06:36:02 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 24078 24437 24792 26689 26992 27001 27478 27680 30392. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 28 Oct 2018 07:08:02 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 24078 24437 24792 24847 26689 26992 27001 27478 27680 30392. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 28 Oct 2018 07:16:04 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 24078 24437 24792 24847 24859 26689 26992 27001 27478 27680 30392. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 28 Oct 2018 07:18:01 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 24078 24388 24437 24792 24847 24859 26689 26992 27001 27478 27680 30392. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 28 Oct 2018 07:44:02 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 24078 24388 24437 24792 24847 24859 25323 26689 26992 27001 27478 27680 30392. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 28 Oct 2018 07:45:03 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 24078 24388 24437 24792 24847 24859 25323 25369 26689 26992 27001 27478 27680 30392. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 28 Oct 2018 07:49:02 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 24078 24388 24437 24792 24847 24859 25323 25369 25417 26689 26992 27001 27478 27680 30392. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 28 Oct 2018 07:51:02 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 24078 24388 24437 24792 24847 24859 25323 25369 25417 25510 26689 26992 27001 27478 27680 30392. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 28 Oct 2018 07:53:03 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 24078 24388 24437 24792 24847 24859 25323 25369 25417 25510 25516 26689 26992 27001 27478 27680 30392. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 28 Oct 2018 07:53:03 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 24078 24388 24437 24792 24847 24859 25323 25369 25417 25510 25516 25567 26689 26992 27001 27478 27680 30392. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 28 Oct 2018 08:01:01 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 24078 24388 24437 24792 24847 24859 25161 25323 25369 25417 25510 25516 25567 26689 26992 27001 27478 27680 30392. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Mon, 29 Oct 2018 02:34:02 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 24078 24388 24437 24792 24847 24859 25161 25323 25369 25417 25510 25516 25567 25806 26689 26992 27001 27478 27680 30392. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Mon, 29 Oct 2018 02:41:02 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 24078 24388 24437 24792 24847 24859 25161 25323 25369 25417 25510 25516 25567 25806 25837 26689 26992 27001 27478 27680 30392. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Mon, 29 Oct 2018 02:47:01 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 24078 24388 24437 24792 24847 24859 25161 25323 25369 25417 25510 25516 25567 25806 25837 25982 26689 26992 27001 27478 27680 30392. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Mon, 29 Oct 2018 02:51:03 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 24078 24388 24437 24792 24847 24859 25161 25323 25369 25417 25510 25516 25567 25806 25837 25982 26206 26689 26992 27001 27478 27680 30392. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Mon, 29 Oct 2018 02:57:02 GMT) Full text and rfc822 format available.

Forcibly Merged 23273 24078 24388 24437 24792 24847 24859 25161 25323 25369 25417 25510 25516 25567 25806 25837 25982 26206 26377 26689 26992 27001 27478 27680 30392. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Mon, 29 Oct 2018 03:05:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 26 Nov 2018 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 149 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.