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
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
Did you create partitions before formatting
a file system?
--
Tauno Voipio