Skip to content
  • 0 Votes
    33 Posts
    0 Views
    stefano@mastodon.bsd.cafeS
    @Simplicator sorry, I can't help you, I don't think I've ever tried it. I'm usually syncing with a caldav/carddav server so never tried the local route
  • TIL zfs-userspace(8)

    World freebsd til zfs
    1
    0 Votes
    1 Posts
    0 Views
    ?
    There are 141 tips in the FreeBSD tips file that is displayed by fortune every time you log into a FreeBSD system. root@geonosis:~ # grep -E '^%' /usr/share/games/fortune/freebsd-tips | wc -l 141 Most of the time, I know the tips very well. Sometime, however, I do learn a new thing.Today I Learned thatTo set a quota of 10 GB for the user named foo on a ZFS dataset, run the following command: # zfs set userquota@foo=10G pool/home/foo The zfs userspace command can display the quota and current space usage: # zfs userspace pool/home/foo To unset a quota, assign "none" as the value. -- Benedict Reuschling <bcr@FreeBSD.org> This is actually two tips in one. First, is the userquota in a filesystem, and the second one is how to see these quotas, which I had no idea about.So I tried running it on one of my larger systemsroot@geonosis:~ # zfs list genomic/abi/proj/cfdna NAME USED AVAIL REFER MOUNTPOINT genomic/abi/proj/cfdna 39.9T 7.10T 39.9T /mnt/proj/cfdna root@geonosis:~ # zfs userspace -S used genomic/abi/proj/cfdna TYPE NAME USED QUOTA OBJUSED OBJQUOTA POSIX User 10039 22.1T none 78.6K none POSIX User 10017 6.64T none 102K none POSIX User 10048 6.35T none 110K none POSIX User 10052 4.51T none 7.11K none POSIX User 10011 326G none 1.34K none POSIX User 10065 1.42G none 14.7K none POSIX User 10012 51.3M none 1.77K none POSIX User 10001 125K none 13 none POSIX User 10018 38.1K none 3 none POSIX User 10031 1.50K none 3 none POSIX User root 512B none 1 none I don’t integrate our storage systems with LDAP, instead we just use the UIDs in permissions, but I can check who that is on another system.antranigv@ssh-02:~$ id -nu 10039 anahit Time to inform anahit that she has the record for most used storage in our largest project That’s all folks…
  • bzfs-1.23.0 is out : r/zfs

    BSD Cafe Lounge zfs openzfs freebsd bzfs
    1
    5 Votes
    1 Posts
    124 Views
    grahamperrinG
    https://www.reddit.com/r/zfs/comments/1uo72bi/bzfs1230_is_out/ … bzfs is a CLI for reliable ZFS snapshot replication using zfs send/receive and SSH. It is meant for the boring-but-important corner of infrastructure where "probably replicated" is not the vibe. The main bit in this release: bzfs can now drive recursive resumable ZFS stream packages …
  • OpenZFS is amazing

    BSD Cafe Lounge openzfs zfs kubuntu linux
    4
    0 Votes
    4 Posts
    183 Views
    grahamperrinG
    hardware corruption?! Sometimes, errors occur when the USB connection is physically disturbed. Other times, there's no obvious explanation. I might be hands-off, with my cat nowhere near, at the time.
  • 4 Votes
    5 Posts
    205 Views
    grahamperrinG
    … Let's move on. It's still quite newsworthy; Cody Franklin used the phrase "recently". Until yesterday, I never heard anyone from TrueNAS or IXsystems talk about the transition. I learnt something new.
  • 1 Votes
    1 Posts
    106 Views
    CiotBSDC
    See: https://www.rubenerd.au/bsd-bottles-of-water-and-positive-habits/