Re: CDWriter at a VPS? [message #2453 is a reply to message #2369] |
Wed, 05 April 2006 13:31 |
slg2001
Messages: 20 Registered: March 2006 Location: Germany
|
Junior Member |
|
|
Hi,
i build the new kernel from last rpm-source-package.
/usr/src/redhat/BUILD/ovzkernel-2.6.16/linux-2.6.16/fs/isofs /inode.c
----------------------- cut -------------------------
static struct file_system_type iso9660_fs_type = {
.owner = THIS_MODULE,
.name = "iso9660",
.get_sb = isofs_get_sb,
.kill_sb = kill_block_super,
.fs_flags = FS_REQUIRES_DEV | FS_VIRTUALIZED,
};
----------------------- cut -------------------------
installed kernel: 2.6.16-026test007.1.2006040502 #1 Wed Apr 5 13:27:32 CEST 2006 i686 i686 i386 GNU/Linux
But i get the same errors!
----------------------- cut -------------------------
[root@vps-burn ~]# mount /dev/hdg /media/cdrecorder
mount: unknown filesystem type 'iso9660'
[root@vps-burn ~]# mount /dev/hdh /media/cdrecorder
mount: unknown filesystem type 'iso9660'
----------------------- cut -------------------------
slg2001
To follow the path:
look to the master, follow the master, walk with the master, see through the master, become the master.
|
|
|