Author Topic: Need a tar of /dev (or the output of "ls -l /dev")  (Read 2169 times)

BerndS

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
Need a tar of /dev (or the output of "ls -l /dev")
« on: October 19, 2004, 04:01:10 pm »
Hi,

I need the names, types and major and minor numbers of the /dev directory of the pdaXrom (Kathrin RC5 or version 1.0.5).

Can anyone send me the output of either

Code: [Select]
cd /
tar -cvf pdaxrom_dev_dir.tar ./dev

or

Code: [Select]
ls  -l /dev?

Thanks

Bernd

Bundabrg

  • Full Member
  • ***
  • Posts: 183
    • View Profile
Need a tar of /dev (or the output of "ls -l /dev")
« Reply #1 on: October 19, 2004, 08:27:32 pm »
It uses devfs. You should be able to mount it by doing the following:-

Code: [Select]
cd /
mount -t devfs dev dev

 - Bundabrg
[img]http://www.worldguard.com.au/brendan-ambi.png\" border=\"0\" class=\"linked-sig-image\" /]

BerndS

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
Need a tar of /dev (or the output of "ls -l /dev")
« Reply #2 on: October 20, 2004, 03:23:23 am »
Quote
It uses devfs. You should be able to mount it by doing the following

Thanks for the info, but

I'm running the Sharp ROM on my Z, not pdaXrom. I try to run some programs from pdaxrom in a chroot environment on my Z.  
devfs seems not to be supported by the SharpROM:

Code: [Select]
(-bash):root@zaurus:/home/root #  cat /proc/filesystems
nodev   rootfs
nodev   bdev
nodev   proc
nodev   sockfs
nodev   tmpfs
nodev   shm
nodev   pipefs
        ext2
        cramfs
        minix
        vfat
nodev   nfs
nodev   smbfs
        jffs2
nodev   devpts

regards

Bernd

Bundabrg

  • Full Member
  • ***
  • Posts: 183
    • View Profile
Need a tar of /dev (or the output of "ls -l /dev")
« Reply #3 on: October 20, 2004, 11:18:43 pm »
Ahh. Well if no-one answers this by the time I get home I'll put up a link with your requested info.


 - Bundabrg
[img]http://www.worldguard.com.au/brendan-ambi.png\" border=\"0\" class=\"linked-sig-image\" /]