[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y/uk9cnp1jcjqI7f@biznet-home.integral.gnuweeb.org>
Date: Mon, 27 Feb 2023 01:29:09 +0700
From: Ammar Faizi <ammarfaizi2@...weeb.org>
To: Tejun Heo <tj@...nel.org>
Cc: Chris Mason <clm@...com>, Josef Bacik <josef@...icpanda.com>,
David Sterba <dsterba@...e.com>,
Lai Jiangshan <jiangshanlai@...il.com>,
Filipe Manana <fdmanana@...e.com>,
Linux Btrfs Mailing List <linux-btrfs@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Fsdevel Mailing List <linux-fsdevel@...r.kernel.org>,
GNU/Weeb Mailing List <gwml@...r.gnuweeb.org>
Subject: Re: [RFC PATCH v1 0/6] Introducing `wq_cpu_set` mount option for
btrfs
On Mon, Feb 27, 2023 at 01:26:24AM +0700, Ammar Faizi wrote:
> mount -t -o rw btrfs /dev/sda1 a;
> mount -t -o rw btrfs /dev/sda2 b;
> mount -t -o rw btrfs /dev/sda3 c;
> mount -t -o rw btrfs /dev/sda4 d;
Excuse the wrong mount commands, should be something like this:
mount -t btrfs -o rw /dev/sda1 a;
mount -t btrfs -o rw /dev/sda2 b;
mount -t btrfs -o rw /dev/sda3 c;
mount -t btrfs -o rw /dev/sda4 d;
--
Ammar Faizi
Powered by blists - more mailing lists