Re: [PATCH] int (*readpage)(struct file *, struct page *);

2000-05-12 Thread Andrew Clausen
ys welcome to help with this one. Is someone working on this? This is something that should probably go in GNU Parted at some point. This shouldn't be a big deal, but it would be useful to talk about it. I might even be able to help, although NTFS resizing is higher priority... Andrew Clausen

Re: ext2 feature request

2000-05-01 Thread Andrew Clausen
hether or not to code this above idea before > or after the 1.19 release. :-) So can your ext2 resizer move the start? Can it move it, even if the blocks don't align? Andrew Clausen

Re: ext2 feature request

2000-05-01 Thread Andrew Clausen
"Stephen C. Tweedie" wrote: > On Fri, Apr 28, 2000 at 08:09:21PM +1000, Andrew Clausen wrote: > > > > Is it possible to have a gap between the super-block and the > > start of group 0's metadata? > > Yes. It's called the "s_first_data_block&

Re: ext2 feature request

2000-04-30 Thread Andrew Clausen
partition (0x85). Could we use that? It would probably screw up fdisk, but everyone will be using parted anyway ;-) (Seriously: we could change fdisk) Andrew Clausen

Re: ext2 feature request

2000-04-29 Thread Andrew Clausen
tion. We need something that DOS recognises as a single vanilla partition. Andrew Clausen

Re: ext2 feature request

2000-04-29 Thread Andrew Clausen
up :-( I know this is messy, but: it's probably possible to fake it at the partition table end. I.e., have some magic partition type that has some header, saying where the "real" start of the partition is, etc. Argghh. Forget it. * clausen swears in M$'s general direction Andrew Clausen

ext2 feature request

2000-04-28 Thread Andrew Clausen
llow us to keep all the blocks aligned properly, during a resize. Thanks! Andrew Clausen

[Fwd: [linux-audio-dev] info point on linux hdr]

2000-04-14 Thread Andrew Clausen
Hi all, Any comments? i mentioned in some remarks to benno how important i thought it was to preallocate the files used for hard disk recording under linux. i was doing more work on ardour yesterday, and had the occasion to create some new "tapes", of lengths from 2 to 40 minutes. the simple

Re: /proc/mounts, /dev/root

2000-03-19 Thread Andrew Clausen
"Patrick J. LoPresti" wrote: > > Try "cat /proc/sys/kernel/real-root-dev". Convert to hex and maybe > you will see something familiar. Or maybe not :-). This is exactly what I need! Thanks! Andrew Clausen

Re: /proc/mounts, /dev/root

2000-03-18 Thread Andrew Clausen
y, I can't force/recommend users use devfs. Also, Parted will be run *after* any chroot, so copying rdev is out of the question. Anyone have any other suggestions? Thanks, Andrew Clausen

Re: /proc/mounts, /dev/root

2000-03-17 Thread Andrew Clausen
Tim Waugh wrote: > > On Fri, 17 Mar 2000, Andrew Clausen wrote: > > > > stat / > > > > Doesn't work with chroot :-( > > Can you mount proc? stat /proc/1/cwd..? Permission denied (even as root), for obvious reasons. Andrew Clausen

Re: /proc/mounts, /dev/root

2000-03-17 Thread Andrew Clausen
Tigran Aivazian wrote: > even if you chroot somewhere, rdev will still show the correct root: What if rdev isn't on the chroot'ed root? Also, does rdev need find the kernel image, or does it ask the kernel? Thanks! Andrew Clausen

Re: /proc/mounts, /dev/root

2000-03-17 Thread Andrew Clausen
Tim Waugh wrote: > > On Thu, 16 Mar 2000, Andrew Clausen wrote: > > > Is there any way to find out what /dev/root is? > > (My motivation is to check if a partition is mounted) > > stat / Doesn't work with chroot :-( /proc isn't smart enough to tell if it&

/proc/mounts, /dev/root

2000-03-16 Thread Andrew Clausen
what /dev/root is? (My motivation is to check if a partition is mounted) I don't think checking /etc/fstab for "/" would be a good solution. If a user chroot's, to run Parted off the hard disk (after booting off a floppy), /etc/fstab wouldn't match. Any ideas? Andrew Clausen

call for fsresize testers

1999-03-05 Thread Andrew Clausen
http://www.alphalink.com.au/~clausen/fsresize Andrew Clausen