Re: mkdir: cannot create directory ... : Invalid argument

2023-02-13 Thread Greg Wooledge
On Sun, Feb 12, 2023 at 10:56:18PM -0600, David Wright wrote: > BTW, I didn't bother to look at the code in your example because > I didn't see any relevance to the error/question. AFAICT you're > just trying to create a file (or directory) on different filesystems. > You don't need a load of shell

Re: mkdir: cannot create directory ... : Invalid argument

2023-02-12 Thread David Wright
On Mon 13 Feb 2023 at 01:44:15 (+), Albretch Mueller wrote: > On 2/12/23, David Wright wrote: > > On Sun 12 Feb 2023 at 21:04:35 (+), Albretch Mueller wrote: > >> > >> I thought the problem related the encoding of characters of the URL > >> from which I was that string, but it is not the

Re: mkdir: cannot create directory ... : Invalid argument

2023-02-12 Thread Albretch Mueller
On 2/12/23, David Wright wrote: > On Sun 12 Feb 2023 at 21:04:35 (+), Albretch Mueller wrote: >> >> I thought the problem related the encoding of characters of the URL >> from which I was that string, but it is not the case. So, the problem >> seems to relate to a dot as the last character of

Re: mkdir: cannot create directory ... : Invalid argument

2023-02-12 Thread David Wright
On Sun 12 Feb 2023 at 21:04:35 (+), Albretch Mueller wrote: > > I thought the problem related the encoding of characters of the URL > from which I was that string, but it is not the case. So, the problem > seems to relate to a dot as the last character of the name of a > subdirectory on Windo

Re: mkdir: cannot create directory ... : Invalid argument

2023-02-12 Thread Nito
On Sun, Feb 12, 2023 at 21:04:35 +, Albretch Mueller wrote: > while in the Windows NT directory: > [...] > mkdir: cannot create directory ‘WeltUndWirkungsprinzip2.Aufl.’: Invalid > argument > [...] > /dev/sda1 fuseblk 286G 274G 12G 96% /media/user/<...> > > [...] So, the problem >

Re: mkdir: cannot create directory ... : Invalid argument

2023-02-12 Thread Greg Wooledge
On Sun, Feb 12, 2023 at 09:04:35PM +, Albretch Mueller wrote: > while in the Windows NT directory: Is the NT file system mounted read-only, or read-write? Is it mounted using ntfs-3g, or the native Linux driver? The latter probably can't mount it read-write. There may also be something to

mkdir: cannot create directory ... : Invalid argument

2023-02-12 Thread Albretch Mueller
1) From the live DVD, I am running: $ sudo uname -a Linux debian 5.10.0-18-amd64 #1 SMP Debian 5.10.140-1 (2022-09-02) x86_64 GNU/Linux 2) using as desktop environment: echo $XDG_CURRENT_DESKTOP XFCE ~ I am able to make a directory while I am in "/home/user" but not inside of a directory which