Giter Site home page Giter Site logo

Comments (5)

knorrie avatar knorrie commented on June 7, 2024

Hi, thanks for trying btrfs-heatmap!

Are you sure that it's not the same filesystem? Can you share the output of grep btrfs /proc/self/mounts?

from btrfs-heatmap.

dewitpj avatar dewitpj commented on June 7, 2024

Hi,

Sorry for the delay:

/dev/sdb1 /srv btrfs rw,relatime,space_cache,autodefrag,subvolid=5,subvol=/ 0 0
/dev/sdc1 /srv/temp btrfs rw,relatime,space_cache,subvolid=5,subvol=/ 0 0

from btrfs-heatmap.

knorrie avatar knorrie commented on June 7, 2024

And some more debugging? What does btrfs fi show say?

And if you do this in a python3 session?

>>> import btrfs
>>> btrfs.FileSystem('/srv').fsid
UUID('b9c720e3-c839-4e0b-b708-563d7b424290')  <- will show some different uuid for you
>>> btrfs.FileSystem('/srv/temp').fsid
UUID('7cc60652-cb82-4c13-81c0-6ca221e4e62e') <- and this should show a different one again

I'd really expect these two uuids to be different.

And, if you run those exact btrfs-heatmap commands with the option -v, and without the -o option, does it generate two pictures with the same filesystem uuid in the name?

from btrfs-heatmap.

dewitpj avatar dewitpj commented on June 7, 2024

wow - ok - very sorry about this....seems something got crossed over somewhere - turns out that I was using /srv/temp and I should have used /srv/some_other_name

Again, very sorry :(

from btrfs-heatmap.

knorrie avatar knorrie commented on June 7, 2024

Ok, no problem, good to hear you figured it out. :) Have fun creating pictures.

from btrfs-heatmap.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.