tunefs -p doesn't work for read-write mounts

2000-03-03 Thread Sheldon Hearn
Hi folks, Shouldn't I be able to show the current tuneables for a given filesystem? # tunefs -p /usr tunefs: cannot work on read-write mounted file system This is on a recent CURRENT. Ciao, Sheldon. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the

Re: tunefs -p doesn't work for read-write mounts

2000-03-03 Thread David Malone
On Fri, Mar 03, 2000 at 11:23:33AM +0200, Sheldon Hearn wrote: Shouldn't I be able to show the current tuneables for a given filesystem? # tunefs -p /usr tunefs: cannot work on read-write mounted file system Tunefs seems to have had trouble with being given filesystem names for a bit.

Re: tunefs -p doesn't work for read-write mounts

2000-03-03 Thread Peter Edwards
I just send-pr'ed a patch for this: misc/17143 David Malone wrote: On Fri, Mar 03, 2000 at 11:23:33AM +0200, Sheldon Hearn wrote: Shouldn't I be able to show the current tuneables for a given filesystem? # tunefs -p /usr tunefs: cannot work on read-write mounted file system

Re: tunefs -p doesn't work for read-write mounts

2000-03-03 Thread Devin Butterfield
Sheldon Hearn wrote: Hi folks, Shouldn't I be able to show the current tuneables for a given filesystem? # tunefs -p /usr tunefs: cannot work on read-write mounted file system This is on a recent CURRENT. AFAIK, you always need to do this with unmounted file systems. Unless of

Re: tunefs -p doesn't work for read-write mounts

2000-03-03 Thread Jeffrey J. Mountin
At 03:14 AM 3/3/00 -0800, Devin Butterfield wrote: Sheldon Hearn wrote: Hi folks, Shouldn't I be able to show the current tuneables for a given filesystem? # tunefs -p /usr tunefs: cannot work on read-write mounted file system This is on a recent CURRENT. AFAIK, you always need to

Re: tunefs -p doesn't work for read-write mounts

2000-03-03 Thread Luoqi Chen
Hi folks, Shouldn't I be able to show the current tuneables for a given filesystem? # tunefs -p /usr tunefs: cannot work on read-write mounted file system This is on a recent CURRENT. Ciao, Sheldon. You were supposed to use a raw device for a mounted fs, but that no longer works