Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden. Du solltest ein Upgrade durchführen oder ein alternativer Browser verwenden.
test@fritz:~$ mkdir -p /var/tmp/dir1/dir2/dir3
test@fritz:~$ ls -ld /var/tmp/dir1
drwxr-xr-x 3 test test 60 Apr 30 23:01 /var/tmp/dir1
test@fritz:~$ ls -ld /var/tmp/dir1/dir2
drwxr-xr-x 3 test test 60 Apr 30 23:01 /var/tmp/dir1/dir2
I deselected the ext2 module and used that build as my usbroot filesystem, but it always crashes. Often before I can ssh in and when I can it always crashes soon after logging in.
Or did you mean I should make the basic image with the usbroot package without the ext2 module, and not the usb filesystem without the ext2 module?
The AVM 7340 firmware has it's own ext2-Module. So it isn't neccessary to overwrite it. I didn't remeber that you are using usbroot on your 7340. You will have to attach your stick to the PC and copy ext2.ko from freetz-trunk/build/original/filesystem/lib/modules/... to the freetz fs.
Considering I have the same issue with ext3, could it be it has something to do with usbroot? I use the same setup on my 7170 and there everything's fine.
The culprit was the freetz ext2 module. Does this mean the freetz ext2 module has to be altered to make it work with the 7340?
Created directories are now, as they should be, owned by the user:
Code:
test@fritz:~$ mkdir -p dir1/dir2/dir3
test@fritz:~$ ls -ld dir1
drwxrwsr-x 3 test test 4096 May 1 23:50 dir1
test@fritz:~$ ls -ld dir1/dir2
drwxrwsr-x 3 test test 4096 May 1 23:50 dir1/dir2
test@fritz:~$ ls -ld dir1/dir2/dir3
drwxrwsr-x 2 test test 4096 May 1 23:50 dir1/dir2/dir3
Thank you so much for taking the time to help me with this, you're awesome!