I think you took it wring. It's not supposed to print the used space of each partition but the free slots.
Oh, yes! I think so. I mistook 'freespace' as the freespace on each partition's file system. My mistake. However, the 'print <num>' command is also behaving strangely with ext3 partitions. It works well with linux-swap partitions though. Here is an example. [EMAIL PROTECTED] parted-build]# mount /dev/sda1 /media [EMAIL PROTECTED] parted-build]# parted/parted /dev/sda GNU Parted 1.8.0 Using /dev/sda Welcome to GNU Parted! Type 'help' to view a list of commands. (parted) print Model: JetFlash TS512MJFV30 (scsi) Disk /dev/sda: 516MB Sector size (logical/physical): 512B/512B Partition Table: msdos Number Start End Size Type File system Flags 1 31.7kB 516MB 515MB primary ext3 (parted) print 1 Error: File system was not cleanly unmounted! You should run e2fsck. Modifying an unclean file system could cause severe corruption. Ignore/Cancel? cancel (parted) quit Information: Don't forget to update /etc/fstab, if necessary. [EMAIL PROTECTED] parted-build]# umount /dev/sda1 [EMAIL PROTECTED] parted-build]# parted/parted /dev/sda GNU Parted 1.8.0 Using /dev/sda Welcome to GNU Parted! Type 'help' to view a list of commands. (parted) print 1 Error: File system has an incompatible feature enabled. (parted) quit Information: Don't forget to update /etc/fstab, if necessary. [EMAIL PROTECTED] parted-build]# Am I again missing something? Happy hacking, Debarshi -- I only work when I am not doing any assignments. _______________________________________________ parted-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/parted-devel

