[Debian-eeepc-devel] Bug#509765: installation-reports: NTFS is corrupted after resizing on ASUS Eee PC 1000H
Luca Capello
luca at pca.it
Thu Dec 25 21:55:31 UTC 2008
Package: installation-reports
Severity: important
Hello!
X-Debbugs-Cc:ing the debian-eeepc-devel mailing list for obvious
reasons. Please Cc: me in replies, I am not subscribed to the list.
The installation went really smooth (kudos to the Debian Eee PC Team),
the major problem being that now the original XP installation is not
bootable anymore :-(
Feel free to duplicate/rename/reassign this bug. Since I do not own
this machine, I cannot do further tests, sorry. However, the full
installation logs are available upon request.
Thx, bye,
Gismo / Luca
-- Package-specific info:
Boot method: hd-media
Image version: http://wiki.debian.org/DebianEeePC/HowTo/Install
Date: 2008/12/25 16:00 +0100
Machine: ASUS Eee PC 1000H
Partitions:
paololinux:~# /sbin/fdisk -l /dev/sda
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 6079 48829536 7 HPFS/NTFS
/dev/sda2 6080 18431 99217440 5 Extended
/dev/sda3 * 18432 19452 8197056 1c Hidden W95 FAT32 (LBA)
Partition 3 does not end on cylinder boundary.
/dev/sda4 19452 19458 40320 ef EFI (FAT-12/16/32)
Partition 4 does not end on cylinder boundary.
/dev/sda5 6080 13981 63472783+ 83 Linux
/dev/sda6 13982 14285 2441848+ 82 Linux swap / Solaris
/dev/sda7 * 14286 18431 33302713+ 83 Linux
paololinux:~#
Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it
Initial boot: [O]
Detect network card: [O]
Configure network: [O]
Detect CD: [ ]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives: [E]
Install base system: [O]
Clock/timezone setup: [O]
User/password setup: [O]
Install tasks: [O]
Install boot loader: [O]
Overall install: [O]
Comments/Problems:
1) the NTFS XP partition is now corrupted and need chkdsk
By default the Eee PC 1000H had Windows XP installed with two
partitions: 85GB (the system one) and 65GB. I reduced the first one
to 50GB through the d-i and it worked without any problem (at least
d-i did not show me any error). However, if I try to boot on XP
through GRUB-Legacy I get the following error (translated from
Italian):
root (hd0,0)
Filesystem type unknown, partition type 0x7
savedefault
makeactive
chainloader +1
Error reading from disk
Press CTRL+ALT+DEL to reboot
When I mount the same partition on Debian (stock NTFS support, no
NTFS-3G yet), dmesg shows:
NTFS volume version 3.1.
NTFS-fs error (device sda1): load_system_files(): Volume is \
dirty. Mounting read-only. Run chkdsk and mount in Windows.
The related part from d-i syslog is:
--8<---------------cut here---------------start------------->8---
Dec 25 15:37:07 ntfsresize: ntfsresize v2.0.0 (libntfs 10:0:0)
Dec 25 15:37:07 ntfsresize: Device name : /dev/sda1
Dec 25 15:37:07 ntfsresize: NTFS volume version: 3.1
Dec 25 15:37:07 ntfsresize: Cluster size : 4096 bytes
Dec 25 15:37:07 ntfsresize: Current volume size: 85886599680 bytes (85887 MB)
Dec 25 15:37:07 ntfsresize: Current device size: 85886599680 bytes (85887 MB)
Dec 25 15:37:07 ntfsresize: Checking filesystem consistency ...
Dec 25 15:37:07 ntfsresize: Accounting clusters ...
Dec 25 15:37:07 ntfsresize: Space in use : 5584 MB (6.5%)
Dec 25 15:37:07 ntfsresize: Collecting resizing constraints ...
Dec 25 15:37:07 ntfsresize: You might resize at 5583171584 bytes or 5584 MB (freeing 80303 MB).
Dec 25 15:37:07 ntfsresize: Please make a test run using both the -n and -s options before real resizing!
Dec 25 15:37:16 net/hw-detect.hotplug: Detected hotpluggable network interface eth0
Dec 25 15:37:16 net/hw-detect.hotplug: Detected hotpluggable network interface lo
Dec 25 15:37:16 net/hw-detect.hotplug: Detected hotpluggable network interface ra0
Dec 25 15:37:18 net/hw-detect.hotplug: Detected hotpluggable network interface eth0
Dec 25 15:37:18 net/hw-detect.hotplug: Detected hotpluggable network interface lo
Dec 25 15:37:18 net/hw-detect.hotplug: Detected hotpluggable network interface ra0
Dec 25 15:37:24 ntfsresize: ntfsresize v2.0.0 (libntfs 10:0:0)
Dec 25 15:37:24 ntfsresize: Device name : /dev/sda1
Dec 25 15:37:24 ntfsresize: NTFS volume version: 3.1
Dec 25 15:37:24 ntfsresize: Cluster size : 4096 bytes
Dec 25 15:37:24 ntfsresize: Current volume size: 85886599680 bytes (85887 MB)
Dec 25 15:37:24 ntfsresize: Current device size: 85886599680 bytes (85887 MB)
Dec 25 15:37:24 ntfsresize: New volume size : 49999995392 bytes (50000 MB)
Dec 25 15:37:24 ntfsresize: Checking filesystem consistency ...
Dec 25 15:37:24 ntfsresize: Accounting clusters ...
Dec 25 15:37:24 ntfsresize: Space in use : 5584 MB (6.5%)
Dec 25 15:37:24 ntfsresize: Collecting resizing constraints ...
Dec 25 15:37:24 ntfsresize: Needed relocations : 0 (0 MB)
Dec 25 15:37:24 ntfsresize: Schedule chkdsk for NTFS consistency check at Windows boot time ...
Dec 25 15:37:24 ntfsresize: Resetting $LogFile ... (this might take a while)
Dec 25 15:37:24 ntfsresize: Updating $BadClust file ...
Dec 25 15:37:24 ntfsresize: Updating $Bitmap file ...
Dec 25 15:37:24 ntfsresize: Updating Boot record ...
Dec 25 15:37:24 ntfsresize: Syncing device ...
Dec 25 15:37:24 ntfsresize: Successfully resized NTFS on device '/dev/sda1'.
Dec 25 15:37:24 ntfsresize: You can go on to shrink the device for example with Linux fdisk.
Dec 25 15:37:24 ntfsresize: IMPORTANT: When recreating the partition, make sure that you
Dec 25 15:37:24 ntfsresize: 1) create it at the same disk sector (use sector as the unit!)
Dec 25 15:37:24 ntfsresize: 2) create it with the same partition type (usually 7, HPFS/NTFS)
Dec 25 15:37:24 ntfsresize: 3) do not make it smaller than the new NTFS filesystem size
Dec 25 15:37:24 ntfsresize: 4) set the bootable flag for the partition if it existed before
Dec 25 15:37:24 ntfsresize: Otherwise you won't be able to access NTFS or can't boot from the disk!
Dec 25 15:37:24 ntfsresize: If you make a mistake and don't have a partition table backup then you
Dec 25 15:37:24 ntfsresize: can recover the partition table by TestDisk or Parted's rescue mode.
Dec 25 15:37:24 net/hw-detect.hotplug: Detected hotpluggable network interface eth0
Dec 25 15:37:24 net/hw-detect.hotplug: Detected hotpluggable network interface lo
Dec 25 15:37:24 net/hw-detect.hotplug: Detected hotpluggable network interface ra0
Dec 25 15:37:27 ntfsresize: ntfsresize v2.0.0 (libntfs 10:0:0)
Dec 25 15:37:27 ntfsresize: Device name : /dev/sda1
Dec 25 15:37:27 ntfsresize: NTFS volume version: 3.1
Dec 25 15:37:27 ntfsresize: Cluster size : 4096 bytes
Dec 25 15:37:27 ntfsresize: Current volume size: 49999995392 bytes (50000 MB)
Dec 25 15:37:27 ntfsresize: Current device size: 50001444864 bytes (50002 MB)
Dec 25 15:37:27 ntfsresize: New volume size : 50001441280 bytes (50002 MB)
Dec 25 15:37:27 ntfsresize: Checking filesystem consistency ...
Dec 25 15:37:27 ntfsresize: Accounting clusters ...
Dec 25 15:37:27 ntfsresize: Space in use : 5583 MB (11.2%)
Dec 25 15:37:27 ntfsresize: Collecting resizing constraints ...
Dec 25 15:37:27 ntfsresize: WARNING: Every sanity check passed and only the dangerous operations left.
Dec 25 15:37:27 ntfsresize: Make sure that important data has been backed up! Power outage or computer
Dec 25 15:37:27 ntfsresize: crash may result major data loss!
Dec 25 15:37:27 ntfsresize: Are you sure you want to proceed (y/[n])? Schedule chkdsk for NTFS consistency check at Windows boot time ...
Dec 25 15:37:27 ntfsresize: Resetting $LogFile ... (this might take a while)
Dec 25 15:37:27 ntfsresize: Updating $BadClust file ...
Dec 25 15:37:27 ntfsresize: Updating $Bitmap file ...
Dec 25 15:37:27 ntfsresize: Updating Boot record ...
Dec 25 15:37:27 ntfsresize: Syncing device ...
Dec 25 15:37:27 ntfsresize: Successfully resized NTFS on device '/dev/sda1'.
--8<---------------cut here---------------end--------------->8---
2) GRUB Legacy (0.97-47lenny1) included the third primary hidden
partition into the menu, which is the ASUS recovery partition and
thus IMHO it should not be included by default.
--
Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.
Once you have filled out this report, mail it to submit at bugs.debian.org.
==============================================
Installer lsb-release:
==============================================
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="5.0 (lenny) - installer build 20081207-03:29"
X_INSTALLATION_MEDIUM=monolithic
==============================================
Installer hardware-summary:
==============================================
umame -a: Linux paololinux 2.6.26-1-486 #1 Sat Nov 8 18:14:37 UTC 2008 i686 unknown
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GME Express Memory Controller Hub [8086:27ac] (rev 03)
lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GME Express Integrated Graphics Controller [8086:27ae] (rev 03)
lspci -knn: 00:02.1 Display controller [0380]: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller [8086:27a6] (rev 03)
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller [8086:27d8] (rev 02)
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 [8086:27d0] (rev 02)
lspci -knn: Kernel driver in use: pcieport-driver
lspci -knn: 00:1c.1 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 [8086:27d2] (rev 02)
lspci -knn: Kernel driver in use: pcieport-driver
lspci -knn: 00:1c.3 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 [8086:27d6] (rev 02)
lspci -knn: Kernel driver in use: pcieport-driver
lspci -knn: 00:1d.0 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 [8086:27c8] (rev 02)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:1d.1 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 [8086:27c9] (rev 02)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:1d.2 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 [8086:27ca] (rev 02)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:1d.3 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 [8086:27cb] (rev 02)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:1d.7 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller [8086:27cc] (rev 02)
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: Kernel modules: ehci-hcd
lspci -knn: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge [8086:27b9] (rev 02)
lspci -knn: 00:1f.2 IDE interface [0101]: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller [8086:27c4] (rev 02)
lspci -knn: Kernel driver in use: ata_piix
lspci -knn: Kernel modules: ata_piix
lspci -knn: 01:00.0 Network controller [0280]: RaLink Device [1814:0781]
lspci -knn: Kernel driver in use: rt2860
lspci -knn: Kernel modules: rt2860sta
lspci -knn: 03:00.0 Ethernet controller [0200]: Attansic Technology Corp. L1 Gigabit Ethernet Adapter [1969:1026] (rev b0)
lspci -knn: Kernel driver in use: ATL1E
lspci -knn: Kernel modules: atl1e
lsmod: Module Size Used by
lsmod: nls_cp437 5504 0
lsmod: nls_utf8 1664 6
lsmod: ufs 63364 0
lsmod: qnx4 7556 0
lsmod: ntfs 179904 0
lsmod: ipv6 224148 8
lsmod: md_mod 65812 0
lsmod: xfs 444660 0
lsmod: reiserfs 186240 0
lsmod: jfs 147420 0
lsmod: ext3 103048 1
lsmod: jbd 34836 1 ext3
lsmod: vfat 8832 0
lsmod: fat 39964 1 vfat
lsmod: nls_base 6528 6 nls_cp437,nls_utf8,ntfs,jfs,vfat,fat
lsmod: ext2 52104 0
lsmod: mbcache 6656 2 ext3,ext2
lsmod: rsrc_nonstatic 9344 0
lsmod: pcmcia_core 31760 1 rsrc_nonstatic
lsmod: ide_generic 2432 0 [permanent]
lsmod: ide_core 94760 1 ide_generic
lsmod: vga16fb 11276 2
lsmod: vgastate 7552 1 vga16fb
lsmod: fan 4100 0
lsmod: usb_storage 75200 0
lsmod: sd_mod 21904 3
lsmod: ata_piix 14084 2
lsmod: libata 140832 1 ata_piix
lsmod: psmouse 31888 0
lsmod: scsi_mod 129420 3 usb_storage,sd_mod,libata
lsmod: dock 8076 1 libata
lsmod: ehci_hcd 28300 0
lsmod: uhci_hcd 18320 0
lsmod: usbcore 117104 4 usb_storage,ehci_hcd,uhci_hcd
lsmod: rt2860sta 420696 0
lsmod: atl1e 27028 0
lsmod: thermal 15004 0
lsmod: processor 27824 2 thermal
lsmod: thermal_sys 10656 3 fan,thermal,processor
lsmod: evdev 7680 0
df: Filesystem 1k-blocks Used Available Use% Mounted on
df: tmpfs 453144 60 453084 0% /dev
df: /dev/sda7 32779308 3392664 27721512 11% /target
df: /dev/sda7 32779308 3392664 27721512 11% /dev/.static/dev
df: tmpfs 453144 60 453084 0% /target/dev
free: total used free shared buffers
free: Mem: 906292 803776 102516 0 5408
free: Swap: 2441840 0 2441840
free: Total: 3348132 803776 2544356
/proc/cmdline: vga=normal initrd=initrd.gz -- quiet BOOT_IMAGE=linux
/proc/cpuinfo: processor : 0
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 28
/proc/cpuinfo: model name : Intel(R) Atom(TM) CPU N270 @ 1.60GHz
/proc/cpuinfo: stepping : 2
/proc/cpuinfo: cpu MHz : 1596.049
/proc/cpuinfo: cache size : 512 KB
/proc/cpuinfo: fdiv_bug : no
/proc/cpuinfo: hlt_bug : no
/proc/cpuinfo: f00f_bug : no
/proc/cpuinfo: coma_bug : no
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 10
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts pni monitor ds_cpl est tm2 ssse3 xtpr lahf_lm
/proc/cpuinfo: bogomips : 3196.56
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/ioports: 0000-001f : dma1
/proc/ioports: 0020-0021 : pic1
/proc/ioports: 0040-0043 : timer0
/proc/ioports: 0050-0053 : timer1
/proc/ioports: 0060-0060 : keyboard
/proc/ioports: 0064-0064 : keyboard
/proc/ioports: 0070-0071 : rtc0
/proc/ioports: 0080-008f : dma page reg
/proc/ioports: 00a0-00a1 : pic2
/proc/ioports: 00c0-00df : dma2
/proc/ioports: 00f0-00ff : fpu
/proc/ioports: 0170-0177 : 0000:00:1f.2
/proc/ioports: 0170-0177 : ata_piix
/proc/ioports: 01f0-01f7 : 0000:00:1f.2
/proc/ioports: 01f0-01f7 : ata_piix
/proc/ioports: 025c-025f : pnp 00:08
/proc/ioports: 0376-0376 : 0000:00:1f.2
/proc/ioports: 0376-0376 : ata_piix
/proc/ioports: 0380-0383 : pnp 00:08
/proc/ioports: 03c0-03df : vga+
/proc/ioports: 03f6-03f6 : 0000:00:1f.2
/proc/ioports: 03f6-03f6 : ata_piix
/proc/ioports: 0400-041f : pnp 00:08
/proc/ioports: 0480-04bf : 0000:00:1f.0
/proc/ioports: 0480-04bf : pnp 00:08
/proc/ioports: 04d0-04d1 : pnp 00:08
/proc/ioports: 0800-087f : 0000:00:1f.0
/proc/ioports: 0800-087f : pnp 00:08
/proc/ioports: 0800-0803 : ACPI PM1a_EVT_BLK
/proc/ioports: 0804-0805 : ACPI PM1a_CNT_BLK
/proc/ioports: 0808-080b : ACPI PM_TMR
/proc/ioports: 0810-0815 : ACPI CPU throttle
/proc/ioports: 0820-0820 : ACPI PM2_CNT_BLK
/proc/ioports: 0828-082f : ACPI GPE0_BLK
/proc/ioports: 0cf8-0cff : PCI conf1
/proc/ioports: d400-d41f : 0000:00:1d.0
/proc/ioports: d400-d41f : uhci_hcd
/proc/ioports: d480-d49f : 0000:00:1d.1
/proc/ioports: d480-d49f : uhci_hcd
/proc/ioports: d800-d81f : 0000:00:1d.2
/proc/ioports: d800-d81f : uhci_hcd
/proc/ioports: d880-d89f : 0000:00:1d.3
/proc/ioports: d880-d89f : uhci_hcd
/proc/ioports: dc00-dc07 : 0000:00:02.0
/proc/ioports: e000-efff : PCI Bus 0000:03
/proc/ioports: ec00-ec7f : 0000:03:00.0
/proc/ioports: ec00-ec7f : ATL1E
/proc/ioports: ffa0-ffaf : 0000:00:1f.2
/proc/ioports: ffa0-ffaf : ata_piix
/proc/iomem: 00000000-0009fbff : System RAM
/proc/iomem: 0009fc00-0009ffff : reserved
/proc/iomem: 000a0000-000bffff : Video RAM area
/proc/iomem: 000c0000-000c7fff : Video ROM
/proc/iomem: 000f0000-000fffff : System ROM
/proc/iomem: 00100000-3f79ffff : System RAM
/proc/iomem: 00100000-002a7952 : Kernel code
/proc/iomem: 002a7953-00361fff : Kernel data
/proc/iomem: 003b4000-0040dbd7 : Kernel bss
/proc/iomem: 3f7a0000-3f7adfff : ACPI Tables
/proc/iomem: 3f7ae000-3f7effff : ACPI Non-volatile Storage
/proc/iomem: 3f7f0000-3f7fffff : reserved
/proc/iomem: 8c000000-8c01ffff : pnp 00:08
/proc/iomem: d0000000-dfffffff : 0000:00:02.0
/proc/iomem: e0000000-e3ffffff : PCI MMCONFIG 0
/proc/iomem: e0000000-e3ffffff : pnp 00:0b
/proc/iomem: f0000000-f6ffffff : PCI Bus 0000:01
/proc/iomem: f7eb7c00-f7eb7fff : 0000:00:1d.7
/proc/iomem: f7eb7c00-f7eb7fff : ehci_hcd
/proc/iomem: f7eb8000-f7ebbfff : 0000:00:1b.0
/proc/iomem: f7ec0000-f7efffff : 0000:00:02.0
/proc/iomem: f7f00000-f7f7ffff : 0000:00:02.0
/proc/iomem: f7f80000-f7ffffff : 0000:00:02.1
/proc/iomem: f8000000-fbefffff : PCI Bus 0000:01
/proc/iomem: fbef0000-fbefffff : 0000:01:00.0
/proc/iomem: fbef0000-fbefffff : 0000:01:00.0
/proc/iomem: fbf00000-fbffffff : PCI Bus 0000:03
/proc/iomem: fbfc0000-fbffffff : 0000:03:00.0
/proc/iomem: fbfc0000-fbffffff : ATL1E
/proc/iomem: fec00000-fec00fff : pnp 00:0a
/proc/iomem: fed00000-fed003ff : HPET 0
/proc/iomem: fed13000-fed19fff : pnp 00:01
/proc/iomem: fed1c000-fed1ffff : pnp 00:08
/proc/iomem: fed20000-fed3ffff : pnp 00:08
/proc/iomem: fed50000-fed8ffff : pnp 00:08
/proc/iomem: fee00000-fee00fff : reserved
/proc/iomem: ffb00000-ffbfffff : pnp 00:08
/proc/iomem: fff80000-ffffffff : reserved
/proc/interrupts: CPU0
/proc/interrupts: 0: 312535 IO-APIC-edge timer
/proc/interrupts: 1: 1484 IO-APIC-edge i8042
/proc/interrupts: 8: 3 IO-APIC-edge rtc0
/proc/interrupts: 9: 30 IO-APIC-fasteoi acpi
/proc/interrupts: 12: 133 IO-APIC-edge i8042
/proc/interrupts: 14: 171880 IO-APIC-edge ata_piix
/proc/interrupts: 15: 0 IO-APIC-edge ata_piix
/proc/interrupts: 16: 35 IO-APIC-fasteoi uhci_hcd:usb4
/proc/interrupts: 18: 0 IO-APIC-fasteoi uhci_hcd:usb3
/proc/interrupts: 19: 9 IO-APIC-fasteoi uhci_hcd:usb2
/proc/interrupts: 23: 8828 IO-APIC-fasteoi uhci_hcd:usb1, ehci_hcd:usb5
/proc/interrupts: 220: 965903 PCI-MSI-edge eth0
/proc/interrupts: NMI: 0 Non-maskable interrupts
/proc/interrupts: LOC: 335792 Local timer interrupts
/proc/interrupts: TRM: 0 Thermal event interrupts
/proc/interrupts: SPU: 0 Spurious interrupts
/proc/interrupts: ERR: 0
/proc/interrupts: MIS: 0
/proc/meminfo: MemTotal: 906292 kB
/proc/meminfo: MemFree: 102468 kB
/proc/meminfo: Buffers: 5408 kB
/proc/meminfo: Cached: 722820 kB
/proc/meminfo: SwapCached: 0 kB
/proc/meminfo: Active: 229688 kB
/proc/meminfo: Inactive: 518912 kB
/proc/meminfo: SwapTotal: 2441840 kB
/proc/meminfo: SwapFree: 2441840 kB
/proc/meminfo: Dirty: 5540 kB
/proc/meminfo: Writeback: 0 kB
/proc/meminfo: AnonPages: 12568 kB
/proc/meminfo: Mapped: 1564 kB
/proc/meminfo: Slab: 42248 kB
/proc/meminfo: SReclaimable: 37180 kB
/proc/meminfo: SUnreclaim: 5068 kB
/proc/meminfo: PageTables: 284 kB
/proc/meminfo: NFS_Unstable: 0 kB
/proc/meminfo: Bounce: 0 kB
/proc/meminfo: WritebackTmp: 0 kB
/proc/meminfo: CommitLimit: 2894984 kB
/proc/meminfo: Committed_AS: 15744 kB
/proc/meminfo: VmallocTotal: 122564 kB
/proc/meminfo: VmallocUsed: 9520 kB
/proc/meminfo: VmallocChunk: 112632 kB
/proc/meminfo: HugePages_Total: 0
/proc/meminfo: HugePages_Free: 0
/proc/meminfo: HugePages_Rsvd: 0
/proc/meminfo: HugePages_Surp: 0
/proc/meminfo: Hugepagesize: 4096 kB
/proc/bus/input/devices: I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
/proc/bus/input/devices: N: Name="AT Translated Set 2 keyboard"
/proc/bus/input/devices: P: Phys=isa0060/serio0/input0
/proc/bus/input/devices: S: Sysfs=/class/input/input0
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd event0
/proc/bus/input/devices: B: EV=120013
/proc/bus/input/devices: B: KEY=4 2000000 3803078 f800d001 feffffdf ffefffff ffffffff fffffffe
/proc/bus/input/devices: B: MSC=10
/proc/bus/input/devices: B: LED=7
/proc/bus/input/devices:
/proc/bus/input/devices: I: Bus=0011 Vendor=0002 Product=0005 Version=0063
/proc/bus/input/devices: N: Name="ImPS/2 Logitech Wheel Mouse"
/proc/bus/input/devices: P: Phys=isa0060/serio1/input0
/proc/bus/input/devices: S: Sysfs=/class/input/input1
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=mouse0 event1
/proc/bus/input/devices: B: EV=7
/proc/bus/input/devices: B: KEY=70000 0 0 0 0 0 0 0 0
/proc/bus/input/devices: B: REL=103
/proc/bus/input/devices:
-- System Information:
Debian Release: 5.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 314 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/debian-eeepc-devel/attachments/20081225/159a0619/attachment-0001.pgp
More information about the Debian-eeepc-devel
mailing list