Issue #567 has been updated by gitlab thnx.
Maybe it's about ntfs version or mounting options? (thx)
`ntfs-3g --version`
```
'ntfs-3g 2021.8.22 integrated FUSE 28 - Third Generation NTFS Driver
Configuration type 7, XATTRS are on, POSIX ACLS are on'
```
`mount | grep -e 'fuseb
Issue #567 has been updated by Maximilian Brune.
`ntfs-3g --version`
```
ntfs-3g 2022.10.3 external FUSE 29
```
`mount | grep -e 'fuseblk' -e 'ntfs'`
```
/dev/sda1 on /mnt type fuseblk
(rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
```
`uname -a`
```
Linux mmax 6.11.3
Issue #567 has been updated by Maximilian Brune.
I now tried (2 times) to format one of my USB sticks with a NTFS partition and
cloned the repository in there with:
```
git clone --recursive "https://github.com/coreboot/coreboot";
```
And `git status` and `git log` work fine. I can't seem to rep
3 matches
Mail list logo