Re: Mounting device using UUID by non-root

2021-03-25 Thread Joe Zeff
On 3/25/21 5:51 AM, Patrick O'Callaghan wrote: Add a line to /etc/fstab, specifying 'user' as one of the mount options. And, if you don't want it mounted at boot, put in noauto as well. ___ users mailing list -- users@lists.fedoraproject.org To unsubs

Re: btrfs system slow down with 100GB file

2021-03-25 Thread Roberto Ragusa
On 3/25/21 4:25 AM, Chris Murphy wrote: It might be appropriate to set dirty_bytes to 500M across the board, desktop and server. And dirty_background to 1/4 that. But all of these are kinda rudimentary guides. What we really want is something that knows what the throughput of the storage is, and

Re: Cron errors(?) in logwatch

2021-03-25 Thread Tom Horsley
On Thu, 25 Mar 2021 08:58:20 -0500 SternData wrote: > In F33's logwatch, I'm seeing a CRON block full of lines like this: > > This seems to be new. Yep, new: https://bugzilla.redhat.com/show_bug.cgi?id=1941630 ___ users mailing list -- users@lists.fed

Cron errors(?) in logwatch

2021-03-25 Thread SternData
In F33's logwatch, I'm seeing a CRON block full of lines like this: This seems to be new. Or, at least, I can't tie it to anything I've done diffrently - Cron Begin **Unmatched Entries** CMDEND (run-parts /etc/cron.hourly) -- -- Steve __

Re: btrfs system slow down with 100GB file

2021-03-25 Thread Richard Shaw
On Wed, Mar 24, 2021 at 11:05 PM Chris Murphy wrote: > On Wed, Mar 24, 2021 at 6:09 AM Richard Shaw wrote: > > > > I was syncing a 100GB blockchain, which means it was frequently getting > appended to, so COW was really killing my I/O (iowait > 50%) but I had > hoped that marking as nodatacow wo

Re: BTRFS settings for media storage

2021-03-25 Thread Richard Shaw
On Wed, Mar 24, 2021 at 11:26 PM Chris Murphy wrote: > On Wed, Mar 24, 2021 at 3:47 PM Richard Shaw wrote: > > > > I've been running MythTV for about 10 years now and I've finally > outgrown my media storage, currently a single 4TB disk drive. I have > purchased 3 additional drives of the same m

Re: Mounting device using UUID by non-root

2021-03-25 Thread Patrick O'Callaghan
On Wed, 2021-03-24 at 18:20 -0700, Geoffrey Leach wrote: > Suppose I have a USB stick with UUID 1234. I am able to mount it as > root > # mount UUID=1234 /Media > or as a non-root user > % sudo  mount UUID=1234 /Media > unsafe! > > Question: is there any way to perform the mount (f