From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-eopbgr130073.outbound.protection.outlook.com ([40.107.13.73] helo=EUR01-HE1-obe.outbound.protection.outlook.com) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1idX7i-0000v6-Ac for barebox@lists.infradead.org; Sat, 07 Dec 2019 10:15:39 +0000 From: Patrick Schneider Date: Sat, 7 Dec 2019 10:15:26 +0000 Message-ID: Content-Language: de-DE MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Writing to ubifs To: "barebox@lists.infradead.org" I have a use case where I would need to be able to manipulate the fstab on the rootfs before booting, so I wondered if it is possible to write to a mounted ubifs from barebox? Currently I am trying with: mount /dev/nand0.root.ubi.rootfs /mnt/rootfs -o rw which still yields in a readonly mount of the rootfs where I cannot manipulate files. Does barebox have write support to ubifs or is there another way? Thanks for your answers! Best regards, Patrick _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox