Quoting [EMAIL PROTECTED]:
df -hT /export/backup /export | uniq gives....
Filesystem Type Size Used Avail Use% Mounted on /dev/hdc ext3 114G 32G 77G 29% /export/backup
That's your problem.. you can't rm a mounted path. Umount /export/backup first, then rm it.
-- Mike Marion-Unix SysAdmin/Staff Engineer-http://www.miguelito.org Marge: "Homer, sitting that close to the TV can't be good for you." Homer: "Talking while the TV's on can't be good for you!" ==> Simpsons
-- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
