> When I 'df', I get this:
>
> :root# df
> Filesystem 1K-blocks Used Available Use% Mounted on
> tmpfs 63392 0 63392 0% /dev/shm
>
> OK, no luck there -- let's try explicitly mounting /dev/tssdcarda4...
I've seen this problem too from time to time; but oddly enough, not on
my
TS-7800 booted from the SD card. (Maybe it's a problem with something
not
mounted like /proc/ or something in /dev maybe???)
Do you get the information for the partition you want if you explicitly
pass
it to df? e.g.
df /dev/tssdcarda4
--Michael