Hi, I m new to the englsih list of Suse. Maybe somebody is able to help.I m using QNX and SUSE on the same Box. Now I want and use GRUB bootloader.Is anybody doing the same and can tell a little bit of feedback.Also concerning reading each other filesystems I m interested.I build the QNX support in my kernel and also when I boot the system I can see message like QNX 2.x.y is registered but when I try to mount the partition i get the message filesystem qnx4f is not supported by the kernel. Thanks for any feedback Gottfried
On Wed, 28 Mar 2001, Gottfried F. Zojer said:
Hi, I m new to the englsih list of Suse. Maybe somebody is able to help.I m using QNX and SUSE on the same Box. Now I want and use GRUB bootloader.Is anybody doing the same and can tell a little bit of feedback.Also concerning reading each other filesystems I m interested.I build the QNX support in my kernel and also when I boot the system I can see message like QNX 2.x.y is registered but when I try to mount the partition i get the message filesystem qnx4f is not supported by the kernel.
Have you tried "mount -t qnx4 /dev/devNameOfPartition /yourMountPoint" ? man mount ... -t vfstype The argument following the -t is used to indicate the file system type. The file system types which are currently supported are listed in linux/fs/filesystems.c: adfs, affs, autofs, coda, coherent, devpts, efs, ext, ext2, hfs, hpfs, iso9660, minix, msdos, ncpfs, nfs, ntfs, proc, --> qnx4, romfs, smbfs, sysv, udf, ufs, umsdos, vfat, xenix, xiafs. Note that coherent, sysv and xenix are equivalent and that xenix and coherent will be removed at some point in the future -- use sysv instead. Since kernel version 2.1.21 the types ext and xiafs do not exist anymore. ---------------------------------------------------------------------- John Karns jkarns@csd.net
participants (2)
-
Gottfried F. Zojer
-
John Karns