From gentoo-user Thu Apr 20 13:23:34 2023 From: Nikos Chantziaras Date: Thu, 20 Apr 2023 13:23:34 +0000 To: gentoo-user Subject: [gentoo-user] Re: Finally got a SSD drive to put my OS on Message-Id: X-MARC-Message: https://marc.info/?l=gentoo-user&m=168199696724982 On 20/04/2023 13:59, Dale wrote: >> In place of "find -type..." say "find / -type..." > > Ahhh, that worked.  I also realized I need to leave off the ' at the > beginning and end.  I thought I left those out.  I copy and paste a > lot.  lol Btw, if you only want to do this for the root filesystem and exclude all other mounted filesystems, also use the -xdev option: find / -xdev -type ...