Results 1 to 2 of 2

Thread: How to view file system and contents of ntfsclone image

  1. #1
    Join Date
    Sep 2015
    Beans
    14

    How to view file system and contents of ntfsclone image

    I created an image of my partition with "ntfsclone"

    Man page: https://linux.die.net/man/8/ntfsclone

    The result was an image file or .img file.

    I right clicked and mounted it with Disk Image Mounter in Ubuntu Budgie.

    In the program gnome-disks (to install it type "sudo apt-get install gnome-disk-utility"), the image shows up as mounted under /dev/ as "Loop3". Unfortunately the program does not detect that it is an ntfs partition and instead says it has an "Unknown" file system.

    How can I get the program to recognise the ntfs file system so that I can view the files?

  2. #2
    Join Date
    Jun 2014
    Beans
    7,401

    Re: How to view file system and contents of ntfsclone image

    Don't use ".img" files or Disk Image Mounter but you might try to manually mount it. First create a mount point, as an example: sudo mkdir /mnt/fileimg
    Then try to loop mount it: sudo mount -o loop nameoffile.img /mnt/fileimg. Obviously replace the name with the actual name.

Tags for this Thread

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
  •