LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cannot mknod please help I am lost (https://www.linuxquestions.org/questions/linux-newbie-8/cannot-mknod-please-help-i-am-lost-681853/)

trailer8713 11-07-2008 03:56 PM

cannot mknod please help I am lost
 
I am trying to extract a tar file three different once for my PDA and this is the error.

/bin/gtar: ./dev/apm_bios: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/fb0: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda1: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda2: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda3: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda4: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda5: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda6: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda7: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda8: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda9: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda10: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda11: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda12: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda13: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda14: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda15: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda16: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda17: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda18: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/hda19: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/kmem: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/mem: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/null: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/ram0: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/ram1: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/ram2: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/ram3: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/tty: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/tty0: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/tty1: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/tty2: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/tty3: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/tty4: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/tty5: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/tty6: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/tty7: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/tty8: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/ttyS0: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/ttySA0: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/zero: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/mtd0: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/mtd1: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/mtd2: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/mtd3: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/mtd4: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/mtd5: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/mtd6: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/mtd7: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/mtdblock0: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/mtdblock1: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/mtdblock2: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/mtdblock3: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/mtdblock4: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/mtdblock5: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/mtdblock6: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/mtdblock7: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/console: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/random: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/urandom: Cannot mknod: Operation not permitted
/bin/gtar: ./dev/ptmx: Cannot mknod: Operation not permitted
/bin/gtar: Error exit delayed from previous errors

I am guessing there is something wrong with the files or am I doing something wrong. I have tried to extract 3 different all give me the same output.

i92guboj 11-07-2008 04:01 PM

What filesystem do you use on that device?

Not all the file systems around support device nodes. That's probably the problem.

trailer8713 11-07-2008 05:13 PM

This is the kernel and file structure or a pda Ipaq hx4700 Angstrom GPE

i92guboj 11-07-2008 06:28 PM

For what I can see from a quick Google, it uses a distro that's called Angstrom. I have no idea what fs does Angstrom use. Are you following a wiki or manual that we can review to know what are you trying to do?

If so, please, point us in that direction.

Can you run the "mount" command without parameters and paste the output here? That will let us know what file systems is it using, and that way we can discard a problem with that.

Samotnik 11-07-2008 07:28 PM

Why are you trying to move /dev filesystem somewhere else? It's dynamically created, and valid for only one particular computer. Use tar with -exclude to omite /dev (and /proc) filesystem.

And your system is right. Only superuser can run mknod.

trailer8713 11-08-2008 06:47 PM

I am not trying to move it I am trying to install it. I had my Ipaq working with the SDG Bootloader. Angstrom doesn't support SDG Everytime I got the PDA how I wanted it and I would loose the task bar, it would not reboot and so on. So I am trying to install it with Haret so install is as follows. A fat16 partition with Haret, startup.txt, and the kernel then a EXT2 partition with the root file system. I get the error when I try to extract the root file system tar.gz either on my pc or SD/CF I am using the wiki or haret as well as andstrom GPE


All times are GMT -5. The time now is 01:00 AM.