From: Fred Basset <[email protected]> Reply-To: <[email protected]> Date: Friday, May 16, 2014 at 4:43 PM To: <[email protected]> Subject: Re: [beagleboard] How to check a filesystem on a remotely deployed device?
> Thank you, damn should've found that myself. > > The only thing I am worried about is rebooting into fsck mode and then having > it make changes and making the system unbootable. Not much I can do about > that I suppose as I only have Ethernet access via a cell modem... In that case, you should use a read only filesystem that you don¹t have to check and another which is writeable. You can unmount the writeable partition and run fsck. Either use two storage devices (eMMC and SDCard) or use two partitions on one device. Regards, John > > > On Fri, May 16, 2014 at 3:28 PM, William Hermans <[email protected]> wrote: >> google search yielded . . . >> >> http://www.cyberciti.biz/faq/linux-force-fsck-on-the-next-reboot-or-boot-sequ >> ence/ >> >> >> On Fri, May 16, 2014 at 2:53 PM, Fred Basset <[email protected]> >> wrote: >>> I am wondering how you would do a filesystem check (e.g. fsck) on a remote >>> system (e.g. logged in via SSH)? >>> >>> You need to unmount the filesystem before checking it, but once you unmount >>> it you have nothing left to execute from? We have a custom board based on >>> the BeagleBone that uses ext3 on a uSD card as the rfs. >>> >>> Thanks, >>> Fred >>> -- >>> For more options, visit http://beagleboard.org/discuss >>> --- >>> You received this message because you are subscribed to the Google Groups >>> "BeagleBoard" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >> >> >> -- >> For more options, visit http://beagleboard.org/discuss >> --- >> You received this message because you are subscribed to the Google Groups >> "BeagleBoard" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. > > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
