|
From: Paradise <par...@gm...> - 2004-10-24 14:27:02
|
Hi thanks for quick response.
':rel path' is optional stated on src/doc/cofs
and there is example " mount -t cofs 0 /mnt/windows"
I did the everything correctly that stated on cofs document already
this doesnt work too
colinux root # mount -t cofs cofs0:/ /mnt/d
mount: wrong fs type, bad option, bad superblock on cofs0:/,
or too many mounted file systems
maybe there is something wrong with the kernel, but I am using the
correct kernel from the snapshot or ' my compile version' , both do
not work..
On Sun, 24 Oct 2004 08:54:26 -0400, Ian Bonnycastle <ib...@gm...> wrote:
> On Sun, 24 Oct 2004 17:46:46 +0800, Paradise <par...@gm...> wrote:
> > Kernel command line: root=/dev/cobd/0 cofs0=\Dos\Devices\d:
> > -----------------------------------------------------------------------------------------
> > colinux root # mount -t cofs 0 /mnt/d
> > mount: wrong fs type, bad option, bad superblock on 0,
> > or too many mounted file systems
>
> The actual correct syntax is:
>
> mount -t cofs <cofs#>:<rel path> <mountpoint> [-o <options>]
>
> <cofs#> is the cofs device parameter you have in your kernel command
> line (in this case cofs0); <rel path> is the relative path into cofs0
> that you want to mount (if you want the whole thing, use a <rel path>
> of /); <mountpoint> is where in your linux tree you want the mount and
> [-o <options>] are any number of the optional parameters that Dan
> outlined in his docs that you can use with cofs (including dmask'ing,
> fmask'ing, uid'ing and gid'ing the files).
>
> Hope this helps,
>
> Ian
>
--
Regards,
Paradise
|