• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

File Formats - HFS & XFS

Scheduled Pinned Locked Moved Unsolved
Feature Request
6
22
7.2k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q
    Quazz Moderator @latelier
    last edited by Aug 25, 2016, 3:50 PM

    @latelier 7945 is several months old, not sure if XFS quite made it at that point. For the actual XFS partition it should be capturing under XFS mode, not RAW.

    I don’t believer resizeable is an option for XFS, though, but could be wrong.

    L 1 Reply Last reply Aug 25, 2016, 6:56 PM Reply Quote 2
    • L
      latelier @Wayne Workman
      last edited by Aug 25, 2016, 3:51 PM

      @Wayne-Workman said in File Formats - HFS & XFS:

      A good reason to not have fusion drives. I want to control my computer, not the other way around.

      Yep, unfortunately they come bundle with the iMacs…
      There’s no way out 😞

      1 Reply Last reply Reply Quote 0
      • W
        Wayne Workman
        last edited by Aug 25, 2016, 3:54 PM

        Move to the latest RC please, see how that goes.

        Additionally, the latest RC has support for net booting Macs - if you’re running DHCP on your FOG server that is.

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        L 1 Reply Last reply Aug 25, 2016, 7:22 PM Reply Quote 0
        • L
          latelier @Quazz
          last edited by Aug 25, 2016, 6:56 PM

          @Quazz said in File Formats - HFS & XFS:

          @latelier 7945 is several months old, not sure if XFS quite made it at that point. For the actual XFS partition it should be capturing under XFS mode, not RAW.

          I don’t believer resizeable is an option for XFS, though, but could be wrong.

          Ok thanks, I’ll give it a shot.
          I’ll try to update to the latest Trunk version and see if it transfers in XFS.

          1 Reply Last reply Reply Quote 0
          • L
            latelier @Wayne Workman
            last edited by Aug 25, 2016, 7:22 PM

            @Wayne-Workman said in File Formats - HFS & XFS:

            Move to the latest RC please, see how that goes.

            Additionally, the latest RC has support for net booting Macs - if you’re running DHCP on your FOG server that is.

            Thanks for the info.
            We had OSX net bootin working on our current FOG implementation but we had to modify DHCP config files.
            Maybe with this update that fix is not required.

            W 1 Reply Last reply Aug 25, 2016, 7:23 PM Reply Quote 0
            • W
              Wayne Workman @latelier
              last edited by Aug 25, 2016, 7:23 PM

              @latelier said in File Formats - HFS & XFS:

              Maybe with this update that fix is not required.

              Please let us know how it goes.

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
              Daily Clean Installation Results:
              https://fogtesting.fogproject.us/
              FOG Reporting:
              https://fog-external-reporting-results.fogproject.us/

              1 Reply Last reply Reply Quote 0
              • T
                Tom Elliott @latelier
                last edited by Aug 25, 2016, 10:48 PM

                @latelier, @Quazz is absolutely correct. Resizable will not work as you may imagine for the xfs partition. The shrinking down shouldn’t be too hard, but expanding would cause issues. That’s not to say it cannot be done, but I don’t have a clue as to how to implement

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                1 Reply Last reply Reply Quote 0
                • T
                  Tom Elliott
                  last edited by Aug 25, 2016, 10:52 PM

                  Sorry I mixed that up. You can expand, you can’t shrink. At least not yet.

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                  1 Reply Last reply Reply Quote 0
                  • J
                    jdd49
                    last edited by Aug 26, 2016, 1:09 AM

                    I just wanted to take a minute to share what I know about this subject.

                    XFS
                    Does not have the ability to shrink period. It can only grow. The only possible solution is to do a file backup using something like xfsdump, then recreate the filesystem. Or make the smallest partition possible when you first install, then grow after imaging.

                    OSX
                    There is nothing special about fusion drives, the issue is that fusion drives are coupled with OSX’s core storage feature. Core storage is basically lvm for mac. When using a fusion drive a volume group is created and spread across the two drives, giving you added speed on the ssd portion. I assure you the drive is not hidden and you still control over your drives. It just appears as one drive. You will most likely never be able to image core storage from a linux environment except as raw. It’s like when you want to capture lvm on linux you need to active the lvm first or it will be captured as raw, the only problem is there is no way to activate core storage on linux.

                    Hope that helps.

                    L 1 Reply Last reply Aug 26, 2016, 3:07 PM Reply Quote 2
                    • S
                      Sebastian Roth Moderator
                      last edited by Aug 26, 2016, 5:41 AM

                      @latelier There has been a dicussion on core storage before: https://forums.fogproject.org/topic/7990/apple-fusion-drive/3

                      As I said in the other thread it should be possible to add core storage/LVM support to FOG. Anyone keen to join this “subproject”? I might be having some time to do that in winter. But only if someone who wants to use it is part of it.

                      See here on how to convert a core storage drive to normal HFS+ volumes without data loss in just a few seconds (I’ve tested this a couple of times without ever seeing an issue!): http://awesometoast.com/yosemite-core-storage-and-partition-woes/

                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                      L 1 Reply Last reply Aug 26, 2016, 2:27 PM Reply Quote 0
                      • L
                        latelier @Sebastian Roth
                        last edited by Sebastian Roth Aug 30, 2016, 3:45 AM Aug 26, 2016, 2:27 PM

                        @Sebastian-Roth said in File Formats - HFS & XFS:

                        See here on how to convert a core storage drive to normal HFS+ volumes without data loss in just a few seconds (I’ve tested this a couple of times without ever seeing an issue!): http://awesometoast.com/yosemite-core-storage-and-partition-woes/

                        Unfortunately on that post, it seems he’s using only 1 drive, so it is “core storage” but not in a fusion drive.
                        See a Fusion drive here as a comparison, It’s not “revertible”.

                        CoreStorage logical volume groups (1 found)
                        |
                        +-- Logical Volume Group EC2A5908-F8A5-42AF-8F73-D8AAFE586074
                            =========================================================
                            Name:         Internal Drive
                            Status:       Online
                            Size:         505527934976 B (505.5 GB)
                            Free Space:   0 B (0 B)
                            |
                            +-< Physical Volume 5F0BF75B-54D5-4B25-ACBA-EAE2AD03C130
                            |   ----------------------------------------------------
                            |   Index:    0
                            |   Disk:     disk1s2
                            |   Status:   Online
                            |   Size:     120988852224 B (121.0 GB)
                            |
                            +-< Physical Volume 73046115-73BE-4B41-922F-67CFCAF204E0
                            |   ----------------------------------------------------
                            |   Index:    1
                            |   Disk:     disk0s2
                            |   Status:   Online
                            |   Size:     384539082752 B (384.5 GB)
                            |
                            +-> Logical Volume Family 44D991B6-0383-4BE7-AFC9-C30028F4560B
                                ----------------------------------------------------------
                                Encryption Type:         None
                                |
                                +-> Logical Volume BDA2815B-A7B1-4E14-B36E-A87EB6C7B42A
                                    ---------------------------------------------------
                                    Disk:                  disk2
                                    Status:                Online
                                    Size (Total):          499672678400 B (499.7 GB)
                                    Revertible:            No
                                    LV Name:               Macintosh HD
                                    Volume Name:           Macintosh HD
                                    Content Hint:          Apple_HFS
                                    LVG Type:              Fusion, Sparse
                        
                        1 Reply Last reply Reply Quote 0
                        • L
                          latelier @jdd49
                          last edited by Aug 26, 2016, 3:07 PM

                          @jdd49 said in File Formats - HFS & XFS:

                          XFS
                          Does not have the ability to shrink period. It can only grow. The only possible solution is to do a file backup using something like xfsdump, then recreate the filesystem. Or make the smallest partition possible when you first install, then grow after imaging.

                          Thanks for the info, I guess it’s the best way to go for XFS (for now).

                          1 Reply Last reply Reply Quote 0
                          • 1
                          • 2
                          • 2 / 2
                          2 / 2
                          • First post
                            20/22
                            Last post

                          218

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project