Re: [gentoo-user] UFS write support

2016-12-18 Thread Mick
On Sunday 18 Dec 2016 19:39:36 Alarig Le Lay wrote: > On Sun Dec 18 19:35:43 2016, Alarig Le Lay wrote: > > On Sun Dec 18 18:23:22 2016, Mick wrote: > > > Another thing to try is unmount it, run fsck and then remount it as rw. > > > A > > > dirty unmount can cause this problem. > > > > It was dir

Re: [gentoo-user] UFS write support

2016-12-18 Thread Alarig Le Lay
On Sun Dec 18 19:35:43 2016, Alarig Le Lay wrote: > On Sun Dec 18 18:23:22 2016, Mick wrote: > > Another thing to try is unmount it, run fsck and then remount it as rw. A > > dirty unmount can cause this problem. > > It was dirty unmounted. This a flash card that is a / for a router at > home. I

Re: [gentoo-user] UFS write support

2016-12-18 Thread Alarig Le Lay
On Sun Dec 18 18:23:22 2016, Mick wrote: > Another thing to try is unmount it, run fsck and then remount it as rw. A > dirty unmount can cause this problem. It was dirty unmounted. This a flash card that is a / for a router at home. Its power supply suddenly stopped to work today. I will try thi

Re: [gentoo-user] UFS write support

2016-12-18 Thread Mick
On Sunday 18 Dec 2016 18:43:26 Alarig Le Lay wrote: > Hi, > > I try to mount an UFS partition with write support. > > So, I added the option to my kernel: > airmure linux # grep -i UFS /usr/src/linux/.config > # CONFIG_SCSI_UFSHCD is not set > CONFIG_UFS_FS=m > CONFIG_UFS_FS_WRITE=y > # CONFIG_UF

Re: [gentoo-user] UFS write support

2016-12-18 Thread Mick
On Sunday 18 Dec 2016 18:43:26 Alarig Le Lay wrote: > Hi, > > I try to mount an UFS partition with write support. > > So, I added the option to my kernel: > airmure linux # grep -i UFS /usr/src/linux/.config > # CONFIG_SCSI_UFSHCD is not set > CONFIG_UFS_FS=m > CONFIG_UFS_FS_WRITE=y > # CONFIG_UF

[gentoo-user] UFS write support

2016-12-18 Thread Alarig Le Lay
Hi, I try to mount an UFS partition with write support. So, I added the option to my kernel: airmure linux # grep -i UFS /usr/src/linux/.config # CONFIG_SCSI_UFSHCD is not set CONFIG_UFS_FS=m CONFIG_UFS_FS_WRITE=y # CONFIG_UFS_DEBUG is not set I’ve emerged sys-fs/ufsutils and I mounted my parti