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.
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
r...@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
kracks wrote: > 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
> r...@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