From: uel a. <ue...@gm...> - 2007-08-14 23:18:50
|
Sorry I didnt think about wanting to resize. i dont have any ext3 partitions but I do get this error with ext2 root:# parted /dev/hdb print 5 Error: File system was not cleanly unmounted! You should run e2fsck. Modifying an unclean file system could cause severe corruption. Ignore/Cancel? i Minor: 5 Flags: File System: ext2 Size: 10.5GB (4.20%) Minimum size: 9001MB (3.60%) Maximum size: 250GB (100%) and it seems the version of parted i have doesnt support ntfs root:# parted /dev/hda print 1 No Implementation: Support for opening ntfs file systems is not implemented yet. but works well with fat32 root:# parted /dev/hdb print 1 Minor: 1 Flags: boot, lba File System: fat32 Size: 105GB (41.9%) Minimum size: 97.5GB (39.0%) Maximum size: 250GB (100%) uel On 8/14/07, Eug=E9ne Suter <ea...@gm...> wrote: > > Seems that parted can be used for this after all (according to the post i= n > the gparted forum): > > > Lets say the partition you want to check is a fat32 partition on > > /dev/hda1. > > > > >parted /dev/hda1 > > > > bla bla bla > > > > >print 1 > > > > Minor: 1 > > Flags: > > File System: fat32 > > Size: 10.0GB (100%) > > Minimum size: 8369MB (83.7%) <------- RIGHT HERE > > Maximum size: 10.0GB (100%) > > > > 100% - 83.7% =3D 16.3% free > > > > That's how GParted does it. Hope this helps. > > > > Patrick Verner > > www.partedmagic.com > > > > Problem is, this only works for me on non ext* filesystems. > Running parted against one of my ext3 backup partitions gives this error: > > > root:# parted /dev/hda print 5 > > Error: File system has an incompatible feature enabled. > > > Anyone else get this problem on ext3 partitions as well? > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Vectorlinux-devel mailing list > Vec...@li... > https://lists.sourceforge.net/lists/listinfo/vectorlinux-devel > > |