Results 1 to 3 of 3
Can someone explain this to me please?
ubuntu@ubuntu:~$ sudo mke2fs -j /dev/hdb3
mke2fs 1.40.2 (12-Jul-2007)
/dev/hdb3 is mounted; will not make a filesystem here!
ubuntu@ubuntu:~$ sudo umount /dev/hdb3
umount: /dev/hdb3: ...
- 02-22-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 6
Mount problems
Can someone explain this to me please?
ubuntu@ubuntu:~$ sudo mke2fs -j /dev/hdb3
mke2fs 1.40.2 (12-Jul-2007)
/dev/hdb3 is mounted; will not make a filesystem here!
ubuntu@ubuntu:~$ sudo umount /dev/hdb3
umount: /dev/hdb3: not mounted
I'm thinking about trying:
sudo mke2fs -F -F -j /dev/hdb3
probably not the best thing to do... but i'm stuck for ideas.
Can anyone help before i blow up my hd.
- 02-22-2008 #2Just Joined!
- Join Date
- Feb 2008
- Posts
- 29
Is there really a filesystem mounted on /dev/hdb3?
do a fdisk -l to see the available partitions and then run the command against the desired partition
- 02-22-2008 #3
Post the output of df -h command too.
Code:sudo fdisk -l df -h
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote