ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    How to remove Mac Junk files

    IT Discussion
    mac mac os junk files windows storage
    4
    13
    3.7k
    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.
    • ?
      A Former User
      last edited by

      I have previously have macs, and have moved my data around. as such my whole music library that I have ripped from my CDs over the years (many many gigs) and even some LPs. was littered with Mac OS junk files.
      There are generally "._filename.extension" copies of the files as well as the .DS_Store

      First open the command prompt on your windows machine and Change directory to the folder with the effected files/subfolders and run

      del /s /q /f /a:h ._*
      

      This recursively delete the ._ files from the folder and any subfolders.

      To remove the DS_Store files run

      del /s /q /f /a:h .DS_STORE
      

      You should be good to go now.

      1 Reply Last reply Reply Quote 1
      • Minion QueenM
        Minion Queen Banned
        last edited by

        Thanks!

        1 Reply Last reply Reply Quote 0
        • thanksajdotcomT
          thanksajdotcom
          last edited by

          Seems odd the command is del when that's a DOS command and rm is usually what's used in Linux systems...

          scottalanmillerS 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @thanksajdotcom
            last edited by

            @thanksajdotcom said:

            Seems odd the command is del when that's a DOS command and rm is usually what's used in Linux systems...

            I tried "del" on my Mac to see. No such command available.

            thanksajdotcomT 1 Reply Last reply Reply Quote 0
            • thanksajdotcomT
              thanksajdotcom @scottalanmiller
              last edited by

              @scottalanmiller said:

              @thanksajdotcom said:

              Seems odd the command is del when that's a DOS command and rm is usually what's used in Linux systems...

              I tried "del" on my Mac to see. No such command available.

              That's what I was saying. Del is the DOS command I use to delete stuff. I always thought it was rm on Macs, because of their code-base.

              ? 1 Reply Last reply Reply Quote 0
              • ?
                A Former User @thanksajdotcom
                last edited by

                @thanksajdotcom did you read it. Full it says run it on windows command prompt. These files are used when on mac OS so you would not be deleting them unless you transfer the files off of a mac.

                thanksajdotcomT 1 Reply Last reply Reply Quote 0
                • thanksajdotcomT
                  thanksajdotcom @A Former User
                  last edited by

                  @thecreativeone91 said:

                  @thanksajdotcom did you read it. Full it says run it on windows command prompt. These files are used when on mac OS so you would not be deleting them unless you transfer the files off of a mac.

                  Re-read what you wrote. The way you wrote it sounds like you run this on a Mac. It's not clear that this is meant to be run on a Windows PC to clean up files created by a Mac.

                  ? 1 Reply Last reply Reply Quote 0
                  • ?
                    A Former User @thanksajdotcom
                    last edited by

                    @thanksajdotcom said:

                    @thecreativeone91 said:

                    @thanksajdotcom did you read it. Full it says run it on windows command prompt. These files are used when on mac OS so you would not be deleting them unless you transfer the files off of a mac.

                    Re-read what you wrote. The way you wrote it sounds like you run this on a Mac. It's not clear that this is meant to be run on a Windows PC to clean up files created by a Mac.

                    It specificly says First open the command prompt on your windows machine

                    thanksajdotcomT 1 Reply Last reply Reply Quote 0
                    • thanksajdotcomT
                      thanksajdotcom @A Former User
                      last edited by

                      @thecreativeone91 said:

                      @thanksajdotcom said:

                      @thecreativeone91 said:

                      @thanksajdotcom did you read it. Full it says run it on windows command prompt. These files are used when on mac OS so you would not be deleting them unless you transfer the files off of a mac.

                      Re-read what you wrote. The way you wrote it sounds like you run this on a Mac. It's not clear that this is meant to be run on a Windows PC to clean up files created by a Mac.

                      It specificly says First open the command prompt on your windows machine

                      Well apparently both @scottalanmiller and I missed that. Might be best to put that in the opening sentence.

                      1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller
                        last edited by

                        Oh, it is to clean up stuff on Windows, not on a Mac?

                        ? 1 Reply Last reply Reply Quote 0
                        • ?
                          A Former User @scottalanmiller
                          last edited by

                          @scottalanmiller its to clean up the mac junk files on a windows computer. If you copy any folders from a mac to PC or even a zip folder you will have them in it (they are hidden though, but take up space and mess with some programs).

                          scottalanmillerS 1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @A Former User
                            last edited by

                            @thecreativeone91 said:

                            @scottalanmiller its to clean up the mac junk files on a windows computer. If you copy any folders from a mac to PC or even a zip folder you will have them in it (they are hidden though, but take up space and mess with some programs).

                            Gotcha, now I see what you are doing here 🙂

                            thanksajdotcomT 1 Reply Last reply Reply Quote 0
                            • thanksajdotcomT
                              thanksajdotcom @scottalanmiller
                              last edited by

                              @scottalanmiller said:

                              @thecreativeone91 said:

                              @scottalanmiller its to clean up the mac junk files on a windows computer. If you copy any folders from a mac to PC or even a zip folder you will have them in it (they are hidden though, but take up space and mess with some programs).

                              Gotcha, now I see what you are doing here 🙂

                              Yeah, same. See, it wasn't just me for once.

                              1 Reply Last reply Reply Quote 0
                              • 1 / 1
                              • First post
                                Last post