OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started 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
cd /
tar -cvf pdaxrom_dev_dir.tar ./dev
or
ls -l /dev
?
Thanks
Bernd
-
It uses devfs. You should be able to mount it by doing the following:-
cd /
mount -t devfs dev dev
- Bundabrg
-
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:
(-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
-
Ahh. Well if no-one answers this by the time I get home I'll put up a link with your requested info.
- Bundabrg