LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-07-2008, 03:56 PM   #1
trailer8713
Member
 
Registered: Jun 2007
Distribution: Fedora 9
Posts: 109

Rep: Reputation: 15
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.
 
Old 11-07-2008, 04:01 PM   #2
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
What filesystem do you use on that device?

Not all the file systems around support device nodes. That's probably the problem.
 
Old 11-07-2008, 05:13 PM   #3
trailer8713
Member
 
Registered: Jun 2007
Distribution: Fedora 9
Posts: 109

Original Poster
Rep: Reputation: 15
This is the kernel and file structure or a pda Ipaq hx4700 Angstrom GPE
 
Old 11-07-2008, 06:28 PM   #4
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
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.
 
Old 11-07-2008, 07:28 PM   #5
Samotnik
Member
 
Registered: Jun 2006
Location: Belarus
Distribution: Debian GNU/Linux testing/unstable
Posts: 471

Rep: Reputation: 40
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.
 
Old 11-08-2008, 06:47 PM   #6
trailer8713
Member
 
Registered: Jun 2007
Distribution: Fedora 9
Posts: 109

Original Poster
Rep: Reputation: 15
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
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
using mknod jiml8 Linux - Software 2 07-22-2007 04:26 PM
mknod Basel Linux From Scratch 1 09-03-2005 02:13 PM
mknod Infinite_Pizza Linux - Software 2 04-14-2005 08:59 PM
[c] mknod() function MD3 Programming 2 04-03-2005 10:14 AM
mknod watashiwaotaku7 Linux - Software 1 01-23-2003 10:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration