Uff, sempre alle prese con Ubuntu, sto tentando di far montare i dischi, in automatico all'avvio, in lettura/scrittura, modificando il benedetto /etc/fstab
Ho
- disco di sistema: due partizioni, una con XP, una con Ubuntu
- disco dati (ntfs): DATA
- disco dati (ntfs): FILM
fstab è attualmente così:
# /etc/fstab: static file system information.
#
# -- This file has been automaticly generated by ntfs-config --
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# Entry for /dev/sda5 :
UUID=a58316b6-a81d-44bc-af76-a21f14610d02 / ext3 relatime,errors=remount-ro 0 1
# Entry for /dev/sda6 :
UUID=4925e6b7-4882-4c93-bf19-d3105259c6c5 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
/dev/sdc1 /media/DATA ntfs-3g auto rw,locale=en_US.UTF-8 0 0
/dev/sdb1 /media/FILM ntfs-3g auto rw,locale=en_US.UTF-8 0 0
/dev/sda1 /media/WIN\040XP ntfs-3g auto rw,locale=en_US.UTF-8 0 0
Con un sudo fdisk -l ho il riepilogo dischi/partizioni:
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x41794178
Device Boot Start End Blocks Id System
/dev/sda1 * 1 26199 210443436 7 HPFS/NTFS
/dev/sda2 26200 30401 33752565 f W95 Ext'd (LBA)
/dev/sda5 26200 30222 32314716 83 Linux
/dev/sda6 30223 30401 1437786 82 Linux swap / Solaris
Disk /dev/sdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xdad2b6ad
Device Boot Start End Blocks Id System
/dev/sdb1 1 30401 244196001 7 HPFS/NTFS
Disk /dev/sdc: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe7d9e7d9
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 30514 245103673+ 7 HPFS/NTFS
Attualmente devo aver fatto un gran casino, credo di aver montato due volte una partizione, entrando nel "Risorse del computer" di Ubuntu, entrando nel disco DATA, vedo il contenuto del disco FILM (non ho perso tutti i dati del disco DATA, giusto? :stordita: )
:help:
usa l'utility disk manager (http://ubuntufacile.org/disk-manager/)
Selecting previously deselected package disk-manager.
(Reading database ... 112331 files and directories currently installed.)
Unpacking disk-manager (from disk-manager_1.0.1-1_all.deb) ...
dpkg: dependency problems prevent configuration of disk-manager:
disk-manager depends on dmsetup; however:
Package dmsetup is not installed.
dpkg: error processing disk-manager (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
disk-manager
E adesso non posso più accedere ad Aggiungi/Rimuovi programmi:
This is a major failure of your software management system. Please check for broken packages with synaptic, check the file permissions and correctness of the file '/etc/apt/sources.list' and reload the software information with: 'sudo apt-get update' and 'sudo apt-get install -f'.
Edit: per fortuna ho risolto con Aggiungi/Rimuovi, ma il programma non si installa.
A dire il vero sono riuscito a montare i dischi con l'NTFS Configuration Tool, solo che l'intero disco FILM risulta come vuoto, probabilmente per gli errori suddetti, di aver montato più dischi nello stesso mountpoint.
Qualcuno sa se è possibile (e come) recuperare il tutto?
Doh :doh:
Niente da fare, tutti i dati sulla partizione sono SPARITI. Mannaggia la p...
Prova ad usare qualche software per il recupero dei dati
Sì, ci sto provando, però vorrei anche capire.
Un mount è solo un mount, come può avermi cancellato i dati? :/
diabolicus
06-11-2008, 23:05
Sì, ci sto provando, però vorrei anche capire.
Un mount è solo un mount, come può avermi cancellato i dati? :/
ma infatti secondo me non li ha cancellati, controlla nei log o con dmesg, se per qualche motivo la partizione ntfs non è 'pulita' e serve uno scandisk può darsi che in realtà non te la monti (in effetti non ricordo se la monta con il warning oppure no.. tu prova :) ) controlla anche con df -h se la partizione è montata e quanti gb sono occupati
Il problema è che segna che è completamente vuota. 0 file.
Ho aperto anche da Windows e vedo il disco totalmente piallato. :mc:
dmesg
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] hpet clockevent registered
[ 0.000000] TSC calibrated against HPET
[ 21.654284] time.c: Detected 2999.655 MHz processor.
[ 21.654922] Console: colour VGA+ 80x25
[ 21.654924] console [tty0] enabled
[ 21.654937] Checking aperture...
[ 21.654943] Calgary: detecting Calgary via BIOS EBDA area
[ 21.654944] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 21.654945] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 21.680952] Placing software IO TLB between 0x104d000 - 0x504d000
[ 21.708167] Memory: 4046492k/4980736k available (2490k kernel code, 146844k reserved, 1318k data, 320k init)
[ 21.708194] SLUB: Genslabs=12, HWalign=64, Order=0-1, MinObjects=4, CPUs=4, Nodes=1
[ 21.784132] Calibrating delay using timer specific routine.. 6003.13 BogoMIPS (lpj=12006266)
[ 21.784154] Security Framework initialized
[ 21.784159] SELinux: Disabled at boot.
[ 21.784167] AppArmor: AppArmor initialized
[ 21.784170] Failure registering capabilities with primary security module.
[ 21.784402] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 21.786055] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 21.786844] Mount-cache hash table entries: 256
[ 21.786935] Initializing cgroup subsys ns
[ 21.786939] Initializing cgroup subsys cpuacct
[ 21.786950] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 21.786951] CPU: L2 cache: 6144K
[ 21.786953] CPU 0/0 -> Node 0
[ 21.786954] using mwait in idle threads.
[ 21.786955] CPU: Physical Processor ID: 0
[ 21.786956] CPU: Processor Core ID: 0
[ 21.786960] CPU0: Thermal monitoring enabled (TM2)
[ 21.786970] SMP alternatives: switching to UP code
[ 21.787609] Early unpacking initramfs... done
[ 22.016505] ACPI: Core revision 20070126
[ 22.016542] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[ 22.081102] Using local APIC timer interrupts.
[ 22.114405] APIC timer calibration result 20830943
[ 22.114406] Detected 20.830 MHz APIC timer.
[ 22.114457] SMP alternatives: switching to SMP code
[ 22.115019] Booting processor 1/2 APIC 0x1
[ 22.125567] Initializing CPU#1
[ 22.202313] Calibrating delay using timer specific routine.. 5999.30 BogoMIPS (lpj=11998601)
[ 22.202318] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 22.202318] CPU: L2 cache: 6144K
[ 22.202320] CPU 1/1 -> Node 0
[ 22.202321] CPU: Physical Processor ID: 0
[ 22.202322] CPU: Processor Core ID: 1
[ 22.202325] CPU1: Thermal monitoring enabled (TM2)
[ 22.202951] Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz stepping 0a
[ 22.203049] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 22.223044] Brought up 2 CPUs
[ 22.223105] CPU0 attaching sched-domain:
[ 22.223107] domain 0: span 03
[ 22.223107] groups: 01 02
[ 22.223109] domain 1: span 03
[ 22.223110] groups: 03
[ 22.223111] CPU1 attaching sched-domain:
[ 22.223112] domain 0: span 03
[ 22.223113] groups: 02 01
[ 22.223114] domain 1: span 03
[ 22.223115] groups: 03
[ 22.223269] net_namespace: 120 bytes
[ 22.223495] Time: 22:17:57 Date: 11/06/08
[ 22.223513] NET: Registered protocol family 16
[ 22.223627] ACPI: bus type pci registered
[ 22.223672] PCI: Using configuration type 1
[ 22.225851] ACPI: EC: Look up EC in DSDT
[ 22.232057] ACPI: Interpreter enabled
[ 22.232058] ACPI: (supports S0 S1 S3 S4 S5)
[ 22.232069] ACPI: Using IOAPIC for interrupt routing
[ 22.232190] Error attaching device data
[ 22.232214] Error attaching device data
[ 22.232237] Error attaching device data
[ 22.232263] Error attaching device data
[ 22.236771] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 22.237694] PCI: Transparent bridge - 0000:00:1e.0
[ 22.237714] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 22.237820] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
[ 22.237877] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 22.237960] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[ 22.238024] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[ 22.247991] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 22.248069] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 22.248145] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 *15)
[ 22.248222] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 22.248298] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 22.248375] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 *14 15)
[ 22.248451] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
[ 22.248528] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[ 22.248600] ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 9E, should be 96 [20070126]
[ 22.248604] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 22.248622] pnp: PnP ACPI init
[ 22.248626] ACPI: bus type pnp registered
[ 22.250473] pnp: PnP ACPI: found 16 devices
[ 22.250474] ACPI: ACPI bus type pnp unregistered
[ 22.250606] PCI: Using ACPI for IRQ routing
[ 22.250607] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
[ 22.262264] NET: Registered protocol family 8
[ 22.262265] NET: Registered protocol family 20
[ 22.262292] PCI-GART: No AMD northbridge found.
[ 22.262297] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 22.262300] hpet0: 4 64-bit timers, 14318180 Hz
[ 22.263319] AppArmor: AppArmor Filesystem Enabled
[ 22.266215] Time: tsc clocksource has been installed.
[ 22.266220] Switched to high resolution mode on CPU 0
[ 22.266957] Switched to high resolution mode on CPU 1
[ 22.274204] system 00:01: iomem range 0xfed14000-0xfed19fff has been reserved
[ 22.274210] system 00:07: ioport range 0x290-0x29f has been reserved
[ 22.274215] system 00:08: ioport range 0x4d0-0x4d1 has been reserved
[ 22.274217] system 00:08: ioport range 0x800-0x87f has been reserved
[ 22.274219] system 00:08: ioport range 0x500-0x57f has been reserved
[ 22.274223] system 00:08: iomem range 0xfed08000-0xfed08fff has been reserved
[ 22.274226] system 00:08: iomem range 0xfed1c000-0xfed1ffff has been reserved
[ 22.274228] system 00:08: iomem range 0xfed20000-0xfed3ffff has been reserved
[ 22.274230] system 00:08: iomem range 0xfed50000-0xfed8ffff has been reserved
[ 22.274235] system 00:0b: iomem range 0xffc00000-0xffefffff has been reserved
[ 22.274239] system 00:0c: iomem range 0xfec00000-0xfec00fff has been reserved
[ 22.274241] system 00:0c: iomem range 0xfee00000-0xfee00fff could not be reserved
[ 22.274246] system 00:0e: iomem range 0xe0000000-0xefffffff has been reserved
[ 22.274250] system 00:0f: iomem range 0x0-0x9ffff could not be reserved
[ 22.274252] system 00:0f: iomem range 0xc0000-0xcffff has been reserved
[ 22.274254] system 00:0f: iomem range 0xe0000-0xfffff could not be reserved
[ 22.274256] system 00:0f: iomem range 0x100000-0xcfffffff could not be reserved
[ 22.274258] system 00:0f: iomem range 0x0-0x0 could not be reserved
[ 22.274514] PCI: Bridge: 0000:00:01.0
[ 22.274515] IO window: d000-dfff
[ 22.274517] MEM window: fea00000-feafffff
[ 22.274518] PREFETCH window: d0000000-dfffffff
[ 22.274520] PCI: Bridge: 0000:00:1c.0
[ 22.274521] IO window: disabled.
[ 22.274523] MEM window: disabled.
[ 22.274526] PREFETCH window: fdf00000-fdffffff
[ 22.274528] PCI: Bridge: 0000:00:1c.5
[ 22.274530] IO window: e000-efff
[ 22.274533] MEM window: feb00000-febfffff
[ 22.274535] PREFETCH window: disabled.
[ 22.274537] PCI: Bridge: 0000:00:1e.0
[ 22.274538] IO window: disabled.
[ 22.274541] MEM window: disabled.
[ 22.274543] PREFETCH window: disabled.
[ 22.274551] ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 22.274554] PCI: Setting latency timer of device 0000:00:01.0 to 64
[ 22.274565] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 22.274568] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 22.274579] ACPI: PCI Interrupt 0000:00:1c.5 -> GSI 16 (level, low) -> IRQ 16
[ 22.274582] PCI: Setting latency timer of device 0000:00:1c.5 to 64
[ 22.274588] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[ 22.274593] NET: Registered protocol family 2
[ 22.310254] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 22.310903] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 22.313126] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 22.313514] TCP: Hash tables configured (established 524288 bind 65536)
[ 22.313516] TCP reno registered
[ 22.322265] checking if image is initramfs... it is
[ 22.772880] Freeing initrd memory: 7557k freed
[ 22.775078] audit: initializing netlink socket (disabled)
[ 22.775092] audit(1226009878.060:1): initialized
[ 22.776359] VFS: Disk quotas dquot_6.5.1
[ 22.776397] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 22.776468] io scheduler noop registered
[ 22.776469] io scheduler anticipatory registered
[ 22.776470] io scheduler deadline registered
[ 22.776529] io scheduler cfq registered (default)
[ 22.781215] Boot video device is 0000:01:00.0
[ 22.781322] PCI: Setting latency timer of device 0000:00:01.0 to 64
[ 22.781340] assign_interrupt_mode Found MSI capability
[ 22.781356] Allocate Port Service[0000:00:01.0:pcie00]
[ 22.781404] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 22.781431] assign_interrupt_mode Found MSI capability
[ 22.781452] Allocate Port Service[0000:00:1c.0:pcie00]
[ 22.781471] Allocate Port Service[0000:00:1c.0:pcie02]
[ 22.781520] PCI: Setting latency timer of device 0000:00:1c.5 to 64
[ 22.781547] assign_interrupt_mode Found MSI capability
[ 22.781568] Allocate Port Service[0000:00:1c.5:pcie00]
[ 22.781585] Allocate Port Service[0000:00:1c.5:pcie02]
[ 22.795052] Real Time Clock Driver v1.12ac
[ 22.795161] hpet_resources: 0xfed00000 is busy
[ 22.795185] Linux agpgart interface v0.102
[ 22.795186] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 22.795799] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[ 22.795835] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[ 22.795884] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 22.795886] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 22.796354] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 22.814132] mice: PS/2 mouse device common for all mice
[ 22.814160] cpuidle: using governor ladder
[ 22.814162] cpuidle: using governor menu
[ 22.814268] NET: Registered protocol family 1
[ 22.814323] registered taskstats version 1
[ 22.814383] Magic number: 0:535:299
[ 22.814416] /build/buildd/linux-2.6.24/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 22.814418] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 22.814419] EDD information not available.
[ 22.814424] Freeing unused kernel memory: 320k freed
[ 22.815664] Write protecting the kernel read-only data: 1036k
[ 22.841598] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 23.916542] fuse init (API version 7.9)
[ 23.926344] ACPI Exception (processor_core-0822): AE_NOT_FOUND, Processor Device is not present [20070126]
[ 23.926350] ACPI Exception (processor_core-0822): AE_NOT_FOUND, Processor Device is not present [20070126]
[ 23.996931] usbcore: registered new interface driver usbfs
[ 23.996945] usbcore: registered new interface driver hub
[ 24.004238] usbcore: registered new device driver usb
[ 24.008586] USB Universal Host Controller Interface driver v3.0
[ 24.008622] ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 24.008629] PCI: Setting latency timer of device 0000:00:1a.0 to 64
[ 24.008632] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 24.008784] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 24.008806] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000c800
[ 24.008880] usb usb1: configuration #1 chosen from 1 choice
[ 24.008893] hub 1-0:1.0: USB hub found
[ 24.008896] hub 1-0:1.0: 2 ports detected
[ 24.099953] SCSI subsystem initialized
[ 24.102942] libata version 3.00 loaded.
[ 24.112176] ACPI: PCI Interrupt 0000:00:1a.1[B] -> GSI 21 (level, low) -> IRQ 21
[ 24.112184] PCI: Setting latency timer of device 0000:00:1a.1 to 64
[ 24.112186] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 24.112200] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[ 24.112220] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000c880
[ 24.112280] usb usb2: configuration #1 chosen from 1 choice
[ 24.112293] hub 2-0:1.0: USB hub found
[ 24.112296] hub 2-0:1.0: 2 ports detected
[ 24.128067] Floppy drive(s): fd0 is 1.44M
[ 24.148177] FDC 0 is a post-1991 82077
[ 24.216053] ACPI: PCI Interrupt 0000:00:1a.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 24.216060] PCI: Setting latency timer of device 0000:00:1a.2 to 64
[ 24.216063] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 24.216075] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
[ 24.216095] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000cc00
[ 24.216154] usb usb3: configuration #1 chosen from 1 choice
[ 24.216166] hub 3-0:1.0: USB hub found
[ 24.216169] hub 3-0:1.0: 2 ports detected
[ 24.319909] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
[ 24.319915] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 24.319917] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 24.319931] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[ 24.319950] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000c080
[ 24.320009] usb usb4: configuration #1 chosen from 1 choice
[ 24.320021] hub 4-0:1.0: USB hub found
[ 24.320024] hub 4-0:1.0: 2 ports detected
[ 24.423797] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[ 24.423804] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 24.423807] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 24.423823] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
[ 24.423845] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c400
[ 24.423929] usb usb5: configuration #1 chosen from 1 choice
[ 24.423940] hub 5-0:1.0: USB hub found
[ 24.423944] hub 5-0:1.0: 2 ports detected
[ 24.527666] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 24.527672] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[ 24.527675] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 24.527690] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
[ 24.527709] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000c480
[ 24.527794] usb usb6: configuration #1 chosen from 1 choice
[ 24.527813] hub 6-0:1.0: USB hub found
[ 24.527816] hub 6-0:1.0: 2 ports detected
[ 24.631634] ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 18 (level, low) -> IRQ 18
[ 24.633013] PCI: Setting latency timer of device 0000:00:1a.7 to 64
[ 24.633018] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 24.633051] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 7
[ 24.636959] ehci_hcd 0000:00:1a.7: debug port 1
[ 24.636963] PCI: cache line size of 32 is not supported by device 0000:00:1a.7
[ 24.636967] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfe9ffc00
[ 24.663988] usb 4-1: new low speed USB device using uhci_hcd and address 2
[ 24.675445] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 24.675531] usb usb7: configuration #1 chosen from 1 choice
[ 24.675552] hub 7-0:1.0: USB hub found
[ 24.675557] hub 7-0:1.0: 6 ports detected
[ 24.779383] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
[ 24.780751] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[ 24.780756] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 24.780816] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 8
[ 24.784713] ehci_hcd 0000:00:1d.7: debug port 1
[ 24.784716] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[ 24.784721] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfe9ff800
[ 24.799303] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 24.799383] usb usb8: configuration #1 chosen from 1 choice
[ 24.799404] hub 8-0:1.0: USB hub found
[ 24.799413] hub 8-0:1.0: 6 ports detected
[ 24.903324] ahci 0000:00:1f.2: version 3.0
[ 24.903343] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19
[ 25.198842] usb 4-1: device not accepting address 2, error -71
[ 25.822129] usb 4-1: new low speed USB device using uhci_hcd and address 4
[ 25.906050] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[ 25.906053] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part
[ 25.906057] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[ 25.906260] scsi0 : ahci
[ 25.906290] scsi1 : ahci
[ 25.906309] scsi2 : ahci
[ 25.906329] scsi3 : ahci
[ 25.906350] scsi4 : ahci
[ 25.906368] scsi5 : ahci
[ 25.906427] ata1: SATA max UDMA/133 abar m2048@0xfe9fe800 port 0xfe9fe900 irq 508
[ 25.906429] ata2: SATA max UDMA/133 abar m2048@0xfe9fe800 port 0xfe9fe980 irq 508
[ 25.906431] ata3: SATA max UDMA/133 abar m2048@0xfe9fe800 port 0xfe9fea00 irq 508
[ 25.906433] ata4: SATA max UDMA/133 abar m2048@0xfe9fe800 port 0xfe9fea80 irq 508
[ 25.906434] ata5: SATA max UDMA/133 abar m2048@0xfe9fe800 port 0xfe9feb00 irq 508
[ 25.906436] ata6: SATA max UDMA/133 abar m2048@0xfe9fe800 port 0xfe9feb80 irq 508
[ 25.990217] usb 4-1: configuration #1 chosen from 1 choice
[ 25.999611] usbcore: registered new interface driver hiddev
[ 26.014333] input: USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1:1.0/input/input2
[ 26.037904] input,hidraw0: USB HID v1.10 Mouse [USB Optical Mouse] on usb-0000:00:1d.0-1
[ 26.037913] usbcore: registered new interface driver usbhid
[ 26.037915] /build/buildd/linux-2.6.24/drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[ 26.225667] ata1: SATA link down (SStatus 0 SControl 300)
[ 26.864931] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 26.871277] ata2.00: ATA-7: SAMSUNG HD251HJ, 1AC01113, max UDMA7
[ 26.871280] ata2.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 26.877693] ata2.00: configured for UDMA/133
[ 27.197040] ata3: SATA link down (SStatus 0 SControl 300)
[ 27.835815] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 27.836359] ata4.00: ATA-7: WDC WD2500JS-00NCB1, 10.02E02, max UDMA/133
[ 27.836361] ata4.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 27.836968] ata4.00: configured for UDMA/133
[ 28.475079] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 28.487079] ata5.00: HPA unlocked: 490232639 -> 490234752, native 490234752
[ 28.487083] ata5.00: ATA-7: Maxtor 6L250S0, BANC1G10, max UDMA/133
[ 28.487085] ata5.00: 490234752 sectors, multi 0: LBA48 NCQ (not used)
[ 28.490282] ata5.00: configured for UDMA/133
[ 28.806699] ata6: SATA link down (SStatus 0 SControl 300)
[ 28.806782] scsi 1:0:0:0: Direct-Access ATA SAMSUNG HD251HJ 1AC0 PQ: 0 ANSI: 5
[ 28.806876] scsi 3:0:0:0: Direct-Access ATA WDC WD2500JS-00N 10.0 PQ: 0 ANSI: 5
[ 28.806929] scsi 4:0:0:0: Direct-Access ATA Maxtor 6L250S0 BANC PQ: 0 ANSI: 5
[ 28.810369] Driver 'sd' needs updating - please use bus_type methods
[ 28.823206] sd 1:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 28.823216] sd 1:0:0:0: [sda] Write Protect is off
[ 28.823218] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 28.823231] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 28.823270] sd 1:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 28.823278] sd 1:0:0:0: [sda] Write Protect is off
[ 28.823280] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 28.823293] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 28.823295] sda: sda1 sda2 < sda5 sda6 >
[ 28.910086] sd 1:0:0:0: [sda] Attached SCSI disk
[ 28.910120] sd 3:0:0:0: [sdb] 488397168 512-byte hardware sectors (250059 MB)
[ 28.910129] sd 3:0:0:0: [sdb] Write Protect is off
[ 28.910131] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 28.910144] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 28.910171] sd 3:0:0:0: [sdb] 488397168 512-byte hardware sectors (250059 MB)
[ 28.910179] sd 3:0:0:0: [sdb] Write Protect is off
[ 28.910181] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 28.910201] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 28.910203] sdb: sdb1
[ 28.924723] sd 3:0:0:0: [sdb] Attached SCSI disk
[ 28.924755] sd 4:0:0:0: [sdc] 490234752 512-byte hardware sectors (251000 MB)
[ 28.924763] sd 4:0:0:0: [sdc] Write Protect is off
[ 28.924765] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 28.924778] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 28.924805] sd 4:0:0:0: [sdc] 490234752 512-byte hardware sectors (251000 MB)
[ 28.924813] sd 4:0:0:0: [sdc] Write Protect is off
[ 28.924814] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 28.924827] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 28.924830] sdc: sdc1
[ 28.945736] sd 4:0:0:0: [sdc] Attached SCSI disk
[ 28.948104] sd 1:0:0:0: Attached scsi generic sg0 type 0
[ 28.948116] sd 3:0:0:0: Attached scsi generic sg1 type 0
[ 28.948125] sd 4:0:0:0: Attached scsi generic sg2 type 0
[ 29.103061] Attempting manual resume
[ 29.103063] swsusp: Resume From Partition 8:6
[ 29.103064] PM: Checking swsusp image.
[ 29.103188] PM: Resume from disk failed.
[ 29.117603] kjournald starting. Commit interval 5 seconds
[ 29.117615] EXT3-fs: mounted filesystem with ordered data mode.
[ 34.864269] input: PC Speaker as /devices/platform/pcspkr/input/input3
[ 35.111992] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 35.127977] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 35.210998] input: Power Button (FF) as /devices/virtual/input/input4
[ 35.263312] ACPI: Power Button (FF) [PWRF]
[ 35.263367] input: Power Button (CM) as /devices/virtual/input/input5
[ 35.319233] ACPI: Power Button (CM) [PWRB]
[ 35.635360] Atheros(R) AR8121/AR8113 PCI-E Ethernet Network Driver - version 1.0.0.4
[ 35.635362] Copyright (c) 2007 Atheros Corporation.
[ 35.635401] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 35.635411] PCI: Setting latency timer of device 0000:02:00.0 to 64
[ 35.760987] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
[ 35.762123] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[ 35.793017] hda_codec: Unknown model for ALC883, trying auto-probe from BIOS...
[ 35.824934] ACPI: PCI Interrupt 0000:01:00.1[B] -> GSI 17 (level, low) -> IRQ 17
[ 35.826045] PCI: Setting latency timer of device 0000:01:00.1 to 64
[ 36.358431] lp: driver loaded but no devices found
[ 36.404409] Adding 1437776k swap on /dev/sda6. Priority:-1 extents:1 across:1437776k
[ 36.931416] EXT3 FS on sda5, internal journal
[ 37.283768] ATL1e: eth0 NIC Link is Up<100 Mbps Full Duplex>
[ 37.383876] NET: Registered protocol family 17
[ 38.002027] NET: Registered protocol family 10
[ 38.002141] lo: Disabled Privacy Extensions
[ 39.437911] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 39.673079] No dock devices found.
[ 43.854850] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
[ 48.611926] eth0: no IPv6 routers present
[ 793.808794] end_request: I/O error, dev fd0, sector 0
[ 805.966207] end_request: I/O error, dev fd0, sector 0
[ 818.175911] end_request: I/O error, dev fd0, sector 0
[ 830.338099] end_request: I/O error, dev fd0, sector 0
[ 842.508626] end_request: I/O error, dev fd0, sector 0
[ 842.508632] Buffer I/O error on device fd0, logical block 0
[ 854.658485] end_request: I/O error, dev fd0, sector 0
[ 854.658490] Buffer I/O error on device fd0, logical block 0
[ 5043.996586] ATL1e: eth0 NIC Link is Down
[ 5046.930905] ATL1e: eth0 NIC Link is Up<100 Mbps Full Duplex>
[ 5046.932792] ATL1e: eth0 NIC Link is Down
[ 5049.600282] ATL1e: eth0 NIC Link is Up<100 Mbps Full Duplex>
[ 5056.791058] ATL1e: eth0 NIC Link is Down
[ 5058.436205] ATL1e: eth0 NIC Link is Up<100 Mbps Full Duplex>
[ 6342.816131] hub 4-0:1.0: port 1 disabled by hub (EMI?), re-enabling...
[ 6342.816138] usb 4-1: USB disconnect, address 4
[ 6342.834715] ATL1e: eth0 NIC Link is Down
[ 6342.951961] usb 4-1: new low speed USB device using uhci_hcd and address 5
[ 6343.120487] usb 4-1: configuration #1 chosen from 1 choice
[ 6343.139907] input: USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1:1.0/input/input6
[ 6343.207707] input,hidraw0: USB HID v1.10 Mouse [USB Optical Mouse] on usb-0000:00:1d.0-1
[ 6345.977401] ATL1e: eth0 NIC Link is Up<100 Mbps Full Duplex>
[ 6353.168163] ATL1e: eth0 NIC Link is Down
[ 6354.810715] ATL1e: eth0 NIC Link is Up<100 Mbps Full Duplex>
[ 6373.611539] ATL1e: eth0 NIC Link is Down
[ 6378.515359] ATL1e: eth0 NIC Link is Up<100 Mbps Full Duplex>
[ 6385.578483] ATL1e: eth0 NIC Link is Down
[ 6387.412517] ATL1e: eth0 NIC Link is Up<100 Mbps Full Duplex>
[ 7268.094352] ATL1e: eth0 NIC Link is Down
[ 7270.898924] ATL1e: eth0 NIC Link is Up<100 Mbps Full Duplex>
[ 7278.068468] ATL1e: eth0 NIC Link is Down
[ 7279.692344] ATL1e: eth0 NIC Link is Up<100 Mbps Full Duplex>
[ 8432.580521] ATL1e: eth0 NIC Link is Down
[ 8435.763704] ATL1e: eth0 NIC Link is Up<100 Mbps Full Duplex>
[ 8442.959641] ATL1e: eth0 NIC Link is Down
[ 8444.604783] ATL1e: eth0 NIC Link is Up<100 Mbps Full Duplex>
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 31G 4.1G 26G 14% /
varrun 2.0G 84K 2.0G 1% /var/run
varlock 2.0G 0 2.0G 0% /var/lock
udev 2.0G 56K 2.0G 1% /dev
devshm 2.0G 468K 2.0G 1% /dev/shm
lrm 2.0G 44M 1.9G 3% /lib/modules/2.6.24-21-generic/volatile
/dev/sdc1 234G 202G 33G 87% /media/DATA
[B]/dev/sdb1 233G 99M 233G 1% /media/FILM
/dev/sda1 201G 6.0G 195G 3% /media/WIN XP
gvfs-fuse-daemon 31G 4.1G 26G 14% /home/mattia/.gvfs
Eppure oltre a mount/unmount vari non mi sembra di aver fatto altri grandi casini.
A me è capitato di non vedere più parte dei dati con il disco esterno USB.
Ho fatto lo scandisk da windows con ricerca degli errori del filesysteme e ho risolto, magari funziona anche a te :sperem:
diabolicus
07-11-2008, 07:44
A me è capitato di non vedere più parte dei dati con il disco esterno USB.
Ho fatto lo scandisk da windows con ricerca degli errori del filesysteme e ho risolto, magari funziona anche a te :sperem:
quoto, a me era sparita tutta documents and settings.. dopo uno scandisk è tornato fuori tutto. speriamo bene, anche perché se sei sicuro di non aver formattato e soprattutto se non ci hai scritto nulla sopra, i dati devono essere ancora lì da qualche parte
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.