Hm. Having a problem untarring the .gz file...

empeg:/# ls -al
total 56
drwxr-xr-x 15 502 220 1024 Feb 4 10:26 .
drwxr-xr-x 15 502 220 1024 Feb 4 10:26 ..
drwxr-xr-x 2 0 0 1024 Dec 22 10:11 bin
drwxr-xr-x 2 0 0 1024 Jul 4 2000 dev
drwxr-xr-x 5 0 0 1024 Aug 23 2000 drive0
drwxr-xr-x 5 0 0 1024 Aug 23 2000 drive1
drwxr-xr-x 4 0 0 1024 Dec 22 10:17 empeg
drwxr-xr-x 3 0 0 1024 Sep 15 1999 etc
drwxr-xr-x 2 0 0 1024 Feb 9 2000 lib
drwxr-xr-x 2 0 0 12288 Dec 22 10:17 lost+found
drwxr-xr-x 2 0 0 1024 Jun 2 1999 mnt
-rw------- 1 0 0 30720 Feb 1 17:54 netcat_1.10-12.1-minimal
.tar.gz
dr-xr-xr-x 17 0 0 0 Feb 4 09:59 proc
lrwxrwxrwx 1 0 0 3 Dec 22 10:17 sbin -> bin
lrwxrwxrwx 1 0 0 10 Dec 22 10:17 swapfile -> ./dev/hda6
drwxr-xr-x 2 0 0 1024 Apr 13 1999 tmp
drwxr-xr-x 4 0 0 1024 Feb 6 2000 usr
drwxr-xr-x 3 0 0 1024 Aug 28 1999 var
empeg:/#
empeg:/# rw
empeg:/# tar xvfz drive0/netcat_1.10-12.1-minimal.tar.gz
tar (child): drive0/netcat_1.10-12.1-minimal.tar.gz: Cannot open: No such file o
r directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
empeg:/#

I set the empeg as rw, sent the .gz file to the root, ran the tar command, and got the above error... What am I doing wrong?

- Jon