Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Mounting sbulla fails

20 views
Skip to first unread message

kracks

unread,
Oct 27, 2009, 3:43:03 AM10/27/09
to
Hi all,
I added sbull driver given in open source and added to kernel tree.

When i mount using the command


mount /dev/sbull /mnt/mydisk
It says
sbulla unknown partition table
FAT: bogus number of reserved sectors
VFS: Can't find a valid FAT filesystem on dev sbulla.
FAT: bogus number of reserved sectors
VFS: Can't find a valid FAT filesystem on dev sbulla.
yaffs: dev is 266338304 name is "sbulla"
yaffs: Attempting MTD mount on 254.0, "sbulla"
yaffs: dev is 266338304 name is "sbulla"
yaffs: Attempting MTD mount on 254.0, "sbulla"
mount: you must specify the filesystem type


I also tried
fsck -v /dev/sbulla
fsck 1.35 (28-Feb-2004)
e2fsck 1.35 (28-Feb-2004)
sbulla: unknown partition table
Couldn't find ext2 superblock, trying backup blocks...
fsck.ext2: Invalid argument while trying to open /dev/sbulla

The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the
superblock
is corrupt, and you might try running e2fsck with an alternate
superblock:
e2fsck -b 8193 <device>


How can i mount sbulla and copy files to it.
Is there any reference for it.


Regards
Kirthika
Regards
Kirthika

Bill Marcum

unread,
Oct 28, 2009, 7:28:07 PM10/28/09
to
On 2009-10-27, kracks <kirthi...@gmail.com> wrote:
>
>
> How can i mount sbulla and copy files to it.
> Is there any reference for it.
>
>
I don't know what an sbulla is, but did you try mke2fs /dev/sbulla ?

kracks

unread,
Oct 28, 2009, 8:38:09 PM10/28/09
to
On Oct 29, 8:28 am, Bill Marcum <marcumb...@bellsouth.net> wrote:

> On 2009-10-27, kracks <kirthikai...@gmail.com> wrote:
>
> > How can i mount sbulla and copy files to it.
> > Is there any reference for it.
>
> I don't know what an sbulla is, but did you try mke2fs /dev/sbulla ?


Its sbull.Just i append the name as sbulla
I tried mke2s /dev/sbulla
I get

ro...@192.168.0.112:/opt/dvevm# mke2fs /dev/sbulla
mke2fs 1.35 (28-Feb-2004)
sbulla: unknown partition table
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
64 inodes, 512 blocks
25 blocks (4.88%) reserved for the super user
First data block=1
1 block group
8192 blocks per group, 8192 fragments per group
64 inodes per group

Writing inode tables: done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 20 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.


Regards
Kirthika

Tauno Voipio

unread,
Oct 30, 2009, 1:41:15 PM10/30/09
to


Did you create partitions before formatting
a file system?

--

Tauno Voipio

0 new messages