Page 4 of 6 FirstFirst ... 23456 LastLast
Results 31 to 40 of 51

Thread: fusecompress on knoppix-data.img?

  1. #31
    Senior Member
    Join Date
    Jan 2011
    Posts
    123
    rsync story didn't work out, cause after an rsync + delete you get nfs stale locks

  2. #32
    Senior Member
    Join Date
    Jan 2011
    Posts
    123
    Nfs stale locks can be overcome by remounting /UNIONFS. Here is the problem, with a (kinda) clean knoppix I can't unmount an aufs mount point, just mounting.
    Is this normal?
    Can I fix this easily?

  3. #33
    Senior Member registered user
    Join Date
    Dec 2009
    Posts
    423
    Quote Originally Posted by dinosoep View Post
    Here is the problem, with a (kinda) clean knoppix I can't unmount an aufs mount point, just mounting.
    Is this normal?
    If you mount your own aufs mount point, you should be able to umount it.
    However if you want to umount KNOPPIX mount point, you can't do it.
    I mentioned this sometime ago, but probably no one notices it and no one bothers about it.

    As result, when Knoppix shutdowns down, knoppix does not manage to umount everything before it halts. PROBABLY it does not matter if you mount the persistent file over file system such as VFAT and ext2/ext3. But if you mount Knoppix persistent file over NTFS, Knoppix kills the fuse process before shutdown and and it can corrupt the persistent file system.

    If you ask is this normal, then I would say it is not normal but it is a knoppix behaviour.

    Can I fix this easily?
    Yes this can be fixed but perhaps not so easily. In my own customization I umount EVERYTHING before shutdown down.

  4. #34
    Senior Member
    Join Date
    Jan 2011
    Posts
    123
    Well kl522, I want to unmount the /UNIONFS mount point and then remount that. For some crazy reason I am not able to do this.
    And it would be great if you could share your fixes with us as your solution seems way cleaner compared to the default knoppix behaviour

  5. #35
    Senior Member registered user
    Join Date
    Dec 2009
    Posts
    423
    Quote Originally Posted by dinosoep View Post
    Well kl522, I want to unmount the /UNIONFS mount point and then remount that. For some crazy reason I am not able to do this.
    And it would be great if you could share your fixes with us as your solution seems way cleaner compared to the default knoppix behaviour
    Before I share with you how I accomplish "clean unmounting' of the entire KNOPPIX system, I would like to understand a bit more. Can you explain to us why do you want to unmount /UNIONFS and then remount it ?

    If you are trying to do all this in the middle of system running, I think the chances of it succeeding will be slim. If you are trying to do this while the system is shutting down, chances of it succeeding will be higher. Because to umount /UNIONFS you will have to kill the processes which are using the file system.

    I succeeded in umount /UNIONFS, /KNOPPIX-DATA and /mnt-system, but all these are done during system shutdown.

  6. #36
    Senior Member
    Join Date
    Jan 2011
    Posts
    123
    when I use rsync to copy everything from ramdisk to knoppix-data there is no problem but as soon as I remove everything from the knoppix-data-ramdisk (after a copy) I get nfs stale handle. This is because the filesystem still thinks to know where the files are while in fact they are moved to somewhere else.
    Every site I came up with suggested remounting the whole package and I don't see a better solution

  7. #37
    Senior Member registered user
    Join Date
    Dec 2009
    Posts
    423
    A quick check on the script aubrsync also contains rsync however it does not contain umount, but it does include 'remount'. So I suggest you still use aubrsync. What you need to do is to manually copy 'mount.aufs' to /sbin, aubrsync to /usr/bin, since your 'make install' has failed. There is no need to 'umount' before you 'remount'.

    If you want I can post you my compiled aufs-utils. But it was done for kernel 2.6.38.7 which I am not sure it will be compatible with your kernel.

  8. #38
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    802
    Quote Originally Posted by kl522 View Post
    A quick check on the script aubrsync also contains rsync however it does not contain umount, but it does include 'remount'. So I suggest you still use aubrsync. What you need to do is to manually copy 'mount.aufs' to /sbin, aubrsync to /usr/bin, since your 'make install' has failed. There is no need to 'umount' before you 'remount'.

    If you want I can post you my compiled aufs-utils. But it was done for kernel 2.6.38.7 which I am not sure it will be compatible with your kernel.
    I think it would be nice to have the complete aufs2-package compiled with the kernel version of the actual release - as a starting point. Speaking for myself, I'm pretty sure that I will be able to break things during kernel updates, so I think I need a safe and stable place to start. From sourceforge, it seems that basically the same aufs2 version goes with a series of kernel releases?

    In addition, could there be compatibility problems with 32/64-bits compiles?

    As result, when Knoppix shutdowns down, knoppix does not manage to umount everything before it halts. PROBABLY it does not matter if you mount the persistent file over file system such as VFAT and ext2/ext3. But if you mount Knoppix persistent file over NTFS, Knoppix kills the fuse process before shutdown and and it can corrupt the persistent file system.

    If you ask is this normal, then I would say it is not normal but it is a knoppix behaviour.

    Can I fix this easily?
    Yes this can be fixed but perhaps not so easily. In my own customization I umount EVERYTHING before shutdown down.
    I think your way is the right way here. And I really can't see why this should not be fixed, as it may also provide keys to better and safer system administration. I see very little reason for not having two alternatives on exiting X: The ordinary command-line, and the basic start position where /UNIONFS is unmounted. The ordinary shutdown/reboot then proceeds through the basic stage, with several possibilities for adding in system administration procedures.

    BTW, maybe we should ask the aufs developer to include a restricted varaiant of aufs-mounting branches from aufs-mounted volumes? It is mentioned among future possibilities, and one major reason why aufs is invisible and not too useful for our day-to-day tasks with Knoppix, is that we can't perform anything unless we have volumes outside of /UNIONFS mounted.

    Typical uses would be database storage directories, where a cloop startup is unified with extra storage (outside the persistent image), or web content, like directories with large downloadable files.

  9. #39
    Senior Member
    Join Date
    Jan 2011
    Posts
    123
    Well, that was the problem kl522, when you remount "sudo mount -o remount" it throws those
    /sbin/mount.aufslink.c:223: AUFS_CTL_PLINK_MAINT: Inappropriate ioctl for device
    errors.
    It would be great to have a starting point with an actually working mount - umount - remount for aufs

  10. #40
    Senior Member registered user
    Join Date
    Dec 2009
    Posts
    423
    Quote Originally Posted by dinosoep View Post
    Well, that was the problem kl522, when you remount "sudo mount -o remount" it throws those
    /sbin/mount.aufslink.c:223: AUFS_CTL_PLINK_MAINT: Inappropriate ioctl for device
    errors.
    This is because the /usr/include/linux/aufs_type.h included in Knoppix is a very very old version. Either you fix it yourself or you have to get Klaus Knopper to fix it.

    Also your downloaded aufs-utils source code is questionable too, as we discussed earlier, it does not seem to compile a few other programs.

    It would be great to have a starting point with an actually working mount - umount - remount for aufs
    There is also a design problem with this approach. As I mentioned before, because /UNIONFS is kind of the root file system for Knoppix. If you insist on unmounting it, though it can be done, but it is only suitable during system shutdown. Meaning, your 'no-wear' thingie is only able to flush the changes during system shutdown. So if there is a power failure in between, you lose all the changes.

    Anyway I have included my compiled aufs2-tools for kernel 2.6.38. If you test the tools against a non-root file system, you can convince yourself that it is working.

    http://dl.free.fr/pFytkL0aw

    I believe you will still have other errors even with using the said tools, for reason that /UNIONFS is kind of the root file system for Knoppix.

Page 4 of 6 FirstFirst ... 23456 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


For Lenovo Yoga C740-14IML LCD Touch Screen w/ Bezel 14

For Lenovo Yoga C740-14IML LCD Touch Screen w/ Bezel 14" FHD 30 Pin 5D10S39587

$100.00



Lenovo IdeaPad 5i Slim 5 16IRL8 16

Lenovo IdeaPad 5i Slim 5 16IRL8 16" (512GB SSD, Intel Core i5-1335U, 1.30GHz,...

$422.10



Lenovo ThinkPad P14s Gen1 14

Lenovo ThinkPad P14s Gen1 14" FHD Ryzen 4750U 16GB 512GB SSD W10P - 20Y10011US

$625.00



Lenovo Ideapad 1i 15.6

Lenovo Ideapad 1i 15.6" FHD Notebook Intel Core i5-1235U 8GB RAM 256GB SSD

$339.99



Lenovo IP 5 16IAU7 16

Lenovo IP 5 16IAU7 16" 2.5K Chromebook i3-1215U 8GB Ram 128GB eMMC Chrome OS

$219.99



Lenovo Legion Pro 5i 16

Lenovo Legion Pro 5i 16" Gaming Laptop RTX 4070 8GB i9-13900HX 16GB RAM 1TB SSD

$1399.99



Lenovo Loq 15Irh8 15

Lenovo Loq 15Irh8 15" Laptop Core i5-13420H GeForce RTX 2050 16GB 512GB SSD W11H

$519.99



Lenovo LOQ 15.6

Lenovo LOQ 15.6" Gaming Laptop FHD 144Hz i7-13700H 16GB RAM 1TB SSD RTX 4060 8GB

$949.99



Lenovo Notebook ThinkPad T14 Gen 4 Laptop, 14

Lenovo Notebook ThinkPad T14 Gen 4 Laptop, 14" IPS, i7-1365U vPro®, 32GB

$628.19



Lenovo ThinkPad L15 15.6” FHD Laptop AMD Ryzen 5 16GB RAM 512GB SSD Windows 10 picture

Lenovo ThinkPad L15 15.6” FHD Laptop AMD Ryzen 5 16GB RAM 512GB SSD Windows 10

$249.99