--- In "Elizabeth" <> wrote:
>
> Hi everyone
> Im trying to install TSLinux in a 1GB SDCard on a TS7300 card but i
> cannot do it. I use the following command:
> tar jxvf <bzip2 file> -C <path to install>
> tar jxvf tslinux-03-31-2006.tar.bz2 -C /dev/sdcard1/disc0/disc
>
> but i get a error message
> tar: /dev/sdcard1/disc0/disc: Cannot chdir: Not a directory
> tar: Error is not recoverable: exiting now
That's a device file (an entry to the disc driver if you will)
To acces the drive filesystem you need to mount it, e.g.:
mount /dev/sdcard1/disc0/disc /mnt/sdcard
the card contents will be accesible in the sdcard directory (you need
to make a new directory with mkdir). If the card is not formatted you
may use some of the mkfs commands (e.g. mkfs.ext3).
> I cannot use the command dd since is a file with a different
> extension, if someone knows how to do this, please let me know.
>
Right, dd is used to write raw disk images to the disc, while tar is a
packager.
Good luck,
Gonzalo
------------------------ Yahoo! Groups Sponsor --------------------~-->
Something is new at Yahoo! Groups. Check out the enhanced email design.
http://us.click.yahoo.com/kOt0.A/gOaOAA/yQLSAA/CFFolB/TM
--------------------------------------------------------------------~->
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/
|