Search found 3 matches

by MaxPonozka
Fri 30 Nov 2018, 12:39
Forum: Puppy Projects
Topic: Fatdog64-800 Alpha / Beta [20 Dec 2018] [CLOSED]
Replies: 333
Views: 177149

Hi,

I have a problem loading sfs-files with the immutable flag set.

Tested:
chattr +i /aufs/devsave/test.sfs
mount -t squashfs -o loop /aufs/devsave/test.sfs /tmp/test
mount: /tmp/test: failed to setup loop device for /aufs/devsave/test.sfs

AND ALSO:
chattr +i /aufs/devsave/test.sfs
losetup -f ...
by MaxPonozka
Fri 30 Nov 2018, 12:35
Forum: Puppy Projects
Topic: Fatdog64-800 Alpha [16 Nov 2018]
Replies: 1
Views: 2296

Fatdog64-800 Alpha [16 Nov 2018]

Hi, I have a problem loading sfs-files with the immutable flag set.

Tested:
mount -t squashfs -o loop /aufs/devsave/test.sfs /tmp/test
mount: /tmp/test: failed to setup loop device for /aufs/devsave/test.sfs

AND ALSO:
losetup -f /aufs/devsave/test.sfs
losetup: /aufs/devsave/test.sfs: failed to set ...
by MaxPonozka
Wed 14 Sep 2016, 06:10
Forum: Puppy Projects
Topic: Fatdog64-710 beta [28 August 2016] [CLOSED]
Replies: 143
Views: 69292

ln command creates wrong links [kernel 4.4.18]

there is an bug in /bin/ln when creating a link twice:

on FatDog64-700 it is ok:
# mkdir /tmp/test
# ln -s /tmp/test /root/testlink
# ln -s /tmp/test /root/testlink
ln: failed to create symbolic link '/root/testlink': File exists
#

but now there is no error message, but a additional wrong link ...