wishlist: expansion of disk support
Bug #388053 reported by
Ciemon Dunville
on 2009-06-16
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| byobu |
Wishlist
|
Unassigned |
Bug Description
The disk-available and disk-usage status notifications could have greater utility if any mounted device could be supported through the use of ~./byobu/disk
That would enable users to monitor essentially any part of the system, be it a specific directory or entire storage device attached to the system.
Related branches
Dustin Kirkland (kirkland) wrote : | #1 |
Changed in byobu: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
Dustin Kirkland (kirkland)
on 2009-06-18
Changed in byobu: | |
status: | Confirmed → Fix Committed |
Dustin Kirkland (kirkland)
on 2009-06-19
Changed in byobu: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This should be very easy to solve.
The script should be taught to check the mount table, /proc/mounts, to see if the device listed is mounted, and if so, use the mountpoint shown in the mount table.
:-Dustin