Results 21 to 30 of 39
alright, I did 3 of them with ease but on the last one i got this:
Code:
wrong fs type, bad option, bad superblock on /dev/hdb1,
or too many mounted ...
- 12-07-2005 #21Just Joined!
- Join Date
- Dec 2005
- Location
- Australia
- Posts
- 28
alright, I did 3 of them with ease but on the last one i got this:
Code:wrong fs type, bad option, bad superblock on /dev/hdb1, or too many mounted file systems
- 12-07-2005 #22
What do you mean you did three of them with ease?? Which ones?? Were any of the "mount" commands successful??
I'm guessing you were successful with mounting /dev/hda1 but not /dev/hdb1??
The command I gave you was to mount hdb1 as fat32, so I guess it's not formatted as fat32, or it's not formatted at all. If you're sure you want to format it then do this,(this will format it as ext2)Code:sudo mk2fs /dev/hdb1
or(will format it as ext3)Code:mk2fs -j /dev/hdb1
You might want to unplug your ntfs windows drive before you start this process to make sure that nothing happens to it. Do this,Code:sudo umount /dev/hda1
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 12-07-2005 #23Just Joined!
- Join Date
- Dec 2005
- Location
- Australia
- Posts
- 28
When I try to unmount hda1 this happens:
And when I try to format hdb1 it says this:Code:umount: /dev/hda1: not mounted
Code:sudo: mk2fs: command not found
- 12-07-2005 #24
Try "mkfs" instead of "mk2fs"
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 12-07-2005 #25Just Joined!
- Join Date
- Dec 2005
- Location
- Australia
- Posts
- 28
Ok I've done that and this is what happened-
Then I waited a little bit and it said:Code:mke2fs 1.34-WIP (21-May-2003) Filesystem label= OS type: Linux Block size=4096 (log=2) Fragment size=4096 (log=2) 1245184 inodes, 2488059 blocks 124402 blocks (5.00%) reserved for the super user First data block=0 76 block groups 32768 blocks per group, 32768 fragments per group 16384 inodes per group Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632
Is this what is meant to happen? What should I do now?Code:Writing inode tables: 42/76^[[A^[[A^[[B^[[B^[[C^[[^[[D^[[D^[[Cdone Writing superblocks and filesystem accounting information: done This filesystem will be automatically checked every 22 mounts or 180 days, whichever comes first. Use tune2fs -c or -i to override.
- 12-07-2005 #26
Don't worry, that is all exactly as expected
It should now be formatted as ext2 and ready for linux. You can test it by trying to mount hdb1 again.
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 12-07-2005 #27Just Joined!
- Join Date
- Dec 2005
- Location
- Australia
- Posts
- 28
uh-oh. when i type that it says
What should I do?Code:mount: can't find hdb1 in /etc/fstab or /etc/mtab
- 12-07-2005 #28Code:
sudo mount -t ext2 /dev/hdb1 /mnt/windows/E
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 12-07-2005 #29Just Joined!
- Join Date
- Dec 2005
- Location
- Australia
- Posts
- 28
this happens:
Also, I think I have installed dsl now, but how do I make it so that it asks me wether I want to boot dsl or windows at startup?Code:mount: mount point /mnt/windows/E does not exist
- 12-07-2005 #30You need to use "mkdir" to make the folder you want to mount it to. But it's not important if you've already installed DSL.
Originally Posted by Javmaz
Are you sure you have installed DSL?? How did you do it??
Originally Posted by Javmaz Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode


Reply With Quote
