OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: BerndS on October 19, 2004, 04:01:10 pm

Title: Need a tar of /dev (or the output of "ls -l /dev")
Post by: BerndS 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
Title: Need a tar of /dev (or the output of "ls -l /dev")
Post by: Bundabrg 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
Title: Need a tar of /dev (or the output of "ls -l /dev")
Post by: BerndS 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
Title: Need a tar of /dev (or the output of "ls -l /dev")
Post by: Bundabrg 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