dmsdosfs

1997-11-12 Thread Luka Pravica
Hi,

I tried to use dmsdosfs-0.8.3.0 to access doublespace 3 compressed drive
on
my widows partition. I followed all instructions, recompiled kernel...
But when I try add module to the kernel with insmod dmsdos, I get
following error messages:

/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_read_super
/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_rename
/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_unlink
/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_put_super
/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_rmdir
/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_create
/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_lookup
/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_read_inode
/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_mkdir
/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_unlink_umsdos

During compilation of kernel, there were few warnings about dmsdosfs,
but no errors. I use kernel 2.0.30.


Does anybody knows what I have done wrong?

Thanks for any help

Luka


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: dmsdosfs

1997-11-12 Thread Anand Kumria
On Sun, 12 Oct 1997, Luka Pravica wrote:

 I tried to use dmsdosfs-0.8.3.0 to access doublespace 3 compressed drive
 on
 my widows partition. I followed all instructions, recompiled kernel...
 But when I try add module to the kernel with insmod dmsdos, I get
 following error messages:
 

Looks like you want to insert the msdos module first. Try:

insmod msdos
insmos dmsdos

and see if it works

Anand.

--
 `When any government, or any church for that matter, undertakes to say to
  its subjects, This you may not read, this you must not see, this you are
  forbidden to know, the end result is tyranny and oppression no matter how
  holy the motives' -- Robert A Heinlein, If this goes on --


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: dmsdosfs

1997-11-12 Thread Adam Heath

-Original Message-
From: Luka Pravica [EMAIL PROTECTED]
To: debian-user@lists.debian.org debian-user@lists.debian.org
Date: Tuesday, November 11, 1997 11:22 PM
Subject: dmsdosfs


Hi,

I tried to use dmsdosfs-0.8.3.0 to access doublespace 3 compressed drive
on
my widows partition. I followed all instructions, recompiled kernel...
But when I try add module to the kernel with insmod dmsdos, I get
following error messages:

/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_read_super
/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_rename
/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_unlink
/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_put_super
/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_rmdir
/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_create
/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_lookup
/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_read_inode
/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_mkdir
/lib/modules/2.0.30/fs/dmsdos.o: unresolved symbol msdos_unlink_umsdos

During compilation of kernel, there were few warnings about dmsdosfs,
but no errors. I use kernel 2.0.30.


Does anybody knows what I have done wrong?

Thanks for any help

Luka



Compile support for MSDOS fs.  And be sure to insmod msdosfs(sp?) after
bootup.

I have noticed that not all modules that require MSDOS properly contain
MSDOS dependency information.

Adam Heath
[EMAIL PROTECTED]
http://wwp.mirabilis.com/3375265  -- Page me



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .