Re: OK, I give..Help?

2007-02-16 Thread sfjro
"Chris Furlough": > > Then you did it. And you see everything under /root/jukebox_cddb/aufs, > > except /proc, /sys, /dev/pts and /dev/shm, don't you? > > Is it enough for you? > > Either I don't understand aufs, or it's not working. After the above mount, > I went to /root, and created a file,

hm weird behavior of unionctl

2007-02-16 Thread Patrick
Hello, I just wanted to play some with 'unionctl' - the one that comes with aufs. Anyway heres what I get: debian-sid:~/aufs/util# ./unionctl / --list /new (rw-) /real_root (r--) -> that looks normal and thus is ok .. now I tried to remount the /real_root branch rw: debian-sid:

Re: mount listing

2007-02-16 Thread Tomas M
> how to use mount.aufs .. I read the source tho, but I dont really > get how to use it .. as a substitute of mount or in conjunction with it? If you're using standard module utilities, /sbin/mount.aufs is called automatically if you use mount -t aufs. So just store mount.aufs in /sbin and you

Re: OK, I give..Help?

2007-02-16 Thread Chris Furlough
> "Chris Furlough": >> What I'd like to be able to do, is to mount something over the whole "/" >> mount point. > > Then you did it. And you see everything under /root/jukebox_cddb/aufs, > except /proc, /sys, /dev/pts and /dev/shm, don't you? > Is it enough for you? Either I don't understand aufs

Re: mount listing

2007-02-16 Thread Patrick
Tomas M schrieb: > Hello Patrick. > Here is the explanation you're looking for, I hope. > > If you use 'mount' command to list all mounted filesystems, it only > reads /etc/mtab and it prints the lines from it. It doesn't care about > the filesystems which are actually mounted, it only cares abou

Re: AUFS Kernel module crashes

2007-02-16 Thread sfjro
"Marty Rosenberg": > so it seems like aufs gets extremely unstable when running with my setup. > After attempting to run a du operation or two, the kernel module crashes. > I'm not sure if it occurs before the module crash, but other actions such as > ls will hang. Other people using the syst

AUFS Kernel module crashes

2007-02-16 Thread Marty Rosenberg
so it seems like aufs gets extremely unstable when running with my setup. After attempting to run a du operation or two, the kernel module crashes. I'm not sure if it occurs before the module crash, but other actions such as ls will hang. Other people using the system have said that they can s

Re: mount listing

2007-02-16 Thread Tomas M
Hello Patrick. Here is the explanation you're looking for, I hope. If you use 'mount' command to list all mounted filesystems, it only reads /etc/mtab and it prints the lines from it. It doesn't care about the filesystems which are actually mounted, it only cares about /etc/mtab. If you use -n

Re: mount listing

2007-02-16 Thread sfjro
Patrick: > Err, I used -n and /etc/mtab exists. I dont get at all, what you're > refering to. My initial question was, wether /etc/fstab needs adaption, > since mount does not list anything unionfs related. But still it works What do you mean adaption? If you use -n option, then /etc/mtab will

Re: mount listing

2007-02-16 Thread Patrick
[EMAIL PROTECTED] schrieb: > Hello Patrick, > > Patrick: > >> Now my question is .. do I have to adapt /etc/fstab at all? What also >> concerns me, is that 'mount' does not show any unionfs/aufs related >> stuff (I run-init'ed into the unionfs tho) .. is that normal? I am >> asking because c