Re: tunefs throws mount error

2020-08-08 Thread Christos Zoulas
In article , Michael van Elst wrote: >ci4...@gmail.com (Chavdar Ivanov) writes: > >># tunefs -o time /dev/rdk5 >>tunefs: tuning /dev/rdk5 >>tunefs: optimization preference remains unchanged as time >>tunefs: mount of /dev/dk1 on / updated <== > >If the device is "mounted", tunefs triggers a

Re: tunefs throws mount error

2020-08-06 Thread Michael van Elst
ci4...@gmail.com (Chavdar Ivanov) writes: ># tunefs -o time /dev/rdk5 >tunefs: tuning /dev/rdk5 >tunefs: optimization preference remains unchanged as time >tunefs: mount of /dev/dk1 on / updated <== If the device is "mounted", tunefs triggers a mount -u to push changes into the kernel.

Re: tunefs throws mount error

2020-08-06 Thread Chavdar Ivanov
On Thu, 6 Aug 2020 at 14:50, Thomas Klausner wrote: > > On Thu, Aug 06, 2020 at 01:21:34PM +0100, Chavdar Ivanov wrote: > > On Thu, 6 Aug 2020 at 13:51, Thomas Klausner wrote: > > > > > > Hi! > > > > > > I've added a new disk and newfsed it. Then I ran tunefs and saw: > > > > > > # tunefs -o

Re: tunefs throws mount error

2020-08-06 Thread Thomas Klausner
On Thu, Aug 06, 2020 at 01:21:34PM +0100, Chavdar Ivanov wrote: > On Thu, 6 Aug 2020 at 13:51, Thomas Klausner wrote: > > > > Hi! > > > > I've added a new disk and newfsed it. Then I ran tunefs and saw: > > > > # tunefs -o time /dev/rdk10 > > tunefs: tuning /dev/rdk10 > > tunefs: optimization

Re: tunefs throws mount error

2020-08-06 Thread Chavdar Ivanov
On Thu, 6 Aug 2020 at 13:51, Thomas Klausner wrote: > > Hi! > > I've added a new disk and newfsed it. Then I ran tunefs and saw: > > # tunefs -o time /dev/rdk10 > tunefs: tuning /dev/rdk10 > tunefs: optimization preference remains unchanged as time > tunefs: mount: Invalid argument $ uname -a

tunefs throws mount error

2020-08-06 Thread Thomas Klausner
Hi! I've added a new disk and newfsed it. Then I ran tunefs and saw: # tunefs -o time /dev/rdk10 tunefs: tuning /dev/rdk10 tunefs: optimization preference remains unchanged as time tunefs: mount: Invalid argument I don't remember seeing this last line before. 9.99.69/amd64 Thomas