Results 1 to 2 of 2

Thread: I have a problem with bootable usb flash

  1. #1
    Join Date
    Oct 2019
    Beans
    6

    I have a problem with bootable usb flash

    I wanted to create a bootable drive for win xp, when convert FAT32 to NTFS with some commands:
    Code:
    sudo apt-get install gparted
    sudo apt-get install ntfs-3g
    df -h
    umount /dev/sdb1 sudo mkntfs --fast --label myUsbDrive /dev/sdb1
    I can't mount usb, i tried some ways but still failed:
    Code:
    mount /dev/sdb1
    sudo mount /dev/sdb1
    sudo mount /dev/sdb1 /mnt
    Yesterday, I pluged in the usb again. I has error:
    Error mounting /dev/sdb at: command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=100 0" "/dev/sdb1" exited with non-zero exit status 13: $mftmirr does not match $mft (record 0).
    Failed to mount '/dev/sdb1': input/output error.
    NTFS is either inconsistent, or there is a hardware fault, or it's a softraid/fakeraid hardware.
    In the first case run chkdsk /f on windows then reboot into windows twice.
    The usage of the /f parameter is very important!
    If the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory, (e.g. /dev/mapper/nvidia_eahaabcc1).
    Please see the 'dmraid' documentation for more details.
    Name of usb: /dev/sdb1
    Link of directory: /media/bodhi64/myUsbDrive
    Like this pic:
    shot-2019-10-07_20-47-37.png
    Anyone can help me? Thanks in advance.




    ---------
    EDIT:
    It will be solve by: convert NTFS to FAT32
    Code:
    sudo mkfs -t vfat /dev/sdb1
    Last edited by hiepvs; October 9th, 2019 at 05:20 PM.

  2. #2
    Join Date
    Feb 2010
    Location
    In My Food Forest
    Beans
    9,318

    Re: I have a problem with bootable usb flash

    Moved to Windows sub-forum.
    Cheers & Beers, uRock
    [SIGPIC][/SIGPIC]

Bookmarks

Posting Permissions

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