Re: large file system issues and rescue questions

2024-12-13 Thread Divan Santana
Peter Hessler writes: > On 2024 Dec 10 (Tue) at 21:10:51 +0200 (+0200), Divan Santana wrote: > > :mount 3b3840fcdf524721.c /data > > you've basically guaranteed corruption of your disk. the 'c' partition > the entire disk, including all metadata. > > You'll want to create another partition with

Re: large file system issues and rescue questions

2024-12-13 Thread Divan Santana
>> >> Secondly question, is it possible from the rescue environment to edit >> >> the real /etc/fstab file? Because it would be handy for me in some >> >> cases to do so without booting from the install image. >> >> >> > >> > I just double checked bsd.rd from amd64 snapshot, and it seems that both

Re: large file system issues and rescue questions

2024-12-12 Thread Kirill A . Korinsky
On Thu, 12 Dec 2024 10:39:24 +0100, Divan Santana wrote: > > Kirill A. Korinsky writes: > > > On Tue, 10 Dec 2024 20:10:51 +0100, > > Divan Santana wrote: > >> > >> Secondly question, is it possible from the rescue environment to edit > >> the real /etc/fstab file? Because it would be handy

Re: large file system issues and rescue questions

2024-12-12 Thread Divan Santana
Kirill A. Korinsky writes: > On Tue, 10 Dec 2024 20:10:51 +0100, > Divan Santana wrote: >> >> Secondly question, is it possible from the rescue environment to edit >> the real /etc/fstab file? Because it would be handy for me in some >> cases to do so without booting from the install image. >>

Re: large file system issues and rescue questions

2024-12-12 Thread Divan Santana
Otto Moerbeek writes: > On Tue, Dec 10, 2024 at 09:10:51PM +0200, Divan Santana wrote: > >> Greetings and happy December :) >> >> I have a 3.5TB ffs mounted at /data which is specified in fstab. >> >> When there is a power outage this file system corrupts (I'll install >> another UPS shortly).

Re: large file system issues and rescue questions

2024-12-11 Thread Otto Moerbeek
On Wed, Dec 11, 2024 at 02:24:16PM +0100, Peter Hessler wrote: > On 2024 Dec 10 (Tue) at 21:10:51 +0200 (+0200), Divan Santana wrote: > > :mount 3b3840fcdf524721.c /data > > you've basically guaranteed corruption of your disk. the 'c' partition > the entire disk, including all metadata. > > Yo

Re: large file system issues and rescue questions

2024-12-11 Thread Peter Hessler
On 2024 Dec 10 (Tue) at 21:10:51 +0200 (+0200), Divan Santana wrote: :mount 3b3840fcdf524721.c /data you've basically guaranteed corruption of your disk. the 'c' partition the entire disk, including all metadata. You'll want to create another partition with size * in a or d to have a good time.

Re: large file system issues and rescue questions

2024-12-10 Thread Otto Moerbeek
On Tue, Dec 10, 2024 at 09:10:51PM +0200, Divan Santana wrote: > Greetings and happy December :) > > I have a 3.5TB ffs mounted at /data which is specified in fstab. > > When there is a power outage this file system corrupts (I'll install > another UPS shortly). > > Is it possible to fsck_ffs a

Re: large file system issues and rescue questions

2024-12-10 Thread Stuart Henderson
On 2024-12-10, Divan Santana wrote: > Greetings and happy December :) > > I have a 3.5TB ffs mounted at /data which is specified in fstab. > > When there is a power outage this file system corrupts (I'll install > another UPS shortly). > > Is it possible to fsck_ffs a 3.5TB file system from the bo

Re: large file system issues and rescue questions

2024-12-10 Thread Kirill A . Korinsky
On Tue, 10 Dec 2024 20:10:51 +0100, Divan Santana wrote: > > Secondly question, is it possible from the rescue environment to edit > the real /etc/fstab file? Because it would be handy for me in some > cases to do so without booting from the install image. > I just double checked bsd.rd from am