https://bugzilla.novell.com/show_bug.cgi?id=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c54 --- Comment #54 from Dennis Olsson <DOlsson@WEB.de> 2012-04-15 16:20:58 CEST --- Having reviewed attachment id=485400 in comment 53, may I suggest that you change the line reading (now, where you are changing the line anyway.-): cat /proc/mounts | sed -ne '/^\/dev\/.*/p' | while read d m t o x; do to: sed -ne '/^\/dev\/.*/p' /proc/mounts | while read d m t o x; do instead. The use of "cat" is completely superfluous, using unnecessary resources (for no valid reasons). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.