Have you tried to check file system integrity with a regular Linux. Normally it'd signal if something smells fishy with it right after mount (for example mounting read only) but you never know. Especially if it's removable, even though ext4 supposed to be resilient and it's a journaling file system it can still falter if it's not synced well before unplug. Also consider bad sectors, look at SMART data.
On Tue, Jul 23, 2024, 9:35 PM Paul Boniol <[email protected]> wrote: > So... I've got an external drive I used to copy files from my Linux > computer. The partition is ext4. > > Some directories I can access on the Chromebook, but others I can't. > > I tried changing all the directory permissions to 0777 and all the file > permissions to 0666 on the problematic directories/files, but I am still > getting "Your file couldn’t be accessedIt may have been moved, edited, or > deleted. > ERR_FILE_NOT_FOUND" > > Everything I've found online points to not being able to mount the whole > partition. But it is mounting, and other directories (which were close if > not identical permissions) I can read just fine. > > I know Chrome OS is a bit out of scope, but hoping someone has some idea > what else may be wrong. > > ---Paul. > > -- > -- > You received this message because you are subscribed to the Google Groups > "NLUG" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nlug-talk?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "NLUG" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/nlug-talk/CAL9PgS0ESWtqEe4CVqowEAVzgn-2UEwfpVLfXXbtjNXcAmCXaQ%40mail.gmail.com > <https://groups.google.com/d/msgid/nlug-talk/CAL9PgS0ESWtqEe4CVqowEAVzgn-2UEwfpVLfXXbtjNXcAmCXaQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- -- You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en --- You received this message because you are subscribed to the Google Groups "NLUG" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nlug-talk/CA%2BKhHx%2B9cAYs%2B6Jjf943u3ou9nO51jno_FdMLAc36G54bBD1dw%40mail.gmail.com.
