Find the answer to your Linux question:
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: ...
  1. #1
    Just 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.

  2. #2
    Just 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

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...