Main Page | Report this Page
Linux Forum Index  »  Linux Development - System  »  Mounting sbulla fails...
Page 1 of 1    

Mounting sbulla fails...

Author Message
kracks...
Posted: Mon Oct 26, 2009 9:43 pm
Guest
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
 
kracks...
Posted: Wed Oct 28, 2009 2:38 pm
Guest
On Oct 29, 8:28 am, Bill Marcum <marcumb... at (no spam) bellsouth.net> wrote:
Quote:
On 2009-10-27, kracks <kirthikai... at (no spam) 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

root at (no spam) 192.168.0.112:/opt/dvevm# mke2fs /dev/sbulla
mke2fs 1.35 (28-Feb-2004)
sbulla: unknown partition table
Filesystem labelOS 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
 
Bill Marcum...
Posted: Wed Oct 28, 2009 5:28 pm
Guest
On 2009-10-27, kracks <kirthikaiitm at (no spam) gmail.com> wrote:
Quote:


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 ?
 
Tauno Voipio...
Posted: Fri Oct 30, 2009 11:41 am
Guest
kracks wrote:
Quote:
On Oct 29, 8:28 am, Bill Marcum <marcumb... at (no spam) bellsouth.net> wrote:
On 2009-10-27, kracks <kirthikai... at (no spam) 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

root at (no spam) 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


Did you create partitions before formatting
a file system?

--

Tauno Voipio
 
 
Page 1 of 1    
All times are GMT - 5 Hours
The time now is Sat Nov 28, 2009 4:51 pm