Image For Windows

Discussion in 'backup, imaging & disk mgmt' started by Stigg, Apr 15, 2014.

  1. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,148
    Location:
    NSW, Australia
    It happened to me about six years ago. Weird. Reactivated after I sent an email.
     
  2. Hadron

    Hadron Registered Member

    Joined:
    Apr 1, 2014
    Posts:
    2,139
    Me too. :eek:
     
  3. pandlouk

    pandlouk Registered Member

    Joined:
    Jul 15, 2007
    Posts:
    2,976
    From the customer response it seems that the download limit gets reset every week or once a week (they told me to not download for a week).
     
  4. Hadron

    Hadron Registered Member

    Joined:
    Apr 1, 2014
    Posts:
    2,139
    I am trying to make a TBWinPE UFD using MakeDisk, but I keep getting the format failed message.
    I can format the UFD using Windows, Rufus, Diskpart and Fat32 Format, but I still keep the getting the error message with MakeDisk.

    I can't find any info on the TeraByte Unlimited site.


    Edit: Never mind. I just created ISOs, then used Rufus to create UFDs. :)
     
    Last edited: Oct 2, 2019
  5. Hadron

    Hadron Registered Member

    Joined:
    Apr 1, 2014
    Posts:
    2,139
    Is there some trick to get Image for Windows to display your Scheduled Tasks?
    In the past, I have created schedules directly from IFW, but they eventually disappear from the Scheduled Tasks tab, although everything continues to work.
    Also, if you create a new backup task directly from Task Scheduler, it obviously won't display.
     
  6. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,148
    Location:
    NSW, Australia
    That's how I do it.

    Edit... I just set up a schedule in IFW. I'll let you know what happens.
     
    Last edited: Oct 2, 2019
  7. Hadron

    Hadron Registered Member

    Joined:
    Apr 1, 2014
    Posts:
    2,139
    OK, Brian. :thumb:
     
  8. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,148
    Location:
    NSW, Australia
    Hadron, the task is still present in IFW.
     
  9. Hadron

    Hadron Registered Member

    Joined:
    Apr 1, 2014
    Posts:
    2,139
    Did you schedule it from within IFW?
     
  10. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,148
    Location:
    NSW, Australia
  11. Hadron

    Hadron Registered Member

    Joined:
    Apr 1, 2014
    Posts:
    2,139
    Regarding this article about manually updating your boot media.
    It shows hot to manually copy the files from the ISO folder to your existing bootable UFD or ISO for Windows RE, but how can that same process be used for Windows PE?

    The article heading implies that you can do both.
     
  12. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,148
    Location:
    NSW, Australia
    Yes, it works for both. I use that method for my RE and PE partitions on my SSD. Just copy the contents of the ISO folder.

    Code:
    sub main()
     ext("open fs 0: 0 0x0E")
     ext("RD 0:\ /s /y")
     ext("dir 0:\")
     printl(" ")
     ext("copy D:\TBWinRE_files\333pe\ISO\* 0:\ /s /y")
     ext("set vol TBWinPE333 0:")
     printl(" ")
     ext("dir 0:\")
     printl(" ")
     ext("close fs 0:")
    end sub
     
  13. Hadron

    Hadron Registered Member

    Joined:
    Apr 1, 2014
    Posts:
    2,139
    So, just copying the contents of the ISO folder works for both Pre-existing Windows RE and PE images or UFDs?
    But, they obviously turn out to be the same size doing it that way, but if I make them again from scratch, there is a big file size difference.


    PS: What's the script for?
     
  14. Hadron

    Hadron Registered Member

    Joined:
    Apr 1, 2014
    Posts:
    2,139
    If the bootable media doesn't work for new versions of IFW, does it work the other way? That is, does new bootable media work for older images?
     
  15. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,148
    Location:
    NSW, Australia
    Sure, it's backwards compatible. Ver 3.33 will restore a 3.01 image.
     
  16. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,148
    Location:
    NSW, Australia
    It's for copying ISO folder files to a SSD partition. I run IFL from the SSD. No external media needed.

    My RE ISO folder is 437 MB. My PE ISO folder is 305 MB.
    RE has always been larger.
     
  17. Hadron

    Hadron Registered Member

    Joined:
    Apr 1, 2014
    Posts:
    2,139
    OK.
    Thanks, Brian. I thought so, but I just thought I'd check.
     
  18. Hadron

    Hadron Registered Member

    Joined:
    Apr 1, 2014
    Posts:
    2,139
    But if you are copying from the same ISO folder, then it has to be the same size.
     
  19. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,148
    Location:
    NSW, Australia
    I see what you mean. No, I have two separate "installs". One for RE and one for PE. I copy C:\Program Files (x86)\TeraByte Drive Image Backup and Restore Suite\tbwinre (the tbwinre folder) to two different sites in my D:\ drive and rename them to RE and PE.
     
  20. Hadron

    Hadron Registered Member

    Joined:
    Apr 1, 2014
    Posts:
    2,139
    I think that tutorial needs updating. I have read it a number of times, but I think there is something with it.
     
  21. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,148
    Location:
    NSW, Australia
    I double click tbwinpe.exe and go from there.
     
  22. mantra

    mantra Registered Member

    Joined:
    Jan 25, 2005
    Posts:
    6,177
    hi @Brian K
    is easy and safe to exapand the windows 10 partition (no uefi) with image for linux (partition work)?
    thanks
     
  23. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,148
    Location:
    NSW, Australia
    mantra,

    Sure, no problem.
     
  24. mantra

    mantra Registered Member

    Joined:
    Jan 25, 2005
    Posts:
    6,177
    @Brian K Windows Disk Management does let me only to reduce and not increase windows 10 partition
    and ifw partion too , it doesn't let me to increase w10 space, why?
    i have
    system reserved -> 500mb
    w10 237104 -> mb
    mbr2 868 -> mb windows re
    ----- 715395 free space unallocated space

    thanks
     
    Last edited: Oct 19, 2019
  25. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,148
    Location:
    NSW, Australia
    mantra,

    To enlarge (expand) the Win10 partition you need Free Space immediately after the Win10 partition. Your Free Space is after the 868 MB partition. This applies to all partitioning software. I assume you found IFL Partition Work couldn't expand Win10 either.

    So in Partition Work, Slide the 868 MB partition to the end of the drive, which will give you 715395 MB of Free Space after the Win10 partition. Now you can expand the Win10 partition.

    Edit ... You can either Slide the 868 MB partition to the end of the drive or create an amount of Free Space after the Win10 partition to your liking. eg Slide it 50000 MB.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.