<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[GParted forum]]></title>
		<link>http://gparted-forum.surf4.info/index.php</link>
		<atom:link href="http://gparted-forum.surf4.info/extern.php?action=feed&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent topics at GParted forum.]]></description>
		<lastBuildDate>Sun, 20 May 2012 01:26:54 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Several problems following Create GParted live from scratch procedure]]></title>
			<link>http://gparted-forum.surf4.info/viewtopic.php?id=16526&amp;action=new</link>
			<description><![CDATA[<p>I&#039;m doing my best to follow the Create GParted live from scratch procedure but encountered the following problems.</p><p>I made it beyond the &quot;E: Package &#039;mkisofs&#039; has no installation candidate&quot; message by following the apt-get suggestion of using &#039;genisoimage&#039;.</p><p>I continue to follow the procedure until it is time to Run: &quot;/opt/drbl/sbin/create-gparted-live&quot; and then get &quot;lb config: unrecognized option &#039;--packages&#039;&quot;.</p><p>The &quot;live build&quot; information I found says documentation is &quot;todo&quot;.</p><p>I&#039;d appreciate help from anyone that can provide (or direct me to) the necessary information.</p><p>Thanks in advance,<br />Kevin</p>]]></description>
			<author><![CDATA[null@example.com (kec)]]></author>
			<pubDate>Sun, 20 May 2012 01:26:54 +0000</pubDate>
			<guid>http://gparted-forum.surf4.info/viewtopic.php?id=16526&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[GParted 0.3.3 shows unallocated drive]]></title>
			<link>http://gparted-forum.surf4.info/viewtopic.php?id=16525&amp;action=new</link>
			<description><![CDATA[<p>Hi!<br />I&#039;m trying to install Puppy Linux 4.2.1 on a Dell Dimension 3000 (2.8 GHz, 512 MB, 40 GB)&nbsp; which has XP installed on it. I had partitioned the drive using GParted 0.8 (not positive of version) from a different, newer Puppy Linux. <br />The current fdisk shows:<br /></p><div class="codebox"><pre><code># fdisk -lu

Disk /dev/sda: 40.0 GB, 40000000000 bytes
255 heads, 63 sectors/track, 4863 cylinders, total 78125000 sectors
Units = sectors of 1 * 512 = 512 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1              63       80324       40131   de  Dell Utility
/dev/sda2   *       80325    45559807    22739741+   7  HPFS/NTFS
/dev/sda3        70653870    78108029     3727080   db  CP/M / CTOS / ...
/dev/sda4        45559808    70651903    12546048   83  Linux</code></pre></div><p>Running the Puppy 4.2.1 installer, which uses GParted 0.3.3 sees the entire disk as unallocated space. Running &quot;parted&quot; from console says the disk label is undefined (or something like that).</p><p>I&nbsp; believe the problem is with the Dell Utility in the first partition being unrecognized, or perhaps the Dell backup in sda3 being located at the end of the disk, rather than in the middle.</p><p>This is an older Puppy, but it has good modem support, which I need.</p><p>So, how do I get the GParted 0.3.3 to see the entire disk so I can finish the installation? I&#039;d rather not remove the XP if possible. I have tried using patched versions of GParted 0.3.3 as well as tried to install Gparted 0.4.5 without success.</p><p>Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (heywoodj)]]></author>
			<pubDate>Sat, 19 May 2012 18:01:15 +0000</pubDate>
			<guid>http://gparted-forum.surf4.info/viewtopic.php?id=16525&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Idea to improved SSD handling by using TRIM]]></title>
			<link>http://gparted-forum.surf4.info/viewtopic.php?id=16524&amp;action=new</link>
			<description><![CDATA[<p>Hi,</p><p>I have an idea to improve how GParted handles SSDs (and thin provisioned enterprise class storage) by using TRIM.</p><ul><li><p>Make GParted use TRIM when creating and/or deleting partitions.<br /></p><ul><li><p>After creating a partition TRIM the sectors within it, before doing anything else.<br />(Recent versions of mkfs.ext[234] and mkfs.xfs already TRIM the partition before creating the FS).</p></li><li><p>Immediately before deleting the partition TRIM the sectors within it.</p></li></ul></li><li><p>Optionally make it configurable in a menu item, defaulting to on.<br /></p><ul><li><p>Perhaps Device --&gt; Enable/Disable TRIM.</p></li></ul></li></ul><p>Implementation ideas:<br /></p><ul><li><p>Use hdparm to query a disk for TRIM support.</p></li><li><p>Alternative, just always try TRIM and just ignore errors.</p></li></ul><div class="codebox"><pre><code># hdparm -I /dev/sda | grep TRIM
       *    Data Set Management TRIM supported (limit 8 blocks)</code></pre></div><ul><li><p>Use hdparm to perform the TRIM.<br /></p><ul><li><p>May need to pass multiple spans to work around underlying limit of the maximum number of sectors the disk can accept in one TRIM command.</p></li></ul></li><li><p>Alternatively, open the disk device and issue the relevant ioctl() calls directly.<br /></p><ul><li><p>Look at the code in mkfs.ext[234/xfs] to see how they do it.</p></li></ul></li></ul><div class="codebox"><pre><code># hdparm --trim-sector-ranges START_SECTOR:SECTOR_COUNT --please-destroy-my-drive /dev/DISK</code></pre></div><p>Documenting here for discussion / review and to allow someone else to implement it.</p><p>Thanks,<br />Mike</p>]]></description>
			<author><![CDATA[null@example.com (mfleetwo)]]></author>
			<pubDate>Fri, 18 May 2012 09:30:22 +0000</pubDate>
			<guid>http://gparted-forum.surf4.info/viewtopic.php?id=16524&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Resizing NTFS problems for Seagate GoFlex Desk 2TB External USB 2.0]]></title>
			<link>http://gparted-forum.surf4.info/viewtopic.php?id=16523&amp;action=new</link>
			<description><![CDATA[<p>I tried to resize the only NTFS partition that comes pre-formatted with my external 2TB Seagate GoFlex Desk harddrive. I attempted to reduce the formatted size from 1.82TB to 1.53TB to give space &quot;on the right end of the drive&quot;. My intention for the space was to copy and paste partitions from another internal Samsung harddrive which SMART reports imminent failure.</p><p>I ran Linux Mint 11 from an SSD and use GParted 0.8.1. After a long wait, gparted reported doing everything successfully except the last part: the final NTFS consistency check. I tried to save the details but it hanged, but luckily the file was saved anyway.</p><p>After this I cannot mount it in Linux saying I/O error and that $MFT and $MFTMirr don&#039;t agree.&nbsp; Neither can Windows 7 mount it and in Disk Management, the partition was wrongly identified as RAW though the drive letter is still here. Double clicking the drive letter says &quot;disk structure corrupted and unreadable&quot;.</p><p>I was suspecting there&#039;s some proprietory magic in the enclosure base that causes trouble, and so I tried to unplug the base which provides the USB port and found there&#039;s SATA type power and data ports. I plugged it directly to my motherboard SATA ports and the BIOS wouldn&#039;t even detect the harddrive...</p><p>I&#039;m clueless on what to do now... This external harddrive has been performing well and there&#039;s never sudden disconnection due to instability of USB power (there&#039;s a dedicated AC adapter and my motherboard is quite new). Since gparted basically went through everything normally I think my precious data are all there... I dare not force reconstruct the partition table and NTFS filesystem to the former state... Any suggestions?</p><p>As for the details dumped out from gparted, I can&#039;t find useful information from the details but I post here anyway:</p><div class="codebox"><pre><code>GParted 0.8.1 --enable-libparted-dmraid

Libparted 2.3
Shrink /dev/sdd1 from 1.82 TB to 1.53 TB  02:39:02    ( ERROR )
         
calibrate /dev/sdd1  00:00:00    ( SUCCESS )
         
path: /dev/sdd1
start: 63
end: 3907024127
size: 3907024065 (1.82 TB)
check file system on /dev/sdd1 for errors and (if possible) fix them  00:01:25    ( SUCCESS )
         
ntfsresize -P -i -f -v /dev/sdd1
         
ntfsresize v2011.4.12AR.4 (libntfs-3g)
Device name : /dev/sdd1
NTFS volume version: 3.1
Cluster size : 4096 bytes
Current volume size: 2000396321280 bytes (2000397 MB)
Current device size: 2000396321280 bytes (2000397 MB)
Checking for bad sectors ...
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 16 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 17 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 18 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 19 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 20 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 21 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 22 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 23 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 16 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 17 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 18 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 19 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 20 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 21 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 22 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 23 has no FILE magic (0x0)
Checking filesystem consistency ...
Accounting clusters ...
Space in use : 1145464 MB (57.3%)
Collecting resizing constraints ...
Estimating smallest shrunken size supported ...
File feature Last used at By inode
$MFT : 1940908 MB 0
Multi-Record : 1997793 MB 941317
$MFTMirr : 1000199 MB 1
Compressed : 65407 MB 364643
Sparse : 1844328 MB 398787
Ordinary : 2000397 MB 1163205
You might resize at 1145463681024 bytes or 1145464 MB (freeing 854933 MB).
Please make a test run using both the -n and -s options before real resizing!
shrink file system  02:36:56    ( SUCCESS )
         
run simulation  00:10:22    ( SUCCESS )
         
ntfsresize -P --force /dev/sdd1 -s 1685827060223 --no-action
         
ntfsresize v2011.4.12AR.4 (libntfs-3g)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 16 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 17 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 18 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 19 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 20 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 21 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 22 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 23 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 16 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 17 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 18 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 19 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 20 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 21 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 22 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 23 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 16 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 17 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 18 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 19 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 20 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 21 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 22 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 23 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 23 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 22 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 21 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 20 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 19 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 18 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 17 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 16 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Non-positive free clusters (0)!
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Device name : /dev/sdd1
NTFS volume version: 3.1
Cluster size : 4096 bytes
Current volume size: 2000396321280 bytes (2000397 MB)
Current device size: 2000396321280 bytes (2000397 MB)
New volume size : 1685827056128 bytes (1685828 MB)
Checking filesystem consistency ...
Accounting clusters ...
Space in use : 1145464 MB (57.3%)
Collecting resizing constraints ...
Needed relocations : 22783962 (93324 MB)
Schedule chkdsk for NTFS consistency check at Windows boot time ...
Resetting $LogFile ... (this might take a while)
Relocating needed data ...
Updating $BadClust file ...
Updating $Bitmap file ...
Updating Boot record ...
The read-only test run ended successfully.
real resize  02:26:34    ( SUCCESS )
         
ntfsresize -P --force /dev/sdd1 -s 1685827060223
         
ntfsresize v2011.4.12AR.4 (libntfs-3g)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 16 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 17 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 18 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 19 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 20 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 21 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 22 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 23 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 16 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 17 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 18 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 19 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 20 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 21 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 22 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 23 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 16 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 17 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 18 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 19 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 20 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 21 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 22 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 23 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 23 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 22 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 21 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 20 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 19 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 18 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 17 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Record 16 has no FILE magic (0x0)
Non-positive free clusters (0)!
Device name : /dev/sdd1
NTFS volume version: 3.1
Cluster size : 4096 bytes
Current volume size: 2000396321280 bytes (2000397 MB)
Current device size: 2000396321280 bytes (2000397 MB)
New volume size : 1685827056128 bytes (1685828 MB)
Checking filesystem consistency ...
Accounting clusters ...
Space in use : 1145464 MB (57.3%)
Collecting resizing constraints ...
Needed relocations : 22783962 (93324 MB)
Schedule chkdsk for NTFS consistency check at Windows boot time ...
Resetting $LogFile ... (this might take a while)
Relocating needed data ...
Updating $BadClust file ...
Updating $Bitmap file ...
Updating Boot record ...
Syncing device ...
Successfully resized NTFS on device &#039;/dev/sdd1&#039;.
You can go on to shrink the device for example with Linux fdisk.
IMPORTANT: When recreating the partition, make sure that you
1) create it at the same disk sector (use sector as the unit!)
2) create it with the same partition type (usually 7, HPFS/NTFS)
3) do not make it smaller than the new NTFS filesystem size
4) set the bootable flag for the partition if it existed before
Otherwise you won&#039;t be able to access NTFS or can&#039;t boot from the disk!
If you make a mistake and don&#039;t have a partition table backup then you
can recover the partition table by TestDisk or Parted&#039;s rescue mode.
shrink partition from 1.82 TB to 1.53 TB  00:00:01    ( SUCCESS )
         
old start: 63
old end: 3907024127
old size: 3907024065 (1.82 TB)
new start: 63
new end: 3292631039
new size: 3292630977 (1.53 TB)
check file system on /dev/sdd1 for errors and (if possible) fix them  00:00:40    ( ERROR )
         
ntfsresize -P -i -f -v /dev/sdd1
         </code></pre></div>]]></description>
			<author><![CDATA[null@example.com (simontse)]]></author>
			<pubDate>Thu, 17 May 2012 08:23:16 +0000</pubDate>
			<guid>http://gparted-forum.surf4.info/viewtopic.php?id=16523&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Black exclamation mark in Yellow triangle. RESOLVED]]></title>
			<link>http://gparted-forum.surf4.info/viewtopic.php?id=16522&amp;action=new</link>
			<description><![CDATA[<p>Gooday all. I used G Parted to have a look at one of my hard drives and I noted that the NTFS partition that I am running this installation of Win 7 on has a yellow triangle with a black exclamation mark in it.&nbsp; Just wondering if someone could explain this and if there is anything I need to do about it. Regards, James.</p>]]></description>
			<author><![CDATA[null@example.com (jamtin53)]]></author>
			<pubDate>Thu, 17 May 2012 03:33:58 +0000</pubDate>
			<guid>http://gparted-forum.surf4.info/viewtopic.php?id=16522&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Please Help to Resize Partition!]]></title>
			<link>http://gparted-forum.surf4.info/viewtopic.php?id=16521&amp;action=new</link>
			<description><![CDATA[<p>Hello, i am in a trouble, yesterday i resized my hdd and now i got 125gb left of free space, it is located before the &quot;extended&quot; partition, i am trying to use that free space to increase the size of sdb7 to 50gb and add all the remaining free space to sdb8 but every time i try to first grow the &quot;extended&quot; partition it says, &quot;overlapping partition now allowed&quot;, and do not allow me to do anything with it... and if i can not move the extended partition i can not add space to the other ones <img src="http://gparted-forum.surf4.info/img/smilies/hmm.png" width="15" height="15" alt="hmm" />.<br />Can someone please help me!. Thank you very much in advance</p><p>P.S: I am using GParted Live CD but i took the image of the partitions from Ubuntu</p><p><span class="postimg"><img src="http://i.imgur.com/cuOAc.png" alt="http://i.imgur.com/cuOAc.png" /></span></p><div class="quotebox"><blockquote><p>Disco /dev/sdb: 500.1 GB, 500107862016 bytes<br />255 cabezas, 63 sectores/pista, 60801 cilindros, 976773168 sectores en total<br />Unidades = sectores de 1 * 512 = 512 bytes<br />Tamaño de sector (lógico / físico): 512 bytes / 512 bytes<br />Tamaño E/S (mínimo/óptimo): 512 bytes / 512 bytes<br />Identificador del disco: 0xce5b859b</p><p>Dispositivo Inicio&nbsp; &nbsp; Comienzo&nbsp; &nbsp; &nbsp; Fin&nbsp; &nbsp; &nbsp; Bloques&nbsp; Id&nbsp; Sistema<br />/dev/sdb1&nbsp; &nbsp; &nbsp; &nbsp;933027838&nbsp; &nbsp;976771071&nbsp; &nbsp; 21871617&nbsp; &nbsp; 5&nbsp; Extendida<br />/dev/sdb2&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2048&nbsp; &nbsp;459243519&nbsp; &nbsp;229620736&nbsp; &nbsp; 7&nbsp; HPFS/NTFS/exFAT<br />/dev/sdb3&nbsp; &nbsp; &nbsp; &nbsp;459243520&nbsp; &nbsp;669603839&nbsp; &nbsp;105180160&nbsp; &nbsp; 7&nbsp; HPFS/NTFS/exFAT<br />/dev/sdb5&nbsp; &nbsp; &nbsp; &nbsp;933027840&nbsp; &nbsp;941025279&nbsp; &nbsp; &nbsp;3998720&nbsp; &nbsp;82&nbsp; Linux swap / Solaris<br />/dev/sdb6&nbsp; &nbsp; &nbsp; &nbsp;941027328&nbsp; &nbsp;942002175&nbsp; &nbsp; &nbsp; 487424&nbsp; &nbsp;83&nbsp; Linux<br />/dev/sdb7&nbsp; &nbsp; &nbsp; &nbsp;942004224&nbsp; &nbsp;956733439&nbsp; &nbsp; &nbsp;7364608&nbsp; &nbsp;83&nbsp; Linux<br />/dev/sdb8&nbsp; &nbsp; &nbsp; &nbsp;956823552&nbsp; &nbsp;976771071&nbsp; &nbsp; &nbsp;9973760&nbsp; &nbsp;83&nbsp; Linux</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (marcosmc)]]></author>
			<pubDate>Wed, 16 May 2012 16:04:00 +0000</pubDate>
			<guid>http://gparted-forum.surf4.info/viewtopic.php?id=16521&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Locked drive using gparted]]></title>
			<link>http://gparted-forum.surf4.info/viewtopic.php?id=16516&amp;action=new</link>
			<description><![CDATA[<p>Hi all, </p><p>I was doing a secure-erase using gparted on &quot;Parted Magic&quot; os. It asked for a password, I left it blank. I cancelled the operation before it completed and now when I reboot the computer, there is a prompt asking for a password to unlock the drive. Does anyone here have any suggestions to unlock the drive?</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (anthony_nyc)]]></author>
			<pubDate>Fri, 11 May 2012 04:46:40 +0000</pubDate>
			<guid>http://gparted-forum.surf4.info/viewtopic.php?id=16516&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Increased By Only Half]]></title>
			<link>http://gparted-forum.surf4.info/viewtopic.php?id=16515&amp;action=new</link>
			<description><![CDATA[<p>I had a 25GB C drive.<br />12.5 total and 12.5 free.</p><p>I needed to make it 50GB. So I increased the vdmk file to 50GB (from 25GB). That automatically created an additional (but separate) 25GB in computer management.</p><p>I used GParted and resized it. I maxed out the New Size (MiB) to 50GB so the other parameters were 0.</p><p>After applying it and rebooting I now have a 50GB partition, but its 25GB used and 25GB free.<br />It should be 12.5 total and 37.5 free (12.5 old + 25 new)</p><p>It sort of doubled itself, plus the data.</p><p>What did I do wrong? <br />How can I fix this?</p><p>Please help...</p>]]></description>
			<author><![CDATA[null@example.com (Mak)]]></author>
			<pubDate>Thu, 10 May 2012 22:24:32 +0000</pubDate>
			<guid>http://gparted-forum.surf4.info/viewtopic.php?id=16515&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[gparted live cd/usb gives timeout error on HP DV6121TX]]></title>
			<link>http://gparted-forum.surf4.info/viewtopic.php?id=16514&amp;action=new</link>
			<description><![CDATA[<p>My laptop is HP DV6 6121TX. Since linux has problems with dynamic disk i changed my disk drive to basic.</p><p>Problem is when i use gparted live cd or usb, half way down loading it hangs and gives time out error.</p><p>it was printing like this<br />[&nbsp; &nbsp;23.810423] hp_accel : driver loaded<br />udevd[419]: timeout: killing &#039;/sbin/modprobe -b pci :v00001xxxxxxxxxxx&#039; [435]<br />udevd[419]: timeout: killing &#039;/sbin/modprobe -b pci :v00001xxxxxxxxxxx&#039; [435]<br />udevd[419]: timeout: killing &#039;/sbin/modprobe -b pci :v00001xxxxxxxxxxx&#039; [435]<br />prints timeout message continuously </p><p>The same live CD but worked perfectly on another HP dv2 laptop.</p>]]></description>
			<author><![CDATA[null@example.com (blueZ)]]></author>
			<pubDate>Wed, 09 May 2012 20:34:07 +0000</pubDate>
			<guid>http://gparted-forum.surf4.info/viewtopic.php?id=16514&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[overlapping partitions?]]></title>
			<link>http://gparted-forum.surf4.info/viewtopic.php?id=16513&amp;action=new</link>
			<description><![CDATA[<p>Alright my problem is when loading from live cd I try to enlarge my extended partition so I can enlarge my /root partition and /home which is sda6 and sda8 respectively. I do each step so I have more control of errors and such. So I begin by enlarging the extended partition with the free space just above it. An error appears right off the bat saying cant have overlapping partitions.....I have searched for a similar problem and haven&#039;t come up with anything pertaining to my issue. </p><p>Here is a screenshot NOT FROM THE LIVE CD, so you can see my partition layout (Contains fdisk and gparted information):</p><p><a href="http://i.imgur.com/xWWBj.jpg">http://i.imgur.com/xWWBj.jpg</a></p>]]></description>
			<author><![CDATA[null@example.com (akatosh)]]></author>
			<pubDate>Wed, 09 May 2012 09:42:54 +0000</pubDate>
			<guid>http://gparted-forum.surf4.info/viewtopic.php?id=16513&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Partitioning Rules ?]]></title>
			<link>http://gparted-forum.surf4.info/viewtopic.php?id=16512&amp;action=new</link>
			<description><![CDATA[<p>I&#039;ve been partitioning for quite some years with narry a problem, and Gparted is my partitioning utility of choice.</p><p>I&#039;m trying to remember the actual problem I had, but I made a note to self to find out if there were <strong>partitioning rules I wasn&#039;t aware of</strong>.</p><p>I think I was working on a multiboot scenario, had just installed a Linux distro to a logical partition, and the install automatically made the <strong>Swap </strong>partition at the <strong>end of the drive</strong> with a lot of <strong>unallocated space between it and the last logical.</strong></p><p>I had so much trouble trying to <strong>delete it and move the Swap to the beginning of the Extended partition</strong>, (and then - I think - create some unallocated space before the Extended for a small Primary) . . . I finally had to rebuild the entire drive from images - not horrendous as I did have the images - but it got me wondering . . . </p><p>I know this is a bit open ended, but do any obvious <strong>partitioning rules</strong> come to mind, as in <strong>do&#039;s and don&#039;ts</strong> mostly as regards <strong>allowable partition layouts</strong> ? (And here I&#039;m not asking about size limits or requirements.)</p><p>I know about :<br /></p><ul><li><p>Maximum of 4 primary partitions.</p></li><li><p>Maximum of 3 primary partitions, and 1 extended partition.</p></li></ul><p>I&#039;m curious about things like :<br /></p><ul><li><p>Can you leave unallocated space <br />--in front of the first primary ?<br />--between primaries&nbsp; ?<br />--between the last primary and the Extended&nbsp; ?</p></li><li><p>Can you leave unallocated space <br />--at the beginning of the Extended partition ?<br />--between logicals ?</p></li><li><p>Do all primaries have to be at the front, and all logicals after them ?<br />Or could you put a primary at the end some how, after the Extended partition.</p></li><li><p>Anything else I haven&#039;t thought of that comes to mind ?</p></li></ul>]]></description>
			<author><![CDATA[null@example.com (kbarb)]]></author>
			<pubDate>Wed, 09 May 2012 00:05:14 +0000</pubDate>
			<guid>http://gparted-forum.surf4.info/viewtopic.php?id=16512&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[gparted do not recognize partitions]]></title>
			<link>http://gparted-forum.surf4.info/viewtopic.php?id=16511&amp;action=new</link>
			<description><![CDATA[<p>I have a hard disk wdc 500GB with&nbsp; 6 partitions<br />however when I use gparted it says &quot;unllocated&quot;</p><p>what is wrong?</p><p>Ps. In the same PC I have others hard disks and they are ok<br />when I use supergrub disk the partitions are there</p><p>many thanks</p><p>birdo</p>]]></description>
			<author><![CDATA[null@example.com (birdo)]]></author>
			<pubDate>Sat, 05 May 2012 12:38:03 +0000</pubDate>
			<guid>http://gparted-forum.surf4.info/viewtopic.php?id=16511&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Math is hard, need help aligning NTFS partition on an SSD]]></title>
			<link>http://gparted-forum.surf4.info/viewtopic.php?id=16510&amp;action=new</link>
			<description><![CDATA[<p>I can&#039;t seem to work out the math to be able to align a partition on my SSD.</p><p>According to diskpart, my partition starting offset is as follows:</p><p>DISKPART&gt; detail part</p><p>Partition 2<br />Type&nbsp; : 07<br />Hidden: No<br />Active: Yes<br />Offset in Bytes: 99751936</p><p>For some reason, my partition offset didn&#039;t get created the same as on the original when I cloned it with Easeus. I did follow the life hacker tutorial when migrating to the new drive:<br /><a href="http://lifehacker.com/5837543/how-to-migrate-to-a-solid+state-drive-without-reinstalling-windows">http://lifehacker.com/5837543/how-to-mi … ng-windows</a></p><p>I moved the partion up 2MiB with alignment set to none instead of cylinder or MiB. Then moved it back 1MiB also with alignment set to none... And that&#039;s how I got the offset that I have now.</p><br /><p>EDIT: As best as I can figure, if I were to move up to the nearest MiB (1048576 bytes) which is 96MiB or 100663296 bytes, that would be evenly divisible by 4096 (100663296/4096=24576).</p><p>If I select the option to move up the partition 1MiB and select align to MiB, will that fix it?</p>]]></description>
			<author><![CDATA[null@example.com (mig1nc)]]></author>
			<pubDate>Fri, 04 May 2012 10:13:33 +0000</pubDate>
			<guid>http://gparted-forum.surf4.info/viewtopic.php?id=16510&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[decrease linux patition and increase windows partition]]></title>
			<link>http://gparted-forum.surf4.info/viewtopic.php?id=16509&amp;action=new</link>
			<description><![CDATA[<p>Hi Experts,</p><p>Enclosed is the screenshot of the partition from gparted. </p><p>[img]G:\gparted.jpeg[/img]</p><p>I want to decrease the partition of /dev/sda5 by 10 gb and add that size to /dev/sda1. </p><p>I think the best way is to decrease the size by pulling the sda5 boundary to the right. </p><p>1. I get a warning that this could have adverse impact.&nbsp; What should I do .. </p><p>If you say all ok and <br />2.&nbsp; If I continue it will make a unallocated memory, How can I merge that memory to the Sda1. <br />I tried to select both Sda1 and that Unallocated memory ( It doesn&#039;t exist in the screenshot, I did that and have not applied pending your advice because of the warning). </p><p>Please can you help me with this. Thank you very much. How to insert attachments here ?</p>]]></description>
			<author><![CDATA[null@example.com (protocoder)]]></author>
			<pubDate>Thu, 03 May 2012 01:55:26 +0000</pubDate>
			<guid>http://gparted-forum.surf4.info/viewtopic.php?id=16509&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[whole disk unallocated]]></title>
			<link>http://gparted-forum.surf4.info/viewtopic.php?id=16508&amp;action=new</link>
			<description><![CDATA[<p>i&#039;ve installed win7 &amp; Ubuntu 12.04 on my NB.<br />And because the HD size for Ubuntu is too small now &amp; I would like to increase the size by using GParted.<br />Strange thing happened when i boot from USB then run GParted, it shows that whole disk unallocated.<br />Then I use fdisk, it showed information below.<br />Please help me to deal this problem, thanks in advance!</p><p>ubuntu@ubuntu:~$ sudo fdisk -l -u</p><p>Disk /dev/sda: 80.0 GB, 80026361856 bytes<br />255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors<br />Units = sectors of 1 * 512 = 512 bytes<br />Sector size (logical/physical): 512 bytes / 512 bytes<br />I/O size (minimum/optimal): 512 bytes / 512 bytes<br />Disk identifier: 0xdf87df87</p><p>&nbsp; &nbsp;Device Boot&nbsp; &nbsp; &nbsp; Start&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;End&nbsp; &nbsp; &nbsp; Blocks&nbsp; &nbsp;Id&nbsp; System<br />/dev/sda1&nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 63&nbsp; &nbsp; 40981814&nbsp; &nbsp; 20490876&nbsp; &nbsp; 7&nbsp; HPFS/NTFS/exFAT<br />/dev/sda2&nbsp; &nbsp; &nbsp; &nbsp; 40981876&nbsp; &nbsp;156296384&nbsp; &nbsp; 57657254+&nbsp; &nbsp;f&nbsp; W95 Ext&#039;d (LBA)<br />/dev/sda5&nbsp; &nbsp; &nbsp; &nbsp; 40981878&nbsp; &nbsp; 98767619&nbsp; &nbsp; 28892871&nbsp; &nbsp; 7&nbsp; HPFS/NTFS/exFAT<br />/dev/sda6&nbsp; &nbsp; &nbsp; &nbsp;122897313&nbsp; &nbsp;156296384&nbsp; &nbsp; 16699536&nbsp; &nbsp; 7&nbsp; HPFS/NTFS/exFAT<br />/dev/sda7&nbsp; &nbsp; &nbsp; &nbsp; 98764800&nbsp; &nbsp;119754751&nbsp; &nbsp; 10494976&nbsp; &nbsp;83&nbsp; Linux<br />/dev/sda8&nbsp; &nbsp; &nbsp; &nbsp;119756800&nbsp; &nbsp;122896383&nbsp; &nbsp; &nbsp;1569792&nbsp; &nbsp;82&nbsp; Linux swap / Solaris</p><p>Partition table entries are not in disk order</p><p>Disk /dev/sdb: 8053 MB, 8053063680 bytes<br />256 heads, 60 sectors/track, 1024 cylinders, total 15728640 sectors<br />Units = sectors of 1 * 512 = 512 bytes<br />Sector size (logical/physical): 512 bytes / 512 bytes<br />I/O size (minimum/optimal): 512 bytes / 512 bytes<br />Disk identifier: 0xc3072e18</p><p>&nbsp; &nbsp;Device Boot&nbsp; &nbsp; &nbsp; Start&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;End&nbsp; &nbsp; &nbsp; Blocks&nbsp; &nbsp;Id&nbsp; System<br />/dev/sdb1&nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 63&nbsp; &nbsp; 15728639&nbsp; &nbsp; &nbsp;7864288+&nbsp; &nbsp;c&nbsp; W95 FAT32 (LBA)</p>]]></description>
			<author><![CDATA[null@example.com (eric)]]></author>
			<pubDate>Tue, 01 May 2012 07:30:40 +0000</pubDate>
			<guid>http://gparted-forum.surf4.info/viewtopic.php?id=16508&amp;action=new</guid>
		</item>
	</channel>
</rss>

