findfs utility broken in Puppy 5.0.0

Please post any bugs you have found
Locked
Message
Author
pop-pop
Posts: 29
Joined: Sat 10 Dec 2005, 13:42
Location: US - North Carolina

findfs utility broken in Puppy 5.0.0

#1 Post by pop-pop »

For several generations of Puppies I have used the "findfs" utility in backup scripts. Here is an example issued from a command line:

Code: Select all

# findfs LABEL=gentoo
/dev/sda5
# 
This works in Quirky and Puppies before 5.0.0. However, in Puppy 5.0.0, you get a "tune2fs" usage message like this instead of the partition:

Code: Select all

Usage: tune2fs [-c max_mounts_count] [-e errors_behavior] [-g group]
	[-i interval[d|m|w]] [-j] [-J journal_options] [-l]
	[-m reserved_blocks_percent] [-o [^]mount_options[,...]] 
	[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]
	[-M last_mounted_dir] [-O [^]feature[,...]]
	[-E extended-option[,...]] [-T last_check_time] [-U UUID]
	[ -I new_inode_size ] device
# 
I copied tune2fs from Quirky. and it seems to work OK in Puppy 5.0.0.
User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#2 Post by Flash »

Would you please post this here? Thanks. :)
Locked