Bugzilla – Attachment 79091 Details for
Bug 152846
Hard drive free space in main-menu is wrong
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
Output of df and hal-device
free-space (text/plain), 8.64 KB, created by
Federico Mena Quintero
on 2006-04-19 18:01:41 UTC
(
hide
)
Description:
Output of df and hal-device
Filename:
MIME Type:
Creator:
Federico Mena Quintero
Created:
2006-04-19 18:01:41 UTC
Size:
8.64 KB
patch
obsolete
>Output of "df": > >Filesystem 1K-blocks Used Available Use% Mounted on >/dev/hda1 10317828 4085368 5708344 42% / >udev 257836 168 257668 1% /dev >/dev/mapper/system-home > 96401148 72298040 19206136 80% /home > > >Output of > for udi in `hal-find-by-capability --capability volume` ; do > hal-device $udi > done > >udi = '/org/freedesktop/Hal/devices/volume_uuid_77a3ed8e_202a_4486_b486_099c3559eb95' > volume.unmount.valid_options = { 'lazy' } (string list) > volume.mount.valid_other_fs = { 'subfs' } (string list) > volume.mount.valid_options = { 'ro', 'sync', 'dirsync', 'noatime', 'nodiratime', 'noexec', 'quiet', 'data=' } (string list) > org.freedesktop.Hal.Device.Volume.method_execpaths = { 'hal-system-storage-mount', 'hal-system-storage-unmount', 'hal-system-storage-eject' } (string list) > org.freedesktop.Hal.Device.Volume.method_signatures = { 'ssas', 'as', 'as' } (string list) > org.freedesktop.Hal.Device.Volume.method_names = { 'Mount', 'Unmount', 'Eject' } (string list) > info.interfaces = { 'org.freedesktop.Hal.Device.Volume' } (string list) > volume.ignore = true (bool) > volume.policy.desired_mount_point = 'idedisk' (string) > volume.policy.mount_filesystem = 'ext3' (string) > volume.policy.should_mount = true (bool) > info.udi = '/org/freedesktop/Hal/devices/volume_uuid_77a3ed8e_202a_4486_b486_099c3559eb95' (string) > volume.partition.msdos_part_table_type = 131 (0x83) (int) > info.product = 'Volume (ext3)' (string) > volume.size = 10733958144 (0x27fcb3400) (uint64) > volume.num_blocks = 20964762 (0x13fe59a) (int) > volume.block_size = 512 (0x200) (int) > volume.partition.number = 1 (0x1) (int) > info.capabilities = { 'volume', 'block' } (string list) > info.category = 'volume' (string) > volume.is_partition = true (bool) > volume.is_disc = false (bool) > volume.is_mounted = true (bool) > volume.mount_point = '/' (string) > volume.label = '' (string) > volume.uuid = '77a3ed8e-202a-4486-b486-099c3559eb95' (string) > volume.fsversion = '1.0' (string) > volume.fsusage = 'filesystem' (string) > volume.fstype = 'ext3' (string) > block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_Y350JZWE' (string) > block.is_volume = true (bool) > block.minor = 1 (0x1) (int) > block.major = 3 (0x3) (int) > block.device = '/dev/hda1' (string) > linux.hotplug_type = 3 (0x3) (int) > info.parent = '/org/freedesktop/Hal/devices/storage_serial_Y350JZWE' (string) > linux.sysfs_path_device = '/sys/block/hda/hda1' (string) > linux.sysfs_path = '/sys/block/hda/hda1' (string) > >udi = '/org/freedesktop/Hal/devices/volume_part2_size_1077511680' > volume.ignore = true (bool) > info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_1077511680' (string) > volume.partition.msdos_part_table_type = 130 (0x82) (int) > info.product = 'Volume (swap)' (string) > volume.size = 1077511680 (0x40398600) (uint64) > volume.num_blocks = 2104515 (0x201cc3) (int) > volume.block_size = 512 (0x200) (int) > volume.partition.number = 2 (0x2) (int) > info.capabilities = { 'volume', 'block' } (string list) > info.category = 'volume' (string) > volume.is_partition = true (bool) > volume.is_disc = false (bool) > volume.is_mounted = false (bool) > volume.mount_point = '' (string) > volume.label = '' (string) > volume.uuid = '' (string) > volume.fsversion = '2' (string) > volume.fsusage = 'other' (string) > volume.fstype = 'swap' (string) > block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_Y350JZWE' (string) > block.is_volume = true (bool) > block.minor = 2 (0x2) (int) > block.major = 3 (0x3) (int) > block.device = '/dev/hda2' (string) > linux.hotplug_type = 3 (0x3) (int) > info.parent = '/org/freedesktop/Hal/devices/storage_serial_Y350JZWE' (string) > linux.sysfs_path_device = '/sys/block/hda/hda2' (string) > linux.sysfs_path = '/sys/block/hda/hda2' (string) > >udi = '/org/freedesktop/Hal/devices/volume_part3_size_1024' > volume.ignore = true (bool) > info.udi = '/org/freedesktop/Hal/devices/volume_part3_size_1024' (string) > volume.partition.msdos_part_table_type = 15 (0xf) (int) > info.product = 'Volume' (string) > volume.size = 1024 (0x400) (uint64) > volume.num_blocks = 2 (0x2) (int) > volume.block_size = 512 (0x200) (int) > volume.partition.number = 3 (0x3) (int) > info.capabilities = { 'volume', 'block' } (string list) > info.category = 'volume' (string) > volume.is_partition = true (bool) > volume.is_disc = false (bool) > volume.is_mounted = false (bool) > volume.mount_point = '' (string) > volume.label = '' (string) > volume.uuid = '' (string) > volume.fsversion = '' (string) > volume.fsusage = '' (string) > volume.fstype = '' (string) > block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_Y350JZWE' (string) > block.is_volume = true (bool) > block.minor = 3 (0x3) (int) > block.major = 3 (0x3) (int) > block.device = '/dev/hda3' (string) > linux.hotplug_type = 3 (0x3) (int) > info.parent = '/org/freedesktop/Hal/devices/storage_serial_Y350JZWE' (string) > linux.sysfs_path_device = '/sys/block/hda/hda3' (string) > linux.sysfs_path = '/sys/block/hda/hda3' (string) > >udi = '/org/freedesktop/Hal/devices/volume_uuid_ccac44f2_b11b_464c_b55d_ed526f46da2f' > volume.unmount.valid_options = { 'lazy' } (string list) > volume.mount.valid_other_fs = { 'subfs' } (string list) > volume.mount.valid_options = { 'ro', 'sync', 'dirsync', 'noatime', 'nodiratime', 'noexec', 'quiet', 'data=' } (string list) > org.freedesktop.Hal.Device.Volume.method_execpaths = { 'hal-system-storage-mount', 'hal-system-storage-unmount', 'hal-system-storage-eject' } (string list) > org.freedesktop.Hal.Device.Volume.method_signatures = { 'ssas', 'as', 'as' } (string list) > org.freedesktop.Hal.Device.Volume.method_names = { 'Mount', 'Unmount', 'Eject' } (string list) > info.interfaces = { 'org.freedesktop.Hal.Device.Volume' } (string list) > volume.ignore = true (bool) > volume.policy.desired_mount_point = 'idedisk' (string) > volume.policy.mount_filesystem = 'ext3' (string) > volume.policy.should_mount = true (bool) > info.udi = '/org/freedesktop/Hal/devices/volume_uuid_ccac44f2_b11b_464c_b55d_ed526f46da2f' (string) > volume.partition.msdos_part_table_type = 131 (0x83) (int) > info.product = 'Volume (ext3)' (string) > volume.size = 10742183424 (0x28048b600) (uint64) > volume.num_blocks = 20980827 (0x140245b) (int) > volume.block_size = 512 (0x200) (int) > volume.partition.number = 5 (0x5) (int) > info.capabilities = { 'volume', 'block' } (string list) > info.category = 'volume' (string) > volume.is_partition = true (bool) > volume.is_disc = false (bool) > volume.is_mounted = false (bool) > volume.mount_point = '' (string) > volume.label = '' (string) > volume.uuid = 'ccac44f2-b11b-464c-b55d-ed526f46da2f' (string) > volume.fsversion = '1.0' (string) > volume.fsusage = 'filesystem' (string) > volume.fstype = 'ext3' (string) > block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_Y350JZWE' (string) > block.is_volume = true (bool) > block.minor = 5 (0x5) (int) > block.major = 3 (0x3) (int) > block.device = '/dev/hda5' (string) > linux.hotplug_type = 3 (0x3) (int) > info.parent = '/org/freedesktop/Hal/devices/storage_serial_Y350JZWE' (string) > linux.sysfs_path_device = '/sys/block/hda/hda5' (string) > linux.sysfs_path = '/sys/block/hda/hda5' (string) > >udi = '/org/freedesktop/Hal/devices/volume_part6_size_100381284864' > volume.ignore = true (bool) > info.udi = '/org/freedesktop/Hal/devices/volume_part6_size_100381284864' (string) > volume.partition.msdos_part_table_type = 142 (0x8e) (int) > info.product = 'Volume (LVM2_member)' (string) > volume.size = 100381284864 (0x175f30da00) (uint64) > volume.num_blocks = 196057197 (0xbaf986d) (int) > volume.block_size = 512 (0x200) (int) > volume.partition.number = 6 (0x6) (int) > info.capabilities = { 'volume', 'block' } (string list) > info.category = 'volume' (string) > volume.is_partition = true (bool) > volume.is_disc = false (bool) > volume.is_mounted = false (bool) > volume.mount_point = '' (string) > volume.label = '' (string) > volume.uuid = '' (string) > volume.fsversion = 'LVM2 001' (string) > volume.fsusage = 'raid' (string) > volume.fstype = 'LVM2_member' (string) > block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_Y350JZWE' (string) > block.is_volume = true (bool) > block.minor = 6 (0x6) (int) > block.major = 3 (0x3) (int) > block.device = '/dev/hda6' (string) > linux.hotplug_type = 3 (0x3) (int) > info.parent = '/org/freedesktop/Hal/devices/storage_serial_Y350JZWE' (string) > linux.sysfs_path_device = '/sys/block/hda/hda6' (string) > linux.sysfs_path = '/sys/block/hda/hda6' (string) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 152846
:
69830
| 79091 |
175846