From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7EF1D15ACFB for ; Thu, 20 Apr 2023 13:23:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDBCDE0993; Thu, 20 Apr 2023 13:23:39 +0000 (UTC) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 485DCE0937 for ; Thu, 20 Apr 2023 13:23:39 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1ppUGA-0006Tw-91 for gentoo-user@lists.gentoo.org; Thu, 20 Apr 2023 15:23:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: Finally got a SSD drive to put my OS on Date: Thu, 20 Apr 2023 16:23:34 +0300 Message-ID: References: <81fde7b8-cc55-fcae-79ea-4dd2a78eb8a0@gmail.com> <0b6cf97a-d7d4-fad4-d365-8e4a96adb34c@gmail.com> <5663831.DvuYhMxLoT@wstn> <205e4510-ce86-48c0-02c1-2dcfe11b8532@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Content-Language: en-US In-Reply-To: <205e4510-ce86-48c0-02c1-2dcfe11b8532@gmail.com> X-Archives-Salt: 644ecece-e1ca-4ec9-a8ae-bd6340f5d817 X-Archives-Hash: 13af4fe397c974b9c0b8e5cd1f96382a 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 ...