I have spent some time looking at this problem and it seems the issue is that
the TS-7370 uses a jfs file system and CentOS does not support jfs unless you
load the CentOSPlus kernel which creates issues of its own. (see
wiki.centos.org/AdditionalResources/Repositories/CentOSPlus)
The grow_sd script does a mount and then tries to determine the file system
(jfs or ext3), unfortunately it does not check the status of the mount so when
it fails and then tests the file system it sees the host file system (ext3 in
the case of CentOS).
Using a computer that support jfs and has the jfsutils package seems to work
fine. Before using the script test if the last partition can be mounted. If
it can the grow_sd will probably work.
dd a good image to the new bigger SD card then....
mkdir /mnt/tmp
mount /dev/sdb4 /mnt/tmp
If that works then grow_sd will probably work.
Thanks for all the help
--- In "MichaelE" <> wrote:
>
> I have been trying to copy my 512 MB running SD card to a 16 GB one but
> nothing seems to work. I have tried the grow_sd, but that does not work. I
> have a CentOS desktop.
>
> Has anyone done this on CentOS or Red Hat and can give me the steps?
>
> Thanks,
>
> Michael Eder
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|