Re: [arch-general] Arch on NVMe ssd

2019-05-26 Thread Dorian C via arch-general
I wouldn't install it any other way. I'm using a samsung pro ssd, install
date was 3-15-2015 no issues whatsoever, on a 2009 HP 8200 elite mind you,
so i'm guessing my pc will go before my ssd. Proper partition alignment is
essential for optimal performance and longevity, also check this out:
arch_solid_state_drive



On Wed, May 22, 2019 at 11:49 AM Giancarlo Razzolini via arch-general <
arch-general@archlinux.org> wrote:

> Em maio 22, 2019 12:42 Daurnimator escreveu:
> > On Thu, 23 May 2019 at 01:34, Giancarlo Razzolini via arch-general
> >  wrote:
> >> Just don't enable discards at the fs mount options and you should be
> fine. Install
> >> and enable the fstrim.timer so it runs once a week, which is enough.
> >
> > Oh? Why is this?
> > I've had both enabled for multiple years now.
> >
>
> On NVMe Intel recommends to no have continuous discards at the fs level:
>
> https://wiki.archlinux.org/index.php/Solid_state_drive/NVMe#Discards
>
> Regards,
> Giancarlo Razzolini


Re: [arch-general] Re-install of Arch on a larger drive

2018-03-17 Thread Dorian C via arch-general
I'm just curious really, but any particular reason you can't back up your
personal files and do a clean install?

On Sat, Mar 17, 2018 at 5:25 PM, Trey Sizemore via arch-general <
arch-general@archlinux.org> wrote:

> Hi all-
>
> I currently have Arch running on a 250GB drive, and I'm going to be
> moving to a 500GB drive.
>
> I'm looking for 'best practices' when it comes to the migrating as much
> as possible during the re-install.
>
> It appears that I can migrate my installed packages (standard and AUR
> repos) via:
>
> pacman -Qqe > pkglist.txt
>
> and then on the new install, I can use the pkglist.txt generated
> previously to:
>
> pacman -S - < pkglist.txt
>
> In addition, by backing up and migrating much of my /home partition (to
> include 'hidden' config files, anything else I could do to make the
> process fast and as close to the current install as possible?
>
> Thanks!
>