No 1080p choice in Compressor's advanced format conversion folder?

I have some 480i DV footage that I need to upconvert to 1080p.
I wish to use Compressor for this but I find that Compressor only has 720p and 1080i settings but no 1080p option to upconvert to. What are my options in Compressor???
Thanks very much in advance,
- Nick
Message was edited by: Nicholas Natteau1

Select "progressive" in the video settings of your selected preset.

Similar Messages

  • Advanced Format Conversion - PAL - NTSC question

    I need to convert from DV PAL (@ 25fps) to DV NTSC (@ 23.98fps).
    My first test conversion resulted in a DV file running at 29.97 fps.
    Also, I seem unable to modify the speed settings in order to re-time from PAL to NTSC, which should run approximately 4% longer.
    Can somebody guide me through how to achieve this?
    G5, dual 2.7   Mac OS X (10.4.9)   Final Cut Studio 2.0

    Marc:
    AFAIK standard DV NTSC is 23.97 fps, why do you need 23.98?
    The best free way I found is with Compressor Advanced format conversion, using the settings you'll find in this thread posted by Andynick:
    http://discussions.apple.com/thread.jspa?messageID=3055477&#3055477
    Export your timeline as Quicktime Movie, same settings (self contained if you have space) and use that in Compressor.
    Hope that helps !
      Alberto

  • Advanced Format Hard Drive not recognized by HP DV6000 Controller

    Hello,
    I have an HP DV 6000 laptop (6276 I think, I'm at work can't check) that came preinstalled with a Western Digital 160gb 1.5gb/s 5400 RPM drive (Vista) that failed a couple of weeks ago.  So i bought a Western Digital 750 GB WD Black SATA III 7200 RPM 16 MB drive to replace it. I read about people having some problems with Advanced Drive Format hard drives not being recognized by their controller, but also read that depending on the controller and specific Dv6000 model laptop they had-one wouldn't run into problems. 
    Well sure enough, when attempting to install Windows 7 I received the error that the hard drive was not detected. After researching online I came across an article on WD's site that noted
    "Our SATA II hard drives use autospeed negotiation. This enables our SATA II drives to automatically detect the motherboard data transfer rate, making it backward compatible with SATA I data transfer rates. However, some older SATA I controllers are unable to support autospeed negotiation and cannot recognize the drive. This “drive not detected” condition occurs when a chipset is incapable of correctly negotiating the data transfer speed with a SATA II hard drive."
    my drive is a SATA ||| but I'm pretty sure it's the same problem.  The site goes on to say a fix would be to  "purchase and install a third party PCI or PCI-Express Second Generation Serial ATA controller card for your Serial ATA hard drive(s)."
    My question(s) are.
    1)Is the problem that I am trying to install a Sata ||| hard drive on a laptop with a controller that will only recognize SATA | hard drive?
    2) Or is the problem that the hard drive is an Advanced Drive Formatted hard drive and I need to buy a hard drive with out that specification?
    3) Or Should I buy a SATA controller card as WD suggests on their website and if so will this definitely allow my laptop's controller to recognize the new hard drive and proceed with the installation?
    4)Or Should I just return the hard drive and buy a SATA | non Advanced Drive Format hard drive? (question 2 basically)
    Thanks for your help!

    Hi @jasmine00 
    Welcome to the HP Support Forums.
    I certainly understand your issue with the drive upgrade. Unfortunately it is a bit of the nature of notebooks, the sacrifice of a large amount of upgradeability, in exchange for compactness and portability. Whenever a new technology comes out, older notebooks are never really going to be easy to upgrade, it at all. Normally the unit as a whole is tested with a set list of hardware, and only those items are supported.
    That being said there is this document that could be helpful with your problem.
    Preparing Advanced Format hard drives for Microsoft Windows installations on HP Business Notebook PC...
    And for your reference:
    HP Pavilion dv6000 Notebook PC Maintenance and Service Guide
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • Partition an Advanced Format drive with 4KB sector (for Linux OS only)

    I got a brand new WD 1TB drive, model WD10EZEX, I'm upgrading from an old 500 GB drive with Arch running on it, and I'm going to make a fresh Arch install on it.
    I suddenly learned about all this Advanced Format issue, with the first units "lying" about physical sector size and all that stuff, which started like 2 years ago and I was not aware of.
    I couldn't find a step by step guide to perform the proper formatting for a fresh Linux OS install with 4KB-sector, despite the info is out there scattered in tons of blogs, forums, etc.
    I figured out the steps for my simple setup, and I'd like to know if everything is all right. For the ones who already know the steps, can you please go to the bottom of the post, and tell me if the final setup is all right to start the fresh install ??  I reproduce all the steps hoping that this will help other people in the future.
    I'll use the whole drive only for an Archlinux install, with one partition for the / and another for /home.
    Seems the GPT modern method is the way to go, and the gdisk tool will do the trick. If we are booting from this drive, with GRUB2 in a BIOS system, we must also create a BIOS Boot Partition.
    So, with the drive having no partitions at all, and sda being the device name
    # gdisk /dev/sda
    Command (? for help): p
    Disk /dev/sda: 1953525168 sectors, 931.5 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): 6527769B-B4BC-408C-A45B-D2DAA4036620
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 1953525134
    Partitions will be aligned on 2048-sector boundaries
    Total free space is 1953525101 sectors (931.5 GiB)
    Number Start (sector) End (sector) Size Code Name
    we create the 2 MiB BIOS Boot Partition
    Command (? for help): n
    Partition number (1-128, default 1): 1
    First sector (34-1953525134, default = 2048) or {+-}size{KMGTP}: 2048
    Last sector (2048-1953525134, default = 1953525134) or {+-}size{KMGTP}: +2M
    Current type is 'Linux filesystem'
    Hex code or GUID (L to show codes, Enter = 8300): ef02
    a 45GB partition to use as /
    Command (? for help): n
    Partition number (2-128, default 2):
    First sector (34-1953525134, default = 6144) or {+-}size{KMGTP}:
    Last sector (6144-1953525134, default = 1953525134) or {+-}size{KMGTP}: +45G
    Current type is 'Linux filesystem'
    Hex code or GUID (L to show codes, Enter = 8300): 8300
    Changed type of partition to 'Linux filesystem'
    and the rest to use as /home
    Command (? for help): n
    Partition number (3-128, default 3): 3
    First sector (34-1953525134, default = 94377984) or {+-}size{KMGTP}:
    Last sector (94377984-1953525134, default = 1953525134) or {+-}size{KMGTP}:
    Current type is 'Linux filesystem'
    Hex code or GUID (L to show codes, Enter = 8300): 8300
    Changed type of partition to 'Linux filesystem'
    we can check the setup
    Command (? for help): p
    Disk /dev/sda: 1953525168 sectors, 931.5 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): 6527769B-B4BC-408C-A45B-D2DAA4036620
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 1953525134
    Partitions will be aligned on 2048-sector boundaries
    Total free space is 2014 sectors (1007.0 KiB)
    Number Start (sector) End (sector) Size Code Name
    1 2048 6143 2.0 MiB EF02 BIOS boot partition
    2 6144 94377983 45.0 GiB 8300 Linux filesystem
    3 94377984 1953525134 886.5 GiB 8300 Linux filesystem
    and everything looks fine, we have the multiples of 8 starting sectors, so we write the changes
    Command (? for help): w
    Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING PARTITIONS!!
    Do you want to proceed? (Y/N): y
    OK; writing new GUID partition table (GPT) to /dev/sda.
    The operation has completed successfully.
    now we need to give the / and /home partitions a format, I choose ext4 and ask for a 4096 block size just in case we have a "lying" unit (not my case but I prefer to write down the most general command)
    # mkfs.ext4 -b 4096 /dev/sda2
    mke2fs 1.42.6 (21-Sep-2012)
    Filesystem label=
    OS type: Linux
    Block size=4096 (log=2)
    Fragment size=4096 (log=2)
    Stride=0 blocks, Stripe width=0 blocks
    2949120 inodes, 11796480 blocks
    589824 blocks (5.00%) reserved for the super user
    First data block=0
    Maximum filesystem blocks=4294967296
    360 block groups
    32768 blocks per group, 32768 fragments per group
    8192 inodes per group
    Superblock backups stored on blocks:
    32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
    4096000, 7962624, 11239424
    Allocating group tables: done
    Writing inode tables: done
    Creating journal (32768 blocks): done
    Writing superblocks and filesystem accounting information: done
    and the same thing for /dev/sda3 .
    Check with gdisk and parted that everything is fine, is this all right to start the install ??
    # gdisk -l /dev/sda
    GPT fdisk (gdisk) version 0.8.5
    Partition table scan:
    MBR: protective
    BSD: not present
    APM: not present
    GPT: present
    Found valid GPT with protective MBR; using GPT.
    Disk /dev/sda: 1953525168 sectors, 931.5 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): 6527769B-B4BC-408C-A45B-D2DAA4036620
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 1953525134
    Partitions will be aligned on 2048-sector boundaries
    Total free space is 2014 sectors (1007.0 KiB)
    Number Start (sector) End (sector) Size Code Name
    1 2048 6143 2.0 MiB EF02 BIOS boot partition
    2 6144 94377983 45.0 GiB 8300 Linux filesystem
    3 94377984 1953525134 886.5 GiB 8300 Linux filesystem
    # parted /dev/sda
    GNU Parted 3.1
    Using /dev/sda
    Welcome to GNU Parted! Type 'help' to view a list of commands.
    (parted) print
    Model: ATA WDC WD10EZEX-00R (scsi)
    Disk /dev/sda: 1000GB
    Sector size (logical/physical): 512B/4096B
    Partition Table: gpt
    Disk Flags:
    Number Start End Size File system Name Flags
    1 1049kB 3146kB 2097kB BIOS boot partition bios_grub
    2 3146kB 48.3GB 48.3GB ext4 Linux filesystem
    3 48.3GB 1000GB 952GB ext4 Linux filesystem
    Last edited by karamaz0v (2012-12-06 06:39:45)

    Your partitions look fine from an Advanced Format point of view. The test is simple: Are all your partitions' start points, as measured in sectors, divisible by 8? Yours are.
    karamaz0v wrote:what confused me a bit, was that I saw a lot of setups with the BIOS boot partition, and also a 200 MB EFI one. Having a BIOS system, I think I don't need the EFI one.
    Some people do this because they're unclear of their requirements. Others do it because they want to have the option of switching boot modes between BIOS/legacy and EFI. With both types of boot loader installed, you can choose on a boot-by-boot basis which way to start the computer, assuming it supports both boot modes.

  • Confirmation on Advance Format Drive

    Hello all, I have been searching everywhere for this, I think I found it once before, but lost it when I was moving. I am using a advanced format drive which means I need the 2mb boot partition labelled ef02.
    The problem I am having is when it comes to installing grub I was sure that you have to add some sort of line for it to use the ef02 partition.

    An Advanced Format drive is one that uses physical sectors that are 4096 bytes in size, rather than the older standard of 512 bytes. Most (in fact, all, the last I heard) such drives present the illusion of using 512-byte sectors for compatibility purposes, though.
    The gdisk partition type code of EF02 refers to a BIOS Boot Partition, which holds boot loader code for GRUB on disks that are partitioned using the GUID Partition Table (GPT) partitioning system. Note that this partition is only necessary when using GRUB on a BIOS-booted GPT disk. If you've got an MBR disk or if you're booting in EFI mode, you don't need this partition.
    These two issues are entirely unrelated. It's possible to use MBR (which has no equivalent to GPT's BIOS Boot Partition) on an Advanced Format disk, and it's possible to use a BIOS Boot Partition on a disk that's not an Advanced Format model.
    As to GRUB installation, you should not need to issue any special command to get it to find the BIOS Boot Partition; it should find it automatically.

  • BW Macros for Advanced Formatting of BEX Reports

    Hi BW Gurus,
    Would like to bring to ur attention for a small solution which i have proposed for SAP Tech Ed. As a BW consultant, you would have come across a situation where you had to decide a reporting tool that was flexible, reliable, user friendly, less expensive and that can be used with less training but still have all the features of Excel.
    Topic : BW Macros for Advanced Formatting of BEX Reports
    Abstract : The workshop will help you to provide advanced formatting with Bex Reports. You will also learn how to add and retain Formats in Bex reports with BW Macros. Advanced formatting includes retaining of formats with excel shawdow boxes, automatic print settings, comments, hiding rows or columns, adding calculations, changing color, maintaining report titles. etc.  The solution will help the business users/ power users to maintain different formats of a report without going for any 3rd party tools like Crystal or Business objects. As most of the business users are familiar with Excel, it would be easy for them to maintain or change the reports rather depending on IT for each change.
    For additional details please have a look at this
    http://www.netsaptech.com/sdn/BWMacrosforFormatting.pdf
    If you feel that this presentation is going to help you dont forget to vote the presentation at sdn.sap.com for SAPTech Ed 2006 - Las Vegas.
    For details on how to vote click the below link.
    http://www.netsaptech.com/sdn/sdn.htm
    Bio of the Author.
    http://www.netsaptech.com/resume/MMDinesh_Org.doc
    Regards,
    Dinesh Mukundu

    HI ,
        Can you please send me the link where  I can see the material  for formatting of BEX reports...
    I tried opening the link which u had sent i your post but it is not opening....
    thanks,
    Nip

  • Does AirPort Extreme support external drives with Advanced Format (4K) ?

    Hi!
    I have an AirPort Extreme from 2008 and now i want to use a Raid 1 USB HDD for Time Machine.
    The new disks often has the new "Advanced Format" (4K blocks).
    Does this APE support such 4k drives?
    At the moment i don't have any experience with this new format,
    for this reason i don't know if the APE or the hdd case has to support this format.
    regards
    Sebastian

    Sebastian Brandner wrote:
    1) I'm using a simple USB Disk, connected to my APE, as Time Machine Backup Volume. This works quite well for about a year.
    Yes, for a few folks it does appear to work for a number of days, weeks, or months. But sooner or later, the backups turn up corrupted, often beyond repair. It happens to me about eery 3 months, which seems fairly typical. That's likely why Apple doesn't support it, and nobody should depend on it.
    2) The RAID Case shows only a single disk to the connected device, raid 1 handling ist internal and so it's again just a simple usb disk.
    Correct. I didn't say otherwise. In a supported location, Time Machine will back up to a hardware RAID set (but not a software one).
    3) The link with the supported disks doesn't handle the new disk format 4k. :-/ Maybe the support entry is too old.
    Note that it's a 2008 Airport Extreme; that predates the support article by at least a couple of years.
    But by all means, call AppleCare if you don't believe the support article.

  • Backup and Restore image fails 3TB Advanced Format Drive Windows 7-32 SP1

    Windows native backp fails to create an System Image, or a Complete PC Backup.
    This occurs in Windows 7, 64 bit Professional, Windows 7, 32bit Ultimate, Windows Vista Business, 32 bit. It occurs in 6 different computers I've tried. All the backup drives are 3TB. I have tried Seagte USB and Hitachi USB drives. 4 of them. The Windows
    7 Ultimate, 32bit machine has SP1. All operating systems are using the current Service Packs, and all of the MS Updates including all of the recommended harware drivers. All of the systems are using the latest BIOS, firmware and OEM drivers as well.
    It looks like the issue may be causes by a deficiency in Windows related to the Advanced Format drive spec. All of the computers that qualified had the AF hotfix applied; Advanced Format Drives 512e 4k, Vista
    and 2008 - KB2470478, Windows 7, and 2008 R2 KB982018
    Error messages follow:
    The Backup Failed.
    Error message: One of the backup files could not be created. (0x8078002A)
    The request could not be perfomed because of an I/O error. (0x8007045D)
    This deficiency seems to apply across the board to different hardware manufacturers of external hard drives.
    From what I have heard, Western Digital may have a format utility that addresses this issue, but only for WD drives.
    Help.

    Hi David,
    Did you have found any error message?
    Check if all the files have been created on the hard drive.
    Check the Volume shadow copy service in services window. To check follow these steps:
    i.                   
    Click Start and type services.msc in the search box
    ii.                 
    Search for the Volume shadow copy service
    Make sure the start- up type is automatic.  Steps to set the services to automatic
    i.                   
    Search for the service
    ii.                 
    Right click on the service
    iii.               
    If the service is stopped then Start the service
    iv.                
    Select Properties
    v.                  
    And in the Start-up type select Automatic
     This is the most definitive answer I can find so am taking this as the answer.
    http://social.technet.microsoft.com/Forums/en/windowsbackup/thread/889b01be-d333-4fc7-b005-e12b7b236ad7
    http://social.technet.microsoft.com/Forums/en-US/windowsbackup/thread/444e8ea2-6417-45dc-83d4-f5ae45bbaa02
    Thanks,
    Jeff
    如果您对我们的论坛在线支持服务有任何的意见或建议,请通过邮件告诉我们。
    立刻免费下载 
    TechNet
    论坛好帮手

  • Toshiba Satellite: upgrade to Advanced Format hard drive?

    Hi! I have a Toshiba Satellite. My hard drive is on the fritz, so I want to upgrade the hard drive. I called Toshiba support and asked what kind of hard drives I could use. They said "Any hard drive that isn't Advanced Format".
    So I buy a new hard drive (that has no mention of being Advanced Format). It arrives, and (surprise) it says "Advanced Format" on the drive itself.
    My question: is it okay to use Advanced Format drives on a Satellite? I know I'll probably have to update the BIOS, but beyond that, is there anything special about a Satellite that would cause it to have problems?
    Toshiba Satellite L775D-S7222
    Windows 7
    New hard drive I want to use: "WD Black". WD5000BPKT (It's a Western Digital brand.)
    I intend to "clone" my entire system, windows and all, to the new drive. I know I will have to run a "realignment" tool. I plan to use WD's cloning tool, which can both clone and realign.
    http://support.wdc.com/product/downloaddetail.asp?swid=119&wdc_lang=en
    edit: For reference, there's an excellent knowledge base article here:
    http://forums.toshiba.com/t5/System-Recovery-and-Recovery/Errors-after-installing-new-quot-advanced-...
    I guess my question is "Should I avoid AF completely" and try to return the hard drive?
    Solved!
    Go to Solution.

    Satellite L775D-S7222
    "WD Black". WD5000BPKT
    Just for the record, the WD5000BEKT does not use advanced-format technology.
       WD Scorpio Black
    I called Toshiba support and asked what kind of hard drives I could use. They said "Any hard drive that isn't Advanced Format"
    Toshiba's tech support is correct in the case when you restore the hard disk to its original out-of-the-box contents using Toshiba recovery media. It's likely you will have the sort of problems I have described in this message.
       After Restoring to New Hard Disk, No Windows Update - a Fix
    I know of no reason you should have difficulty when you follow the instructions from Western Digital for cloning to an AFT drive.
    -Jerry

  • SOLARIS OS Support for Advance Format Hard Drives

    Hello,
    I am fairly new to the UNIX Operating System so I'm hoping that someone can help me. Does Solaris support the new Advance Format hard drives (4k sector boundaries)? I cannot find any mention of the advance format drive in the Oracle literature. I believe, based on my recent reading that Open Source Solaris depends on ZFS to handle the support of the new 4kbyte sector size.
    Thank you in advance for any information you can supply.
    Steve

    Moderator Action:
    This post has been moved to the Solaris 10 forum.
    @ O.P.,
    You originally posted your inquiry to the Clustering forum, which has nothing to do with the topic of disk cluster size.
    Glance at the documentation for Oracle Cluster 4.0 to see what clustering is all about.

  • Do Advanced Format drives work in Lion?

    I have a "new" mid 2009 MacBook, and I'm replacing everything on it so I can use it for school. I want to use Lion, and decided to get a new hard drive to compliment the upgrade.I ordered a WD Scorpio Black drive...but just realized it had Advanced Format in the description. I noticed alot of reviewers said it worked with their MacBook Pro's, but dont know if they succesfully got AF to work or not...sounds like there would be a serious performance hit if they couldnt get it to work.Does Lion have any way to format the drive in AF?Is it even necessary?

    Advanced format has nothing to do with the format of the drive.
    Advanced format means they switched from the 512 byte to 4k byte per sector.
    Advanced Format is a generic term pertaining to any sector format used to store data on the magnetic disks in hard disk drivesthat exceeds 512 to 520 bytes per sector. Advanced Format is also considered a milestone technology in the history of hard-drive storage, where data has been processed in 512-byte increments since the inception of the hard-disk drive in 1956. Changing the sector format convention to larger data sectors, such as the 4,096-byte structure used in the first generation of Advanced Format technologies, uses the storage surface area more efficiently for large files but less efficiently for smaller files, while enabling the integration of stronger error correction algorithms to maintain data integrity at higher storage densities.
    http://en.wikipedia.org/wiki/Advanced_Format

  • Recovering Windows 7 with advanced format drive failes without SP1

    I have a dv6-2150us and the hard drive failed.  I acquired a new drive and ran recovery disks.  Unfortunately many features do not work correctly on an advanced format drive in Windows 7 without SP1.  The key feature is Windows update does not work which prevents me from upgrading to SP1.  I tried many fixes to Windows update and downloaded SP1 from Microsoft's site, but they all fail to install because update fails to run.
    Any advice?  I tried to install a fresh ISO of Windows 7 SP1 which works fine, but I would rather not pay for an OS I already own.  My Windows license key doesn't work with the Windows 7 SP1 install.
    This question was solved.
    View Solution.

    dv6guy,
    Did the HP Recovery Discs actually fail to install??? Does the recovered install fail to boot completely or correctly. Or does the recovered install not only have isues with Windows update and/or other software???
    If the recovery completes and you can enter Windows please try to use ABR Beta With Windows 7 Support to backup the installed HP OEM SLP key and HP OEM SLP certificate. Once you have these, save the complete ABR folder to an external location, like a USB stick. Next, install Windows 7 SP1 from your fresh ISO. Do not enter a product key when requested and do not allow Windows to try to activate the computer. Now, restore the key and certificate to your fresh Windows 7 SP1 install. Verify that Windows is activated. Post back and let us know if this succeeded or failed
    Please see this forum thread entitled How to Install Windows 7 Without the Disc for more on the subject.
    Please send KUDOs
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • PS3 and Advanced Format Issues (scorpio blue 500gb)

    I just bought a scorpio blue 500gb that has advanced format i.e. 4k sectors and it is not working correctly with my PS3 slim with 4.75 firmware. I believe it's due to the advanced format tech used on the drive. Symptoms are constant corruption, PS3 rebuilds the database often after a cold start.very slow boot up sometimes, not everytime, but sometimes the drive indicator is solid for a long time and the screenstays black, sometimes it won't boot at all. I put a older scorpio blue 320 from 2008 and all the symptoms went away.  The 500gb seems to work just fine in a USB enclosure when I format it on windows. Is there something special that needs to be done to these advanced format drives for the PS3?

    Hi, 
    As a recommendation, check on the PS3 forums to see if they have any specific information about this. I haven't seen any post about this on the community.

  • How do I format my HDD to Advanced Format/512E to use 512K blocks with Windows Backup?

    I'm running Windows 7 Pro 64-bit. When running Windows Backup onto an external 4TB Touro HDD (2TB partition), I receive the error:
    The last backup did not complete successfully. One of the backup files could not be created. Details: The request could not be performed because of an I/O device error.
    Error code: 0x8078002A
    The cause was given on a forum as:
    "The "root cause" is that Windows 7 (and its system tools) does not support a 4K native block size. As a workaround the disk can be formatted with "Advanced Format"/512E to use 512K blocks."
    It was suggested I try WD Quick Formatter, but this only works with WD HDDs.
    How do I format my HDD to "Advanced Format"/512E to use 512K blocks, so I can use Windows Backup with it?

    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    C:\Windows\system32>fsutil fsinfo ntfsinfo c:
    NTFS Volume Serial Number :       0x242afc902afc5fea
    Version :                         3.1
    Number Sectors :                  0x000000003a352fff
    Total Clusters :                  0x000000000746a5ff
    Free Clusters  :                  0x0000000005e48694
    Total Reserved :                  0x00000000000007f0
    Bytes Per Sector  :               512
    Bytes Per Physical Sector :       512
    Bytes Per Cluster :               4096
    Bytes Per FileRecord Segment    : 1024
    Clusters Per FileRecord Segment : 0
    Mft Valid Data Length :           0x000000000c3c0000
    Mft Start Lcn  :                  0x00000000000c0000
    Mft2 Start Lcn :                  0x0000000000000002
    Mft Zone Start :                  0x00000000000cc3c0
    Mft Zone End   :                  0x00000000000cc820
    RM Identifier:        16D85EDA-ACBE-11E4-A5A3-A05A914FC676
    C:\Windows\system32>fsutil fsinfo ntfsinfo d:
    NTFS Volume Serial Number :       0x42f230acf230a657
    Version :                         3.1
    Number Sectors :                  0x000000003a344fff
    Total Clusters :                  0x00000000074689ff
    Free Clusters  :                  0x0000000004cd1d59
    Total Reserved :                  0x00000000000004f0
    Bytes Per Sector  :               512
    Bytes Per Physical Sector :       512
    Bytes Per Cluster :               4096
    Bytes Per FileRecord Segment    : 1024
    Clusters Per FileRecord Segment : 0
    Mft Valid Data Length :           0x000000000d680000
    Mft Start Lcn  :                  0x00000000000c0000
    Mft2 Start Lcn :                  0x0000000003d33dff
    Mft Zone Start :                  0x00000000000cd680
    Mft Zone End   :                  0x00000000000d0a80
    RM Identifier:        ECA1E0C8-16BA-11E2-9D34-BC5FF45A168E
    C:\Windows\system32>fsutil fsinfo ntfsinfo g:
    NTFS Volume Serial Number :       0x3c2a8ca32a8c5c30
    Version :                         3.1
    Number Sectors :                  0x00000000e8dc7fff
    Total Clusters :                  0x000000001d1b8fff
    Free Clusters  :                  0x0000000011a7dc88
    Total Reserved :                  0x0000000000002180
    Bytes Per Sector  :               512
    Bytes Per Physical Sector :       4096
    Bytes Per Cluster :               4096
    Bytes Per FileRecord Segment    : 1024
    Clusters Per FileRecord Segment : 0
    Mft Valid Data Length :           0x0000000002780000
    Mft Start Lcn  :                  0x00000000000c0000
    Mft2 Start Lcn :                  0x0000000000000002
    Mft Zone Start :                  0x00000000000c0e40
    Mft Zone End   :                  0x00000000000cc840
    RM Identifier:        9E8A90E7-BF88-11E4-B26E-BC5FF45A168E
    C:\Windows\system32>

  • Suggestions for a Non Advanced Format HDD for Satellite L450-136

    I need to replace the HDD on my Satellite L450-136 and am looking for one compatible with it. Straightforward you may think, but I have found out the hard way that the Advanced Format HDDs that are on the market today do not work with the L450's Recovery Disk (because the version of windows 7 on the disk does not have SP1 applied). I have been told by Toshiba that there is no way round this apart from purchasing a "compatible" HDD.
    However, I am having trouble sourcing a replacement HDD that does not have AF. So does anyone have any suggestions for a reliable replacement HDD but *without* AF?

    Thanks for your reply. Yes you are right, the HDDs on the market now with Advanced Formatting are compatible with the notebook. I tested this by downloading an ISO of Windows 7 with SP1 applied, and this installed and ran without any probs. The only fly in the ointment was that I would need to buy a new license to use this on a permanent basis as the Toshiba Prod Id wasn't accepted by Microsoft as valid. Ubuntu also installed and ran ok although I didn't really want to go down this route.
    When you say about formatting the HD on another PC, I have to admit I didn't try this. However, I may be wrong in this, but wouldn't the successful installation of either Ubuntu or Windows 7 with SP1 have formatted the disk? If this is the case, then using Recovery Disk after this still didn't work and got the same error.

Maybe you are looking for

  • Problem in Sales Order Query

    Hi All, I have problem....This is query which ic combination of Sales Order, Return, Delivery and AR Invoice.....Please tell me why this query is not working ......I want Document No, Quantity, Doc Date from Sales Order, Return, Delivery and AR Invoi

  • Video Input

    Just a question about video input on iMacs. Is there any other way to get video input from an Xbox or another gaming console without having to but Elgato products? Why hasn't apple made a 19.99 input adapter to handle S-video or component input just

  • How do I open an unknown file type on ios

    I have a specific file type that is nothing more than a text file.  But when I receive emails with this file type, I can't do anything with it.  It is a situation that happens all the time because it is a standard type of file that my company uses, s

  • Feature Request Regarding LrDialogs.promptForActionWithDoNotShow - Ability to rename 'Cancel' label.

    You can set the labels for all the actions, but sometimes it would help to make it clear to the user what's going to happen by pressing cancel, if the cancel label could also be set - just like you can for the other similar lr-dialog functions with c

  • Security authentication for user

    Hi, WLS 7.0 HP-UX I am planning to write a module which would let user to put in a userid and password. I would set up the user on the WLS console and use this through JAAS to authenticate the user . This is as per the example BEA has. It looks prett