|
icedtea
|
 |
« on: October 09, 2007, 03:41:11 pm » |
|
hi. . . seems my external hd with enclosure USB cannot be read by VL 5 SOHO whereas my usb flash disk can be read. . 1. upon inserting the HD : /var/log/messages produce the output : here is the output of /var/log/messages :
Oct 9 19:10:30 darkstar kernel: usb 1-4: new high speed USB device using ehci_hcd and address 58 Oct 9 19:10:31 darkstar kernel: usb 1-4: new high speed USB device using ehci_hcd and address 59 Oct 9 19:10:31 darkstar kernel: usb 1-4: new high speed USB device using ehci_hcd and address 60 Oct 9 19:10:32 darkstar kernel: usb 1-4: new high speed USB device using ehci_hcd and address 61 Oct 9 19:10:32 darkstar kernel: usb 1-4: new high speed USB device using ehci_hcd and address 62
2. upon checking the usage (df -hT) its not read -- df -hT Filesystem Type Size Used Avail Use% Mounted on /dev/hdc12 reiserfs 14G 6.1G 8.0G 43% / none tmpfs 506M 0 506M 0% /dev/shm /dev/hda1 vfat 19G 14G 5.1G 74% /mnt/windows /dev/hda5 vfat 20G 12G 7.9G 60% /mnt/winbak
3. BUT when i insert my USB flash disk : it is read df -hT Filesystem Type Size Used Avail Use% Mounted on /dev/hdc12 reiserfs 14G 6.1G 8.0G 43% / none tmpfs 506M 0 506M 0% /dev/shm /dev/hda1 vfat 19G 14G 5.1G 74% /mnt/windows /dev/hda5 vfat 20G 12G 7.9G 60% /mnt/winbak [b]/dev/sda1 vfat 499M 176M 324M 36% /mnt/vl-hot/sda/vol1[/b]
do i have to configure something else?  when i use winxp, the usb HD works. .
|
|
|
|
|
Logged
|
using VL 5.1 SOHO , 5.8 GOLD
|
|
|
|
lagagnon
|
 |
« Reply #1 on: October 09, 2007, 03:50:06 pm » |
|
Those seem to be incomplete log messages. Open up a console and type: "tail -f /var/log/messages". Plug in the drive. Watch the messages and paste them here. You should see it listed as /dev/something...Then try mounting it yourself (as root in a console) with: mount /dev/something /mnt/test
and see if you can mount it,,,,
|
|
|
|
|
Logged
|
"As people become more intelligent they care less for preachers and more for teachers". Robert G. Ingersoll
|
|
|
|
icedtea
|
 |
« Reply #2 on: October 09, 2007, 04:08:41 pm » |
|
Those seem to be incomplete log messages. Open up a console and type: "tail -f /var/log/messages". Plug in the drive. Watch the messages and paste them here. You should see it listed as /dev/something...Then try mounting it yourself (as root in a console) with: mount /dev/something /mnt/test
and see if you can mount it,,,,
ok sir i will try again upon coming home. but as far as i remember, (though i was not able to copy the first part of the log, i did not saw anything related to /dev/**** or the like.. when i inserted the usb HD whereas when i inserted the usb flash drive.. it was read as something like : mounting /dev/** in /mnt/vl-hot/sda/vol1
I also did not saw anything related to /dev/sda* in /dev/ when the usb hd is inserted .. while in the usb flash disk, I saw this /dev/sda and also /dev/sda1 UPDATE : upon inserting the usb hd using VL 5.8 : root:# tail -f /var/log/messages Oct 10 16:40:45 vector ifplugd(eth0)[4049]: Using detection mode: SIOCETHTOOL Oct 10 16:40:45 vector ifplugd(eth0)[4049]: Initialization complete, link beat n ot detected. Oct 10 16:42:44 vector kernel: usb 1-3: new high speed USB device using ehci_hcd and address 2 Oct 10 16:42:45 vector kernel: usb 1-3: new high speed USB device using ehci_hcd and address 3
i think its not read still  my mount command : mount /dev/hdc3 on / type reiserfs (rw,noatime) /dev/hda1 on /mnt/windows type vfat (rw,umask=0,quiet,shortname=mixed) /dev/hda5 on /mnt/winback type vfat (rw,umask=0,quiet,shortname=mixed) usbfs on /proc/bus/usb type usbfs (rw,devgid=10,devmode=0666) tmpfs on /dev/shm type tmpfs (rw)
|
|
|
|
« Last Edit: October 10, 2007, 12:53:56 am by icedtea »
|
Logged
|
using VL 5.1 SOHO , 5.8 GOLD
|
|
|
rbistolfi
Packager
Vectorian
   
Posts: 2203
|
 |
« Reply #3 on: October 10, 2007, 06:48:08 am » |
|
Hi icedtea, maybe you need to insert some module into the kernel to access that device. what is the exactly make and model? could you post the outputs of lsusb and fdisk -l commands? You need to be logged as root. Could be an udev issue also.
|
|
|
|
« Last Edit: October 10, 2007, 09:17:06 am by rbistolfi »
|
Logged
|
"There is a concept which corrupts and upsets all others. I refer not to Evil, whose limited realm is that of ethics; I refer to the infinite." Jorge Luis Borges, Avatars of the Tortoise. -- Jumalauta!!
|
|
|
|
icedtea
|
 |
« Reply #4 on: October 11, 2007, 04:10:35 am » |
|
i think i got the issue here.. BUT still i got a problem... i just bought another enclosure that states it can be run in kernel 2.4 higher and YES it was read. . BUT .. the problem is. . .it is being read by 4 filesystem ---- 1. output of var/log/messages : Oct 11 19:39:24 vector kernel: Vendor: Hitachi Model: HTS541680J9AT00 Rev: SB2O Oct 11 19:39:24 vector kernel: Type: Direct-Access ANSI SCSI revision: 02 Oct 11 19:39:24 vector kernel: SCSI device sdd: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 19:39:24 vector kernel: SCSI device sdd: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 19:39:24 vector kernel: sdd: sdd1 Oct 11 19:39:24 vector kernel: Attached scsi disk sdd at scsi91, channel 0, id 0, lun 0 Oct 11 19:39:24 vector kernel: Attached scsi generic sg0 at scsi91, channel 0, id 0, lun 0, type 0 Oct 11 19:39:24 vector vl-hot_mount: Starting vl-mount... Oct 11 19:39:24 vector vl-hot_mount: The current X user HOME directory is /home/icey Oct 11 19:39:24 vector vl-hot_mount: Mounting /dev/vl-hot/sdd on /mnt/vl-hot/sdd/vol Oct 11 19:39:24 vector vl-hot_mount: /dev/vl-hot/sdd not mountable (MBR) ... Oct 11 19:39:24 vector vl-hot_mount: Finishing vl-mount... Oct 11 19:39:24 vector vl-hot_mount: Starting vl-mount... Oct 11 19:39:24 vector vl-hot_mount: The current X user HOME directory is /home/icey Oct 11 19:39:24 vector vl-hot_mount: Mounting /dev/vl-hot/sdd1 on /mnt/vl-hot/sdd/vol1 Oct 11 19:39:24 vector vl-hot_mount: /dev/vl-hot/sdd1 Filesystem is NTFS Oct 11 19:39:24 vector vl-hot_mount: mounting NTFS filesystem: /dev/vl-hot/sdd1 on /mnt/vl-hot/sdd/vol1 Oct 11 19:39:25 vector kernel: NTFS volume version 3.1. Oct 11 19:39:25 vector kernel: usb 1-3: USB disconnect, address 16 Oct 11 19:39:25 vector kernel: SCSI error : <91 0 0 0> return code = 0x10000 Oct 11 19:39:25 vector vl-hot_mount: Finishing vl-mount...
it is read as /dev/vl-hot/sdd1 BUT on the output of df -h : df -h Filesystem Size Used Avail Use% Mounted on /dev/hdc12 14G 6.1G 8.0G 44% / none 506M 0 506M 0% /dev/shm /dev/hda1 19G 14G 5.1G 74% /mnt/windows /dev/hda5 20G 12G 7.9G 60% /mnt/winbak /dev/sda1 75G 75G 0 100% /mnt/vl-hot/sda/vol1 /dev/sdb1 75G 5.6G 70G 8% /mnt/vl-hot/sdb/vol1 /dev/sdc1 75G 75G 0 100% /mnt/vl-hot/sdc/vol1 /dev/sdd1 75G 5.6G 70G 8% /mnt/vl-hot/sdd/vol1
there are 4 of them!!! the sad news is. . .everytime i try to write. . its not permitted because its mounted as READ ONLY fs. . . [root@vector/mnt/vl-hot/sdd1/vol1]# mkdir winbackup mkdir: cannot create directory `winbackup': Read-only file system
[root@vector~]# umount /mnt/vl-hot/sd* umount: /mnt/vl-hot/sda: not mounted umount: /mnt/vl-hot/sdb: not mounted umount: /mnt/vl-hot/sdc: not mounted umount: /mnt/vl-hot/sdd: not mounted
[root@vector/mnt]# umount /dev/sdd1 /mnt/vl-hot/sdd/vol1 umount: /mnt/vl-hot/sdd/vol1: device is busy umount: /mnt/vl-hot/sdd/vol1: device is busy umount: /mnt/vl-hot/sdd/vol1: device is busy umount: /mnt/vl-hot/sdd/vol1: device is busy
|
|
|
|
« Last Edit: October 11, 2007, 04:14:19 am by icedtea »
|
Logged
|
using VL 5.1 SOHO , 5.8 GOLD
|
|
|
|
icedtea
|
 |
« Reply #5 on: October 11, 2007, 04:37:05 am » |
|
FROM my VL 5.8 : root:# tail -f /var/log/messages Oct 11 20:27:06 vector kernel: p4-clockmod: P4/Xeon(TM) CPU On-Demand Clock Modu lation available Oct 11 20:27:07 vector kernel: parport0: PC-style at 0x378 [PCSPP] Oct 11 20:27:07 vector kernel: lp0: using parport0 (polling). Oct 11 20:27:07 vector kernel: lp0: console ready Oct 11 20:27:11 vector vcpufreq-load: vcpufreq-load disabled in config... Oct 11 20:27:13 vector ifplugd(eth0)[4063]: ifplugd 0.28 initializing. Oct 11 20:27:13 vector kernel: eth0: link down Oct 11 20:27:13 vector ifplugd(eth0)[4063]: Using interface eth0/00:07:95:33:C1: B4 with driver <8139too> (version: 0.9.27) Oct 11 20:27:13 vector ifplugd(eth0)[4063]: Using detection mode: SIOCETHTOOL Oct 11 20:27:13 vector ifplugd(eth0)[4063]: Initialization complete, link beat n ot detected. Oct 11 20:28:43 vector kernel: usb 1-3: new high speed USB device using ehci_hcd and address 2 Oct 11 20:28:43 vector kernel: usb 1-3: configuration #1 chosen from 1 choice Oct 11 20:28:43 vector kernel: Initializing USB Mass Storage driver... Oct 11 20:28:43 vector kernel: scsi2 : SCSI emulation for USB Mass Storage devices Oct 11 20:28:43 vector kernel: usbcore: registered new driver usb-storage Oct 11 20:28:43 vector kernel: USB Mass Storage support registered. Oct 11 20:28:44 vector kernel: usb 1-3: USB disconnect, address 2 Oct 11 20:28:44 vector kernel: usb 1-3: new high speed USB device using ehci_hcd and address 3 Oct 11 20:28:44 vector kernel: usb 1-3: configuration #1 chosen from 1 choice Oct 11 20:28:44 vector kernel: scsi3 : SCSI emulation for USB Mass Storage devices Oct 11 20:28:44 vector kernel: usb 1-3: USB disconnect, address 3 Oct 11 20:28:45 vector kernel: usb 1-3: new high speed USB device using ehci_hcd and address 4 Oct 11 20:28:45 vector kernel: usb 1-3: configuration #1 chosen from 1 choice Oct 11 20:28:45 vector kernel: scsi4 : SCSI emulation for USB Mass Storage devices Oct 11 20:28:50 vector kernel: Vendor: Hitachi Model: HTS541680J9AT00 Rev: SB2O Oct 11 20:28:50 vector kernel: Type: Direct-Access ANSI SCSI revisio n: 02 Oct 11 20:28:50 vector kernel: SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:28:50 vector kernel: sda: Write Protect is off Oct 11 20:28:50 vector kernel: SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:28:50 vector kernel: sda: Write Protect is off Oct 11 20:28:50 vector kernel: sda: sda1 Oct 11 20:28:50 vector kernel: sd 4:0:0:0: Attached scsi disk sda Oct 11 20:28:50 vector kernel: sd 4:0:0:0: Attached scsi generic sg0 type 0 Oct 11 20:28:50 vector vl-hot_mount: Starting vl-hot_mount... Oct 11 20:28:50 vector vl-hot_mount: devname: sda Oct 11 20:28:50 vector vl-hot_mount: volname: vol Oct 11 20:28:50 vector vl-hot_mount: Mounting /dev/vl-hot/sda on /mnt/vl-hot/sda/vol Oct 11 20:28:50 vector vl-hot_mount: /dev/vl-hot/sda not mountable (MBR) ... Oct 11 20:28:50 vector vl-hot_mount: Finishing vl-hot_mount... Oct 11 20:28:50 vector vl-hot_mount: Starting vl-hot_mount... Oct 11 20:28:50 vector vl-hot_mount: devname: sda1 Oct 11 20:28:50 vector vl-hot_mount: volname: vol1 Oct 11 20:28:50 vector vl-hot_mount: Mounting /dev/vl-hot/sda1 on /mnt/vl-hot/sda/vol1 Oct 11 20:28:50 vector vl-hot_mount: /dev/vl-hot/sda1 Filesystem is NTFS Oct 11 20:28:50 vector vl-hot_mount: mounting NTFS-3G filesystem: /dev/vl-hot/sda1 on /mnt/vl -hot/sda/vol1 Oct 11 20:28:50 vector ntfs-3g[4370]: Version 0.20061212-BETA Oct 11 20:28:50 vector ntfs-3g[4370]: Mounted /dev/vl-hot/sda1 (Read-Write, label "iCeY", NTF S 3.1) Oct 11 20:28:50 vector vl-hot_mount: Showing desktop file vl-hot-sda-vol1.desktop Oct 11 20:28:50 vector vl-hot_mount: Finishing vl-hot_mount... Oct 11 20:33:35 vector ntfs-3g[4370]: Skipping unrepresentable filename (inode 2160): Invalid or incomplete multibyte or wide character Oct 11 20:35:49 vector kernel: CSLIP: code copyright 1989 Regents of the University of Califo rnia Oct 11 20:35:49 vector kernel: PPP generic driver version 2.4.2 Oct 11 20:35:49 vector pppd[4467]: pppd 2.4.4b1 started by root, uid 0 Oct 11 20:35:50 vector chat[4477]: timeout set to 60 seconds Oct 11 20:35:50 vector chat[4477]: abort on (ERROR) Oct 11 20:35:50 vector chat[4477]: abort on (BUSY) Oct 11 20:35:50 vector chat[4477]: abort on (NO CARRIER) Oct 11 20:35:50 vector chat[4477]: abort on (NO DIALTONE) Oct 11 20:35:50 vector chat[4477]: send (AT&FH0^M) Oct 11 20:35:50 vector chat[4477]: expect (OK) Oct 11 20:35:50 vector chat[4477]: AT&FH0^M^M Oct 11 20:35:50 vector chat[4477]: OK Oct 11 20:35:50 vector chat[4477]: -- got it Oct 11 20:35:50 vector chat[4477]: send (atdt1889^M) Oct 11 20:35:50 vector chat[4477]: timeout set to 75 seconds Oct 11 20:35:50 vector chat[4477]: expect (CONNECT) Oct 11 20:35:50 vector chat[4477]: ^M Oct 11 20:36:19 vector chat[4477]: atdt1889^M^M Oct 11 20:36:19 vector chat[4477]: CONNECT Oct 11 20:36:19 vector chat[4477]: -- got it Oct 11 20:36:19 vector pppd[4467]: Serial connection established. Oct 11 20:36:19 vector pppd[4467]: Using interface ppp0 Oct 11 20:36:19 vector pppd[4467]: Connect: ppp0 <--> /dev/ttyS0 Oct 11 20:36:21 vector pppd[4467]: PAP authentication succeeded Oct 11 20:36:21 vector kernel: PPP BSD Compression module registered Oct 11 20:36:21 vector kernel: PPP Deflate Compression module registered Oct 11 20:36:21 vector pppd[4467]: local IP address 203.215.124.190 Oct 11 20:36:21 vector pppd[4467]: remote IP address 202.78.97.139 Oct 11 20:36:43 vector ntfs-3g[4370]: Error writing $Mft record(s) Oct 11 20:36:43 vector ntfs-3g[4370]: Failed to format mft record. Oct 11 20:36:43 vector ntfs-3g[4370]: Failed to clear bit in mft bitmap. Leaving inconsisten t metadata. Run chkdsk. Oct 11 20:36:43 vector ntfs-3g[4370]: Could not allocate new MFT record: Input/output error. Oct 11 20:36:43 vector kernel: device being removed Oct 11 20:36:43 vector ntfs-3g[4370]: Error reading $Mft record(s) Oct 11 20:36:43 vector last message repeated 25 times Oct 11 20:36:43 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:36:43 vector ntfs-3g[4370]: Error reading $Mft record(s) Oct 11 20:36:43 vector vl-hot_umount: devname: sda1 Oct 11 20:36:43 vector ntfs-3g[4370]: Error reading $Mft record(s) Oct 11 20:36:43 vector vl-hot_umount: mountbase: sda Oct 11 20:36:43 vector ntfs-3g[4370]: Error reading $Mft record(s) Oct 11 20:36:43 vector vl-hot_umount: volname: vol1 Oct 11 20:36:43 vector ntfs-3g[4370]: Error reading $Mft record(s) Oct 11 20:36:43 vector vl-hot_umount: /mnt/vl-hot/sda/vol1 Oct 11 20:36:43 vector ntfs-3g[4370]: Error reading $Mft record(s) Oct 11 20:36:43 vector vl-hot_umount: umounting /mnt/vl-hot/sda/vol1 Oct 11 20:36:43 vector ntfs-3g[4370]: Error reading $Mft record(s) Oct 11 20:36:43 vector kernel: usb 1-3: new high speed USB device using ehci_hcd and address 5 Oct 11 20:36:43 vector ntfs-3g[4370]: Error reading $Mft record(s) Oct 11 20:36:43 vector last message repeated 7 times Oct 11 20:36:43 vector kernel: usb 1-3: configuration #1 chosen from 1 choice Oct 11 20:36:43 vector kernel: scsi5 : SCSI emulation for USB Mass Storage devices Oct 11 20:36:43 vector ntfs-3g[4370]: Error reading $Mft record(s) Oct 11 20:36:43 vector last message repeated 2 times Oct 11 20:36:43 vector ntfs-3g[4370]: Unmounting /dev/vl-hot/sda1 (iCeY) Oct 11 20:36:43 vector vl-hot_umount: ERROR unmounting /mnt/vl-hot/sda/vol1 Oct 11 20:36:43 vector vl-hot_umount: Partitions remaining, no rmdir of /mnt/vl-hot/sda/ Oct 11 20:36:43 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:36:43 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:36:43 vector vl-hot_umount: devname: sda Oct 11 20:36:43 vector vl-hot_umount: mountbase: sda Oct 11 20:36:43 vector vl-hot_umount: volname: vol Oct 11 20:36:43 vector vl-hot_umount: /mnt/vl-hot/sda/vol Oct 11 20:36:43 vector vl-hot_umount: umounting /mnt/vl-hot/sda/vol Oct 11 20:36:43 vector vl-hot_umount: ERROR unmounting /mnt/vl-hot/sda/vol Oct 11 20:36:43 vector vl-hot_umount: Partitions remaining, no rmdir of /mnt/vl-hot/sda/ Oct 11 20:36:43 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:36:48 vector kernel: Vendor: Hitachi Model: HTS541680J9AT00 Rev: SB2O Oct 11 20:36:48 vector kernel: Type: Direct-Access ANSI SCSI revisio n: 02 Oct 11 20:36:48 vector kernel: SCSI device sdb: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:36:48 vector kernel: sdb: Write Protect is off Oct 11 20:36:48 vector kernel: SCSI device sdb: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:36:48 vector kernel: sdb: Write Protect is off Oct 11 20:36:48 vector kernel: sdb: sdb1 Oct 11 20:36:48 vector kernel: sd 5:0:0:0: Attached scsi disk sdb Oct 11 20:36:48 vector kernel: sd 5:0:0:0: Attached scsi generic sg0 type 0 Oct 11 20:36:48 vector vl-hot_mount: Starting vl-hot_mount... Oct 11 20:36:48 vector vl-hot_mount: devname: sdb Oct 11 20:36:48 vector vl-hot_mount: volname: vol Oct 11 20:36:48 vector vl-hot_mount: Mounting /dev/vl-hot/sdb on /mnt/vl-hot/sdb/vol Oct 11 20:36:48 vector vl-hot_mount: /dev/vl-hot/sdb not mountable (MBR) ... Oct 11 20:36:48 vector vl-hot_mount: Finishing vl-hot_mount... Oct 11 20:36:49 vector vl-hot_mount: Starting vl-hot_mount... Oct 11 20:36:49 vector vl-hot_mount: devname: sdb1 Oct 11 20:36:49 vector vl-hot_mount: volname: vol1 Oct 11 20:36:49 vector vl-hot_mount: Mounting /dev/vl-hot/sdb1 on /mnt/vl-hot/sdb/vol1 Oct 11 20:36:49 vector vl-hot_mount: /dev/vl-hot/sdb1 Filesystem is NTFS Oct 11 20:36:49 vector vl-hot_mount: mounting NTFS-3G filesystem: /dev/vl-hot/sdb1 on /mnt/vl -hot/sdb/vol1 Oct 11 20:36:49 vector ntfs-3g[4654]: Version 0.20061212-BETA Oct 11 20:36:49 vector ntfs-3g[4654]: Mounted /dev/vl-hot/sdb1 (Read-Write, label "iCeY", NTF S 3.1) Oct 11 20:36:49 vector vl-hot_mount: Showing desktop file vl-hot-sdb-vol1.desktop Oct 11 20:36:49 vector vl-hot_mount: Finishing vl-hot_mount... Oct 11 20:38:43 vector ntfs-3g[4654]: Error reading $Mft record(s) Oct 11 20:38:43 vector kernel: usb 1-3: USB disconnect, address 5 Oct 11 20:38:43 vector kernel: sd 5:0:0:0: SCSI error: return code = 0x00010000 Oct 11 20:38:43 vector ntfs-3g[4654]: Error reading $Mft record(s) Oct 11 20:38:43 vector ntfs-3g[4654]: Error reading $Mft record(s) Oct 11 20:38:43 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:38:43 vector vl-hot_umount: devname: sdb1 Oct 11 20:38:43 vector vl-hot_umount: mountbase: sdb Oct 11 20:38:43 vector vl-hot_umount: volname: vol1 Oct 11 20:38:43 vector vl-hot_umount: /mnt/vl-hot/sdb/vol1 Oct 11 20:38:43 vector vl-hot_umount: umounting /mnt/vl-hot/sdb/vol1 Oct 11 20:38:43 vector ntfs-3g[4654]: Unmounting /dev/vl-hot/sdb1 (iCeY) Oct 11 20:38:43 vector vl-hot_umount: ERROR unmounting /mnt/vl-hot/sdb/vol1 Oct 11 20:38:43 vector vl-hot_umount: Partitions remaining, no rmdir of /mnt/vl-hot/sdb/ Oct 11 20:38:43 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:38:43 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:38:43 vector vl-hot_umount: devname: sdb Oct 11 20:38:43 vector vl-hot_umount: mountbase: sdb Oct 11 20:38:43 vector vl-hot_umount: volname: vol Oct 11 20:38:43 vector vl-hot_umount: /mnt/vl-hot/sdb/vol Oct 11 20:38:43 vector vl-hot_umount: umounting /mnt/vl-hot/sdb/vol Oct 11 20:38:44 vector vl-hot_umount: ERROR unmounting /mnt/vl-hot/sdb/vol Oct 11 20:38:44 vector vl-hot_umount: Partitions remaining, no rmdir of /mnt/vl-hot/sdb/ Oct 11 20:38:44 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:38:44 vector kernel: usb 1-3: new high speed USB device using ehci_hcd and address 6 Oct 11 20:38:44 vector kernel: usb 1-3: configuration #1 chosen from 1 choice Oct 11 20:38:44 vector kernel: scsi6 : SCSI emulation for USB Mass Storage devices Oct 11 20:38:49 vector kernel: Vendor: Hitachi Model: HTS541680J9AT00 Rev: SB2O Oct 11 20:38:49 vector kernel: Type: Direct-Access ANSI SCSI revision: 02 Oct 11 20:38:49 vector kernel: SCSI device sdc: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:38:49 vector kernel: sdc: Write Protect is off Oct 11 20:38:49 vector kernel: SCSI device sdc: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:38:49 vector kernel: sdc: Write Protect is off Oct 11 20:38:49 vector kernel: sdc:<6>usb 1-3: USB disconnect, address 6 Oct 11 20:38:49 vector kernel: sd 6:0:0:0: SCSI error: return code = 0x00010000 Oct 11 20:38:49 vector last message repeated 2 times Oct 11 20:38:49 vector kernel: sd 6:0:0:0: Attached scsi disk sdc Oct 11 20:38:49 vector kernel: sd 6:0:0:0: Attached scsi generic sg0 type 0 Oct 11 20:38:50 vector kernel: usb 1-3: new high speed USB device using ehci_hcd and address 7 Oct 11 20:38:50 vector kernel: usb 1-3: configuration #1 chosen from 1 choice Oct 11 20:38:50 vector kernel: scsi7 : SCSI emulation for USB Mass Storage devices Oct 11 20:38:55 vector kernel: Vendor: Hitachi Model: HTS541680J9AT00 Rev: SB2O Oct 11 20:38:55 vector kernel: Type: Direct-Access ANSI SCSI revision: 02 Oct 11 20:38:55 vector kernel: SCSI device sdc: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:38:55 vector kernel: sdc: Write Protect is off Oct 11 20:38:55 vector kernel: SCSI device sdc: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:38:55 vector kernel: sdc: Write Protect is off Oct 11 20:38:55 vector kernel: sdc: sdc1 Oct 11 20:38:55 vector kernel: sd 7:0:0:0: Attached scsi disk sdc Oct 11 20:38:55 vector kernel: sd 7:0:0:0: Attached scsi generic sg0 type 0 Oct 11 20:38:56 vector kernel: usb 1-3: USB disconnect, address 7 Oct 11 20:38:56 vector kernel: scsi 7:0:0:0: SCSI error: return code = 0x00010000 Oct 11 20:38:56 vector vl-hot_mount: Starting vl-hot_mount... Oct 11 20:38:56 vector vl-hot_mount: devname: sdc Oct 11 20:38:56 vector vl-hot_mount: volname: vol Oct 11 20:38:56 vector vl-hot_mount: Mounting /dev/vl-hot/sdc on /mnt/vl-hot/sdc/vol Oct 11 20:38:56 vector vl-hot_mount: /dev/vl-hot/sdc not mountable... Oct 11 20:38:56 vector vl-hot_mount: Finishing vl-hot_mount... Oct 11 20:38:56 vector kernel: usb 1-3: new high speed USB device using ehci_hcd and address 8 Oct 11 20:38:56 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:38:56 vector vl-hot_umount: devname: sdc1 Oct 11 20:38:56 vector vl-hot_umount: mountbase: sdc Oct 11 20:38:56 vector vl-hot_umount: volname: vol1 Oct 11 20:38:56 vector vl-hot_umount: /mnt/vl-hot/sdc/vol1 Oct 11 20:38:56 vector vl-hot_umount: /mnt/vl-hot/sdc/vol1 not mounted, deleting /mnt/vl-hot/sdc/vol1 and desktop icons Oct 11 20:38:56 vector vl-hot_umount: Deleting desktop file vl-hot-sdc-vol1.desktop Oct 11 20:38:56 vector vl-hot_umount: No partitions remaining, rmdir /mnt/vl-hot/sdc/ Oct 11 20:38:56 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:38:56 vector kernel: usb 1-3: configuration #1 chosen from 1 choice Oct 11 20:38:56 vector kernel: scsi8 : SCSI emulation for USB Mass Storage devices Oct 11 20:38:56 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:38:56 vector vl-hot_umount: devname: sdc Oct 11 20:38:56 vector vl-hot_umount: mountbase: sdc Oct 11 20:38:56 vector vl-hot_umount: volname: vol Oct 11 20:38:56 vector vl-hot_umount: /mnt/vl-hot/sdc/vol Oct 11 20:38:56 vector vl-hot_umount: /mnt/vl-hot/sdc/vol not mounted, deleting /mnt/vl-hot/sdc/vol and desktop icons Oct 11 20:38:56 vector vl-hot_umount: Deleting desktop file vl-hot-sdc-vol.desktop Oct 11 20:38:56 vector vl-hot_umount: No partitions remaining, rmdir /mnt/vl-hot/sdc/ Oct 11 20:38:56 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:39:01 vector kernel: Vendor: Hitachi Model: HTS541680J9AT00 Rev: SB2O Oct 11 20:39:01 vector kernel: Type: Direct-Access ANSI SCSI revision: 02 Oct 11 20:39:01 vector kernel: SCSI device sdc: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:39:01 vector kernel: sdc: Write Protect is off Oct 11 20:39:01 vector kernel: SCSI device sdc: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:39:01 vector kernel: sdc: Write Protect is off Oct 11 20:39:01 vector kernel: sdc: sdc1 Oct 11 20:39:01 vector kernel: sd 8:0:0:0: Attached scsi disk sdc Oct 11 20:39:01 vector kernel: sd 8:0:0:0: Attached scsi generic sg0 type 0 Oct 11 20:39:01 vector vl-hot_mount: Starting vl-hot_mount... Oct 11 20:39:01 vector vl-hot_mount: devname: sdc Oct 11 20:39:01 vector vl-hot_mount: volname: vol Oct 11 20:39:01 vector vl-hot_mount: Mounting /dev/vl-hot/sdc on /mnt/vl-hot/sdc/vol Oct 11 20:39:01 vector vl-hot_mount: /dev/vl-hot/sdc not mountable (MBR) ... Oct 11 20:39:01 vector vl-hot_mount: Finishing vl-hot_mount... Oct 11 20:39:02 vector kernel: usb 1-3: USB disconnect, address 8 Oct 11 20:39:02 vector kernel: scsi 8:0:0:0: SCSI error: return code = 0x00010000 Oct 11 20:39:02 vector kernel: scsi 8:0:0:0: SCSI error: return code = 0x00010000 Oct 11 20:39:02 vector vl-hot_mount: Starting vl-hot_mount... Oct 11 20:39:02 vector vl-hot_mount: devname: sdc1 Oct 11 20:39:02 vector vl-hot_mount: volname: vol1 Oct 11 20:39:02 vector vl-hot_mount: Mounting /dev/vl-hot/sdc1 on /mnt/vl-hot/sdc/vol1 Oct 11 20:39:02 vector vl-hot_mount: /dev/vl-hot/sdc1 not mountable... Oct 11 20:39:02 vector vl-hot_mount: Finishing vl-hot_mount... Oct 11 20:39:02 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:39:02 vector vl-hot_umount: devname: sdc1 Oct 11 20:39:02 vector vl-hot_umount: mountbase: sdc Oct 11 20:39:02 vector vl-hot_umount: volname: vol1 Oct 11 20:39:02 vector vl-hot_umount: /mnt/vl-hot/sdc/vol1 Oct 11 20:39:02 vector vl-hot_umount: /mnt/vl-hot/sdc/vol1 not mounted, deleting /mnt/vl-hot/sdc/vol1 and desktop icons Oct 11 20:39:02 vector vl-hot_umount: Deleting desktop file vl-hot-sdc-vol1.desktop Oct 11 20:39:02 vector vl-hot_umount: No partitions remaining, rmdir /mnt/vl-hot/sdc/ Oct 11 20:39:02 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:39:02 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:39:02 vector vl-hot_umount: devname: sdc Oct 11 20:39:02 vector vl-hot_umount: mountbase: sdc Oct 11 20:39:02 vector vl-hot_umount: volname: vol Oct 11 20:39:02 vector vl-hot_umount: /mnt/vl-hot/sdc/vol Oct 11 20:39:02 vector vl-hot_umount: /mnt/vl-hot/sdc/vol not mounted, deleting /mnt/vl-hot/sdc/vol and desktop icons Oct 11 20:39:02 vector kernel: usb 1-3: new high speed USB device using ehci_hcd and address 9 Oct 11 20:39:02 vector vl-hot_umount: Deleting desktop file vl-hot-sdc-vol.desktop Oct 11 20:39:02 vector vl-hot_umount: No partitions remaining, rmdir /mnt/vl-hot/sdc/ Oct 11 20:39:02 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:39:02 vector kernel: usb 1-3: configuration #1 chosen from 1 choice Oct 11 20:39:02 vector kernel: scsi9 : SCSI emulation for USB Mass Storage devices Oct 11 20:39:07 vector kernel: Vendor: Hitachi Model: HTS541680J9AT00 Rev: SB2O Oct 11 20:39:07 vector kernel: Type: Direct-Access ANSI SCSI revision: 02 Oct 11 20:39:07 vector kernel: SCSI device sdc: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:39:07 vector kernel: sdc: Write Protect is off Oct 11 20:39:07 vector kernel: SCSI device sdc: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:39:07 vector kernel: sdc: Write Protect is off Oct 11 20:39:08 vector kernel: sdc: sdc1 Oct 11 20:39:08 vector kernel: sd 9:0:0:0: Attached scsi disk sdc Oct 11 20:39:08 vector kernel: sd 9:0:0:0: Attached scsi generic sg0 type 0 Oct 11 20:39:08 vector vl-hot_mount: Starting vl-hot_mount... Oct 11 20:39:08 vector vl-hot_mount: devname: sdc Oct 11 20:39:08 vector vl-hot_mount: volname: vol Oct 11 20:39:08 vector vl-hot_mount: Mounting /dev/vl-hot/sdc on /mnt/vl-hot/sdc/vol Oct 11 20:39:08 vector vl-hot_mount: /dev/vl-hot/sdc not mountable (MBR) ... Oct 11 20:39:08 vector vl-hot_mount: Finishing vl-hot_mount... Oct 11 20:39:08 vector kernel: usb 1-3: USB disconnect, address 9 Oct 11 20:39:08 vector kernel: scsi 9:0:0:0: SCSI error: return code = 0x00010000 Oct 11 20:39:08 vector kernel: scsi 9:0:0:0: SCSI error: return code = 0x00010000 Oct 11 20:39:08 vector vl-hot_mount: Starting vl-hot_mount... Oct 11 20:39:08 vector vl-hot_mount: devname: sdc1 Oct 11 20:39:08 vector vl-hot_mount: volname: vol1 Oct 11 20:39:08 vector vl-hot_mount: Mounting /dev/vl-hot/sdc1 on /mnt/vl-hot/sdc/vol1 Oct 11 20:39:08 vector vl-hot_mount: /dev/vl-hot/sdc1 not mountable... Oct 11 20:39:08 vector vl-hot_mount: Finishing vl-hot_mount... Oct 11 20:39:08 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:39:08 vector vl-hot_umount: devname: sdc1 Oct 11 20:39:08 vector vl-hot_umount: mountbase: sdc Oct 11 20:39:08 vector vl-hot_umount: volname: vol1 Oct 11 20:39:08 vector vl-hot_umount: /mnt/vl-hot/sdc/vol1 Oct 11 20:39:08 vector vl-hot_umount: /mnt/vl-hot/sdc/vol1 not mounted, deleting /mnt/vl-hot/sdc/vol1 and desktop icons Oct 11 20:39:08 vector vl-hot_umount: Deleting desktop file vl-hot-sdc-vol1.desktop Oct 11 20:39:08 vector vl-hot_umount: No partitions remaining, rmdir /mnt/vl-hot/sdc/ Oct 11 20:39:08 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:39:08 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:39:08 vector vl-hot_umount: devname: sdc Oct 11 20:39:08 vector vl-hot_umount: mountbase: sdc Oct 11 20:39:08 vector vl-hot_umount: volname: vol Oct 11 20:39:08 vector vl-hot_umount: /mnt/vl-hot/sdc/vol Oct 11 20:39:08 vector vl-hot_umount: /mnt/vl-hot/sdc/vol not mounted, deleting /mnt/vl-hot/sdc/vol and desktop icons Oct 11 20:39:08 vector vl-hot_umount: Deleting desktop file vl-hot-sdc-vol.desktop Oct 11 20:39:08 vector vl-hot_umount: No partitions remaining, rmdir /mnt/vl-hot/sdc/ Oct 11 20:39:08 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:39:08 vector kernel: usb 1-3: new high speed USB device using ehci_hcd and address 10 Oct 11 20:39:08 vector kernel: usb 1-3: configuration #1 chosen from 1 choice Oct 11 20:39:08 vector kernel: scsi10 : SCSI emulation for USB Mass Storage devices Oct 11 20:39:13 vector kernel: Vendor: Hitachi Model: HTS541680J9AT00 Rev: SB2O Oct 11 20:39:13 vector kernel: Type: Direct-Access ANSI SCSI revision: 02 Oct 11 20:39:13 vector kernel: SCSI device sdc: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:39:13 vector kernel: sdc: Write Protect is off Oct 11 20:39:13 vector kernel: SCSI device sdc: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:39:13 vector kernel: sdc: Write Protect is off Oct 11 20:39:14 vector kernel: sdc: sdc1 Oct 11 20:39:14 vector kernel: sd 10:0:0:0: Attached scsi disk sdc Oct 11 20:39:14 vector kernel: sd 10:0:0:0: Attached scsi generic sg0 type 0 Oct 11 20:39:14 vector vl-hot_mount: Starting vl-hot_mount... Oct 11 20:39:14 vector vl-hot_mount: devname: sdc Oct 11 20:39:14 vector vl-hot_mount: volname: vol Oct 11 20:39:14 vector vl-hot_mount: Mounting /dev/vl-hot/sdc on /mnt/vl-hot/sdc/vol Oct 11 20:39:14 vector vl-hot_mount: /dev/vl-hot/sdc not mountable (MBR) ... Oct 11 20:39:14 vector vl-hot_mount: Finishing vl-hot_mount... Oct 11 20:39:14 vector vl-hot_mount: Starting vl-hot_mount... Oct 11 20:39:14 vector vl-hot_mount: devname: sdc1 Oct 11 20:39:14 vector vl-hot_mount: volname: vol1 Oct 11 20:39:14 vector vl-hot_mount: Mounting /dev/vl-hot/sdc1 on /mnt/vl-hot/sdc/vol1 Oct 11 20:39:14 vector vl-hot_mount: /dev/vl-hot/sdc1 Filesystem is NTFS Oct 11 20:39:14 vector vl-hot_mount: mounting NTFS-3G filesystem: /dev/vl-hot/sdc1 on /mnt/vl-hot/sdc/vol1 Oct 11 20:39:14 vector ntfs-3g[5238]: Version 0.20061212-BETA Oct 11 20:39:14 vector ntfs-3g[5238]: Mounted /dev/vl-hot/sdc1 (Read-Write, label "iCeY", NTFS 3.1) Oct 11 20:39:14 vector vl-hot_mount: Showing desktop file vl-hot-sdc-vol1.desktop Oct 11 20:39:14 vector vl-hot_mount: Finishing vl-hot_mount... Oct 11 20:39:26 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:39:26 vector sudo: icey : TTY=unknown ; PWD=/home/icey ; USER=root ; COMMAND=/lib/udev/vl-hot_umount sda1 desktopicon unmount Oct 11 20:39:26 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:39:26 vector vl-hot_umount: devname: sda1 Oct 11 20:39:26 vector vl-hot_umount: mountbase: sda Oct 11 20:39:26 vector vl-hot_umount: volname: vol1 Oct 11 20:39:26 vector vl-hot_umount: unmount /mnt/vl-hot/sda/vol1 Oct 11 20:39:26 vector vl-hot_umount: umounting /mnt/vl-hot/sda/vol1 Oct 11 20:39:26 vector vl-hot_umount: Deleting desktop file vl-hot-sda-vol1.desktop Oct 11 20:39:26 vector vl-hot_umount: removing /mnt/vl-hot/sda/vol1 Oct 11 20:39:26 vector vl-hot_umount: No partitions remaining, rmdir /mnt/vl-hot/sda/ Oct 11 20:39:26 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:39:42 vector kernel: usb 1-3: USB disconnect, address 10 Oct 11 20:39:42 vector kernel: sd 10:0:0:0: SCSI error: return code = 0x00010000 Oct 11 20:39:42 vector ntfs-3g[5238]: Error reading $Mft record(s) Oct 11 20:39:43 vector last message repeated 6 times Oct 11 20:39:43 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:39:43 vector vl-hot_umount: devname: sdc1 Oct 11 20:39:43 vector vl-hot_umount: mountbase: sdc Oct 11 20:39:43 vector vl-hot_umount: volname: vol1 Oct 11 20:39:43 vector vl-hot_umount: /mnt/vl-hot/sdc/vol1 Oct 11 20:39:43 vector vl-hot_umount: umounting /mnt/vl-hot/sdc/vol1 Oct 11 20:39:43 vector ntfs-3g[5238]: Unmounting /dev/vl-hot/sdc1 (iCeY) Oct 11 20:39:43 vector vl-hot_umount: Deleting desktop file vl-hot-sdc-vol1.desktop Oct 11 20:39:43 vector vl-hot_umount: removing /mnt/vl-hot/sdc/vol1 Oct 11 20:39:43 vector vl-hot_umount: No partitions remaining, rmdir /mnt/vl-hot/sdc/ Oct 11 20:39:43 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:39:43 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:39:43 vector vl-hot_umount: devname: sdc Oct 11 20:39:43 vector vl-hot_umount: mountbase: sdc Oct 11 20:39:43 vector vl-hot_umount: volname: vol Oct 11 20:39:43 vector vl-hot_umount: /mnt/vl-hot/sdc/vol Oct 11 20:39:43 vector vl-hot_umount: /mnt/vl-hot/sdc/vol not mounted, deleting /mnt/vl-hot/sdc/vol and desktop icons Oct 11 20:39:43 vector vl-hot_umount: Deleting desktop file vl-hot-sdc-vol.desktop Oct 11 20:39:43 vector kernel: usb 1-3: new high speed USB device using ehci_hcd and address 11 Oct 11 20:39:43 vector vl-hot_umount: No partitions remaining, rmdir /mnt/vl-hot/sdc/ Oct 11 20:39:43 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:39:43 vector kernel: usb 1-3: configuration #1 chosen from 1 choice Oct 11 20:39:43 vector kernel: scsi11 : SCSI emulation for USB Mass Storage devices Oct 11 20:39:48 vector kernel: Vendor: Hitachi Model: HTS541680J9AT00 Rev: SB2O Oct 11 20:39:48 vector kernel: Type: Direct-Access ANSI SCSI revision: 02 Oct 11 20:39:48 vector kernel: SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:39:48 vector kernel: sda: Write Protect is off Oct 11 20:39:48 vector kernel: SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:39:48 vector kernel: sda: Write Protect is off Oct 11 20:39:48 vector kernel: sda: sda1 Oct 11 20:39:48 vector kernel: sd 11:0:0:0: Attached scsi disk sda Oct 11 20:39:48 vector kernel: sd 11:0:0:0: Attached scsi generic sg0 type 0 Oct 11 20:39:49 vector kernel: usb 1-3: USB disconnect, address 11 Oct 11 20:39:49 vector kernel: scsi 11:0:0:0: SCSI error: return code = 0x00010000 Oct 11 20:39:49 vector vl-hot_mount: Starting vl-hot_mount... Oct 11 20:39:49 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:39:49 vector sudo: icey : TTY=unknown ; PWD=/home/icey ; USER=root ; COMMAND=/lib/udev/vl-hot_umount sdb1 desktopicon unmount Oct 11 20:39:49 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:39:49 vector vl-hot_umount: devname: sdb1 Oct 11 20:39:49 vector vl-hot_umount: mountbase: sdb Oct 11 20:39:49 vector vl-hot_umount: volname: vol1 Oct 11 20:39:49 vector vl-hot_umount: unmount /mnt/vl-hot/sdb/vol1 Oct 11 20:39:49 vector vl-hot_umount: umounting /mnt/vl-hot/sdb/vol1 Oct 11 20:39:49 vector vl-hot_mount: devname: sda Oct 11 20:39:49 vector vl-hot_mount: volname: vol Oct 11 20:39:49 vector vl-hot_mount: Mounting /dev/vl-hot/sda on /mnt/vl-hot/sda/vol Oct 11 20:39:49 vector kernel: usb 1-3: new high speed USB device using ehci_hcd and address 12 Oct 11 20:39:49 vector vl-hot_mount: /dev/vl-hot/sda not mountable... Oct 11 20:39:49 vector vl-hot_mount: Finishing vl-hot_mount... Oct 11 20:39:49 vector kernel: usb 1-3: configuration #1 chosen from 1 choice Oct 11 20:39:49 vector kernel: scsi12 : SCSI emulation for USB Mass Storage devices Oct 11 20:39:49 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:39:49 vector vl-hot_umount: devname: sda1 Oct 11 20:39:49 vector vl-hot_umount: mountbase: sda Oct 11 20:39:49 vector vl-hot_umount: volname: vol1 Oct 11 20:39:49 vector vl-hot_umount: /mnt/vl-hot/sda/vol1 Oct 11 20:39:49 vector vl-hot_umount: /mnt/vl-hot/sda/vol1 not mounted, deleting /mnt/vl-hot/sda/vol1 and desktop icons Oct 11 20:39:49 vector vl-hot_umount: Deleting desktop file vl-hot-sda-vol1.desktop Oct 11 20:39:49 vector vl-hot_umount: No partitions remaining, rmdir /mnt/vl-hot/sda/ Oct 11 20:39:49 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:39:49 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:39:49 vector vl-hot_umount: devname: sda Oct 11 20:39:49 vector vl-hot_umount: mountbase: sda Oct 11 20:39:49 vector vl-hot_umount: volname: vol Oct 11 20:39:49 vector vl-hot_umount: /mnt/vl-hot/sda/vol Oct 11 20:39:49 vector vl-hot_umount: /mnt/vl-hot/sda/vol not mounted, deleting /mnt/vl-hot/sda/vol and desktop icons Oct 11 20:39:49 vector vl-hot_umount: Deleting desktop file vl-hot-sda-vol.desktop Oct 11 20:39:49 vector vl-hot_umount: No partitions remaining, rmdir /mnt/vl-hot/sda/ Oct 11 20:39:49 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:39:49 vector vl-hot_umount: Deleting desktop file vl-hot-sdb-vol1.desktop Oct 11 20:39:49 vector vl-hot_umount: removing /mnt/vl-hot/sdb/vol1 Oct 11 20:39:49 vector vl-hot_umount: No partitions remaining, rmdir /mnt/vl-hot/sdb/ Oct 11 20:39:49 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:39:54 vector kernel: Vendor: Hitachi Model: HTS541680J9AT00 Rev: SB2O Oct 11 20:39:54 vector kernel: Type: Direct-Access ANSI SCSI revision: 02 Oct 11 20:39:54 vector kernel: SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:39:54 vector kernel: sda: Write Protect is off Oct 11 20:39:54 vector kernel: SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:39:54 vector kernel: sda: Write Protect is off Oct 11 20:39:54 vector kernel: sda: sda1 Oct 11 20:39:54 vector kernel: sd 12:0:0:0: Attached scsi disk sda Oct 11 20:39:54 vector kernel: sd 12:0:0:0: Attached scsi generic sg0 type 0 Oct 11 20:39:54 vector vl-hot_mount: Starting vl-hot_mount... Oct 11 20:39:54 vector vl-hot_mount: devname: sda Oct 11 20:39:54 vector vl-hot_mount: volname: vol Oct 11 20:39:54 vector vl-hot_mount: Mounting /dev/vl-hot/sda on /mnt/vl-hot/sda/vol Oct 11 20:39:54 vector vl-hot_mount: /dev/vl-hot/sda not mountable (MBR) ... Oct 11 20:39:54 vector vl-hot_mount: Finishing vl-hot_mount... Oct 11 20:39:54 vector vl-hot_mount: Starting vl-hot_mount... Oct 11 20:39:55 vector vl-hot_mount: devname: sda1 Oct 11 20:39:55 vector vl-hot_mount: volname: vol1 Oct 11 20:39:55 vector vl-hot_mount: Mounting /dev/vl-hot/sda1 on /mnt/vl-hot/sda/vol1 Oct 11 20:39:55 vector vl-hot_mount: /dev/vl-hot/sda1 Filesystem is NTFS Oct 11 20:39:55 vector vl-hot_mount: mounting NTFS-3G filesystem: /dev/vl-hot/sda1 on /mnt/vl-hot/sda/vol1 Oct 11 20:39:55 vector ntfs-3g[5600]: Version 0.20061212-BETA Oct 11 20:39:55 vector ntfs-3g[5600]: Mounted /dev/vl-hot/sda1 (Read-Write, label "iCeY", NTFS 3.1) Oct 11 20:39:55 vector vl-hot_mount: Showing desktop file vl-hot-sda-vol1.desktop Oct 11 20:39:55 vector vl-hot_mount: Finishing vl-hot_mount... Oct 11 20:39:55 vector kernel: usb 1-3: USB disconnect, address 12 Oct 11 20:39:55 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:39:55 vector vl-hot_umount: devname: sda1 Oct 11 20:39:55 vector vl-hot_umount: mountbase: sda Oct 11 20:39:55 vector vl-hot_umount: volname: vol1 Oct 11 20:39:55 vector vl-hot_umount: /mnt/vl-hot/sda/vol1 Oct 11 20:39:55 vector vl-hot_umount: umounting /mnt/vl-hot/sda/vol1 Oct 11 20:39:55 vector ntfs-3g[5600]: Unmounting /dev/vl-hot/sda1 (iCeY) Oct 11 20:39:55 vector vl-hot_umount: Deleting desktop file vl-hot-sda-vol1.desktop Oct 11 20:39:55 vector vl-hot_umount: removing /mnt/vl-hot/sda/vol1 Oct 11 20:39:55 vector kernel: usb 1-3: new high speed USB device using ehci_hcd and address 13 Oct 11 20:39:55 vector vl-hot_umount: No partitions remaining, rmdir /mnt/vl-hot/sda/ Oct 11 20:39:55 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:39:55 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:39:55 vector vl-hot_umount: devname: sda Oct 11 20:39:55 vector vl-hot_umount: mountbase: sda Oct 11 20:39:55 vector vl-hot_umount: volname: vol Oct 11 20:39:55 vector vl-hot_umount: /mnt/vl-hot/sda/vol Oct 11 20:39:55 vector vl-hot_umount: /mnt/vl-hot/sda/vol not mounted, deleting /mnt/vl-hot/sda/vol and desktop icons Oct 11 20:39:55 vector vl-hot_umount: Deleting desktop file vl-hot-sda-vol.desktop Oct 11 20:39:55 vector kernel: usb 1-3: configuration #1 chosen from 1 choice Oct 11 20:39:55 vector kernel: scsi13 : SCSI emulation for USB Mass Storage devices Oct 11 20:39:55 vector vl-hot_umount: No partitions remaining, rmdir /mnt/vl-hot/sda/ Oct 11 20:39:55 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:40:00 vector kernel: Vendor: Hitachi Model: HTS541680J9AT00 Rev: SB2O Oct 11 20:40:00 vector kernel: Type: Direct-Access ANSI SCSI revision: 02 Oct 11 20:40:00 vector kernel: SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:40:00 vector kernel: sda: Write Protect is off Oct 11 20:40:00 vector kernel: SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:40:00 vector kernel: sda: Write Protect is off Oct 11 20:40:01 vector kernel: sda: sda1 Oct 11 20:40:01 vector kernel: sd 13:0:0:0: Attached scsi disk sda Oct 11 20:40:01 vector kernel: sd 13:0:0:0: Attached scsi generic sg0 type 0 Oct 11 20:40:01 vector vl-hot_mount: Starting vl-hot_mount... Oct 11 20:40:01 vector vl-hot_mount: devname: sda Oct 11 20:40:01 vector vl-hot_mount: volname: vol Oct 11 20:40:01 vector vl-hot_mount: Mounting /dev/vl-hot/sda on /mnt/vl-hot/sda/vol Oct 11 20:40:01 vector vl-hot_mount: /dev/vl-hot/sda not mountable (MBR) ... Oct 11 20:40:01 vector vl-hot_mount: Finishing vl-hot_mount... Oct 11 20:40:01 vector vl-hot_mount: Starting vl-hot_mount... Oct 11 20:40:01 vector vl-hot_mount: devname: sda1 Oct 11 20:40:01 vector vl-hot_mount: volname: vol1 Oct 11 20:40:01 vector vl-hot_mount: Mounting /dev/vl-hot/sda1 on /mnt/vl-hot/sda/vol1 Oct 11 20:40:01 vector vl-hot_mount: /dev/vl-hot/sda1 Filesystem is NTFS Oct 11 20:40:01 vector vl-hot_mount: mounting NTFS-3G filesystem: /dev/vl-hot/sda1 on /mnt/vl-hot/sda/vol1 Oct 11 20:40:01 vector ntfs-3g[5758]: Version 0.20061212-BETA Oct 11 20:40:01 vector ntfs-3g[5758]: Mounted /dev/vl-hot/sda1 (Read-Write, label "iCeY", NTFS 3.1) Oct 11 20:40:01 vector vl-hot_mount: Showing desktop file vl-hot-sda-vol1.desktop Oct 11 20:40:01 vector vl-hot_mount: Finishing vl-hot_mount... Oct 11 20:40:15 vector ntfs-3g[5758]: Error reading $Mft record(s) Oct 11 20:40:15 vector kernel: usb 1-3: USB disconnect, address 13 Oct 11 20:40:15 vector kernel: sd 13:0:0:0: SCSI error: return code = 0x00010000 Oct 11 20:40:15 vector ntfs-3g[5758]: Error reading $Mft record(s) Oct 11 20:40:16 vector last message repeated 316 times Oct 11 20:40:16 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:40:16 vector vl-hot_umount: devname: sda1 Oct 11 20:40:16 vector vl-hot_umount: mountbase: sda Oct 11 20:40:16 vector vl-hot_umount: volname: vol1 Oct 11 20:40:16 vector vl-hot_umount: /mnt/vl-hot/sda/vol1 Oct 11 20:40:16 vector vl-hot_umount: umounting /mnt/vl-hot/sda/vol1 Oct 11 20:40:16 vector ntfs-3g[5758]: Unmounting /dev/vl-hot/sda1 (iCeY) Oct 11 20:40:16 vector vl-hot_umount: Deleting desktop file vl-hot-sda-vol1.desktop Oct 11 20:40:16 vector vl-hot_umount: removing /mnt/vl-hot/sda/vol1 Oct 11 20:40:16 vector vl-hot_umount: No partitions remaining, rmdir /mnt/vl-hot/sda/ Oct 11 20:40:16 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:40:16 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:40:16 vector vl-hot_umount: devname: sda Oct 11 20:40:16 vector vl-hot_umount: mountbase: sda Oct 11 20:40:16 vector vl-hot_umount: volname: vol Oct 11 20:40:16 vector vl-hot_umount: /mnt/vl-hot/sda/vol Oct 11 20:40:16 vector vl-hot_umount: /mnt/vl-hot/sda/vol not mounted, deleting /mnt/vl-hot/sda/vol and desktop icons Oct 11 20:40:16 vector kernel: usb 1-3: new high speed USB device using ehci_hcd and address 14 Oct 11 20:40:16 vector vl-hot_umount: Deleting desktop file vl-hot-sda-vol.desktop Oct 11 20:40:16 vector vl-hot_umount: No partitions remaining, rmdir /mnt/vl-hot/sda/ Oct 11 20:40:16 vector vl-hot_umount: Finishing vl-umount... Oct 11 20:40:16 vector kernel: usb 1-3: configuration #1 chosen from 1 choice Oct 11 20:40:16 vector kernel: scsi14 : SCSI emulation for USB Mass Storage devices Oct 11 20:40:21 vector kernel: Vendor: Hitachi Model: HTS541680J9AT00 Rev: SB2O Oct 11 20:40:21 vector kernel: Type: Direct-Access ANSI SCSI revision: 02 Oct 11 20:40:21 vector kernel: SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:40:21 vector kernel: sda: Write Protect is off Oct 11 20:40:21 vector kernel: SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:40:21 vector kernel: sda: Write Protect is off Oct 11 20:40:21 vector kernel: sda:<6>usb 1-3: USB disconnect, address 14 Oct 11 20:40:21 vector kernel: sd 14:0:0:0: SCSI error: return code = 0x00010000 Oct 11 20:40:21 vector last message repeated 2 times Oct 11 20:40:21 vector kernel: sd 14:0:0:0: Attached scsi disk sda Oct 11 20:40:21 vector kernel: sd 14:0:0:0: Attached scsi generic sg0 type 0 Oct 11 20:40:22 vector kernel: usb 1-3: new high speed USB device using ehci_hcd and address 15 Oct 11 20:40:22 vector kernel: usb 1-3: configuration #1 chosen from 1 choice Oct 11 20:40:22 vector kernel: scsi15 : SCSI emulation for USB Mass Storage devices Oct 11 20:40:27 vector kernel: Vendor: Hitachi Model: HTS541680J9AT00 Rev: SB2O Oct 11 20:40:27 vector kernel: Type: Direct-Access ANSI SCSI revision: 02 Oct 11 20:40:27 vector kernel: SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:40:27 vector kernel: sda: Write Protect is off Oct 11 20:40:27 vector kernel: SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:40:27 vector kernel: sda: Write Protect is off Oct 11 20:40:27 vector kernel: sda: sda1 Oct 11 20:40:27 vector kernel: sd 15:0:0:0: Attached scsi disk sda Oct 11 20:40:27 vector kernel: sd 15:0:0:0: Attached scsi generic sg0 type 0 Oct 11 20:40:27 vector vl-hot_mount: Starting vl-hot_mount... Oct 11 20:40:27 vector vl-hot_mount: devname: sda Oct 11 20:40:27 vector vl-hot_mount: volname: vol Oct 11 20:40:27 vector vl-hot_mount: Mounting /dev/vl-hot/sda on /mnt/vl-hot/sda/vol Oct 11 20:40:27 vector vl-hot_mount: /dev/vl-hot/sda not mountable (MBR) ... Oct 11 20:40:27 vector vl-hot_mount: Finishing vl-hot_mount... Oct 11 20:40:28 vector vl-hot_mount: Starting vl-hot_mount... Oct 11 20:40:28 vector vl-hot_mount: devname: sda1 Oct 11 20:40:28 vector vl-hot_mount: volname: vol1 Oct 11 20:40:28 vector vl-hot_mount: Mounting /dev/vl-hot/sda1 on /mnt/vl-hot/sda/vol1 Oct 11 20:40:28 vector vl-hot_mount: /dev/vl-hot/sda1 Filesystem is NTFS Oct 11 20:40:28 vector vl-hot_mount: mounting NTFS-3G filesystem: /dev/vl-hot/sda1 on /mnt/vl-hot/sda/vol1 Oct 11 20:40:28 vector ntfs-3g[5964]: Version 0.20061212-BETA Oct 11 20:40:28 vector ntfs-3g[5964]: Mounted /dev/vl-hot/sda1 (Read-Write, label "iCeY", NTFS 3.1) Oct 11 20:40:28 vector vl-hot_mount: Showing desktop file vl-hot-sda-vol1.desktop Oct 11 20:40:28 vector vl-hot_mount: Finishing vl-hot_mount...
STEPS DONE 1. inserted the uSB hd 2. created a dir in /mnt/vl-hot/sda/vol name : winbackup 3. copied files from windows : vector://mnt/winback root:# cp -r FILES_NEW/ /mnt/vl-hot/sda/vol1/winbackup/ cp: cannot create regular file `/mnt/vl-hot/sda/vol1/winbackup/FILES_NEW/LINUX/linuxfiles/ins tallers/gphoto.doc': Input/output error cp: cannot create regular file `/mnt/vl-hot/sda/vol1/winbackup/FILES_NEW/LINUX/linuxfiles/ins tallers/NVIDIA-Linux-x86-1.0-7676-pkg1.run': Input/output error cp: cannot create regular file `/mnt/vl-hot/sda/vol1/winbackup/FILES_NEW/LINUX/linuxfiles/ins tallers/parted-1.6.25.1.tar.gz': Input/output error cp: cannot create regular file `/mnt/vl-hot/sda/vol1/winbackup/FILES_NEW/LINUX/linuxfiles/ins tallers/progsreiserfs-0.3.0.4.tar.gz': Input/output error cp: cannot create regular file `/mnt/vl-hot/sda/vol1/winbackup/FILES_NEW/LINUX/linuxfiles/ins tallers/Parted User\'s Manual.htm': Input/output error cp: cannot create regular file `/mnt/vl-hot/sda/vol1/winbackup/FILES_NEW/LINUX/linuxfiles/ins tallers/klamav-0.32-installer.tar.gz': Input/output error
this error came in. . .following the LOGS above. . .
|
|
|
|
|
Logged
|
using VL 5.1 SOHO , 5.8 GOLD
|
|
|
|
Joe1962
|
 |
« Reply #6 on: October 11, 2007, 06:55:57 am » |
|
I am a bit confused here regarding which exact version of VL you are using, or have you referred to several? A few suggestions anyway:
That last log with the second enclosure looks as if it was connecting/disconnecting multiple times in rapid sequence, maybe a bad cable or USB port (have you tried others?). If the drive is disconnecting due to some hardware or cable problem, the ntfs filesystem will become "dirty" and won't mount until it is "cleaned up" in windows. Newer ntfs-3g versions help with this I think, though it can be force-mounted by using ntfs-3g manually with a certain parameter.
If the drive works in windows with the same cable and USB port, it is unlikely to be a hardware problem. In this case, and if you are using 5.8 SOHO, it could conceivably (though such a bad case is unlikely) be a hal vs. vl-hot conflict. Search for a recent thread where this was discussed for ways to disable one or the other.
The reported version of ntfs-3g is also very old and one of the beta releases. Though it worked pretty well back then, it is a probably a good idea to upgrade fuse, fuse_module and ntfs-3g.
In the case of the first enclosure, I have seen USB ports "fall asleep" in a loop like that in Linux before, unplugging and replugging normally gets the drive recognized, but I suppose you already did this. Maybe it is simply incompatible somehow. Also, some USB ports used to have problems because the wrong module was loaded automatically, what hardware are you running on? Post the output of lsmod just in case.
Hope some of this helps...
|
|
|
|
« Last Edit: October 11, 2007, 06:59:07 am by Joe1962 »
|
Logged
|
O'Neill (RE the Asgard): "Usually they ask nicely before they ignore us and do what they damn well please." http://joe1962.bigbox.infoRunning: VL 7 Std 64 + self-cooked XFCE-4.10
|
|
|
|
icedtea
|
 |
« Reply #7 on: October 11, 2007, 01:38:09 pm » |
|
the laptop hd with enclosure is HItachi. iv tested it in both VL 5.1 soho and 5.8 gold (xfce as the dsktop) btw i saw this thread -- ( http://www.vectorlinux.com/forum2/index.php?topic=786.15) i think its similar? http://www.vectorlinux.com/forum2/index.php?topic=4481.0 --- i have posted another thread to which my problem is more specific. 1. .it is detected : Oct 11 20:48:35 vector kernel: Vendor: Hitachi Model: HTS541680J9AT00 Rev: SB2O Oct 11 20:48:35 vector kernel: Type: Direct-Access ANSI SCSI revision: 02 Oct 11 20:48:35 vector kernel: SCSI device sdb: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:48:35 vector kernel: sdb: Write Protect is off Oct 11 20:48:35 vector kernel: SCSI device sdb: 156301488 512-byte hdwr sectors (80026 MB) Oct 11 20:48:35 vector kernel: sdb: Write Protect is off Oct 11 20:48:35 vector kernel: sdb: sdb1 Oct 11 20:48:35 vector kernel: sd 17:0:0:0: Attached scsi disk sdb Oct 11 20:48:35 vector kernel: sd 17:0:0:0: Attached scsi generic sg0 type 0
2. Oct 11 20:48:41 vector vl-hot_mount: Starting vl-hot_mount... Oct 11 20:48:41 vector vl-hot_mount: devname: sdb1 Oct 11 20:48:41 vector vl-hot_mount: volname: vol1 Oct 11 20:48:41 vector vl-hot_mount: Mounting /dev/vl-hot/sdb1 on /mnt/vl-hot/sdb/vol1 Oct 11 20:48:41 vector vl-hot_mount: /dev/vl-hot/sdb1 Filesystem is NTFS Oct 11 20:48:41 vector vl-hot_mount: mounting NTFS-3G filesystem: /dev/vl-hot/sdb1 on /mnt/vl-hot/sdb/vol1 Oct 11 20:48:42 vector ntfs-3g[6442]: Version 0.20061212-BETA Oct 11 20:48:42 vector ntfs-3g[6442]: Mounted /dev/vl-hot/sdb1 (Read-Write, label "iCeY", NTFS 3.1) Oct 11 20:48:42 vector vl-hot_mount: Showing desktop file vl-hot-sdb-vol1.desktop Oct 11 20:48:42 vector vl-hot_mount: Finishing vl-hot_mount... Oct 11 20:50:24 vector ntfs-3g[6442]: Error reading $Mft record(s) Oct 11 20:50:24 vector kernel: usb 1-3: USB disconnect, address 18 Oct 11 20:50:24 vector kernel: sd 18:0:0:0: SCSI error: return code = 0x00010000 Oct 11 20:50:24 vector vl-hot_umount: Starting vl-hot_umount... Oct 11 20:50:24 vector vl-hot_umount: devname: sdb1 Oct 11 20:50:24 vector vl-hot_umount: mountbase: sdb Oct 11 20:50:24 vector vl-hot_umount: volname: vol1 Oct 11 20:50:24 vector vl-hot_umount: /mnt/vl-hot/sdb/vol1 Oct 11 20:50:24 vector vl-hot_umount: umounting /mnt/vl-hot/sdb/vol1 Oct 11 20:50:24 vector ntfs-3g[6442]: Unmounting /dev/vl-hot/sdb1 (iCeY) Oct 11 20:50:24 vector vl-hot_umount: Deleting desktop file vl-hot-sdb-vol1.desktop Oct 11 20:50:24 vector vl-hot_umount: removing /mnt/vl-hot/sdb/vol1 Oct 11 20:50:24 vector vl-hot_umount: No partitions remaining, rmdir /mnt/vl-hot/sdb/ Oct 11 20:50:24 vector vl-hot_umount: Finishing vl-umount...
3. in my VL 5.8 gold, i can see this /vol1/sd* --icon appear in the desktop upon the insertion of the usb hd. but since i have this changing mountpoint problem.. starting from icon /vol/sda, there comes icon for /vol/sdb, sdc, sdd, sde. and it has the unmount icon also.... (similar as stated in the thread that i saw) 4. [icey@vector~]$ lsmod Module Size Used by ppp_deflate 4864 0 zlib_deflate 21784 1 ppp_deflate bsd_comp 5632 0 ppp_async 8704 1 crc_ccitt 1920 1 ppp_async ipv6 233152 8 ppp_generic 24468 7 ppp_deflate,bsd_comp,ppp_async slhc 6272 1 ppp_generic appletalk 30516 2 ipx 23596 2 ipt_state 1664 1 iptable_mangle 2304 0 ip_nat_irc 2176 0 ip_conntrack_irc 70800 1 ip_nat_irc ip_nat_ftp 2816 0 ip_conntrack_ftp 71440 1 ip_nat_ftp iptable_nat 19668 2 ip_nat_irc,ip_nat_ftp ip_conntrack 37912 6 ipt_state,ip_nat_irc,ip_conntrack_irc,ip_nat_ftp,ip_conntrack_ftp,iptable_nat iptable_filter 2432 1 ip_tables 19968 4 ipt_state,iptable_mangle,iptable_nat,iptable_filter pcmcia 30496 0 firmware_class 7680 1 pcmcia yenta_socket 20876 0 rsrc_nonstatic 10880 1 yenta_socket pcmcia_core 34448 3 pcmcia,yenta_socket,rsrc_nonstatic intel_agp 18972 1 nvidiafb 48028 0 8139too 22528 0 mii 4480 1 8139too evdev 7168 0 sg 28960 0 snd_intel8x0 27840 2 snd_ac97_codec 73980 1 snd_intel8x0 snd_seq_dummy 2948 0 snd_seq_oss 30592 0 snd_seq_midi_event 5888 1 snd_seq_oss snd_seq 46864 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event snd_seq_device 6924 3 snd_seq_dummy,snd_seq_oss,snd_seq snd_pcm_oss 45600 0 snd_pcm 76680 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss snd_timer 20740 2 snd_seq,snd_pcm snd_page_alloc 7428 2 snd_intel8x0,snd_pcm snd_mixer_oss 15616 1 snd_pcm_oss snd 46468 14 snd_intel8x0,snd_ac97_codec,snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss soundcore 7264 1 snd nls_iso8859_1 3968 2 nls_cp437 5632 2 [icey@vector~]$
5. WHAT if . . .i reformat my usb hd then change it to FAT32? is this possible?
|
|
|
|
« Last Edit: October 11, 2007, 01:53:09 pm by icedtea »
|
Logged
|
using VL 5.1 SOHO , 5.8 GOLD
|
|
|
|
Joe1962
|
 |
« Reply #8 on: October 11, 2007, 02:31:14 pm » |
|
I don't think reformatting will help. Somehow the scsi subsystem is seeing several drives at the hardware level...  EDIT: On 5.8 Standard Gold you shouild upgrade to latest vl-hot, though this shouldn't have anything to do with most of the problems described, though it might help on some unmount issues. BTW, are using the stock kernels?
|
|
|
|
« Last Edit: October 11, 2007, 02:38:58 pm by Joe1962 »
|
Logged
|
O'Neill (RE the Asgard): "Usually they ask nicely before they ignore us and do what they damn well please." http://joe1962.bigbox.infoRunning: VL 7 Std 64 + self-cooked XFCE-4.10
|
|
|
|
icedtea
|
 |
« Reply #9 on: October 11, 2007, 02:59:57 pm » |
|
il update you when i use my vl 5,8 gold. i am currently using VL 5.1 soho. .. i think i got again the problem BUT still there is another one  1. i changed cables.. i used the other usb cable included (shorter one ) about less than 5inches.. 2. it is now stable at : Oct 12 06:33:51 vector vl-hot_mount: Starting vl-mount... Oct 12 06:33:51 vector vl-hot_mount: The current X user HOME directory is /home/icey Oct 12 06:33:51 vector vl-hot_mount: Mounting /dev/vl-hot/sdb on /mnt/vl-hot/sdb/vol Oct 12 06:33:51 vector vl-hot_mount: /dev/vl-hot/sdb not mountable (MBR) ... Oct 12 06:33:51 vector vl-hot_mount: Finishing vl-mount... Oct 12 06:33:51 vector vl-hot_mount: Starting vl-mount... Oct 12 06:33:51 vector vl-hot_mount: The current X user HOME directory is /home/icey Oct 12 06:33:51 vector vl-hot_mount: Mounting /dev/vl-hot/sdb1 on /mnt/vl-hot/sdb/vol1 Oct 12 06:33:52 vector vl-hot_mount: /dev/vl-hot/sdb1 Filesystem is NTFS Oct 12 06:33:52 vector vl-hot_mount: mounting NTFS filesystem: /dev/vl-hot/sdb1 on /mnt/vl-hot/sdb/vol1 Oct 12 06:33:52 vector kernel: NTFS volume version 3.1. Oct 12 06:33:52 vector vl-hot_mount: Finishing vl-mount...
3.. now i can VIEW my files. ..BUT i cant write to it. . . the permissions : a. i saw this in syslog : Oct 12 06:51:03 vector kernel: NTFS-fs warning (device sdb1): ntfs_setattr(): Changes in user/group/mode are not supported yet, ignoring. Oct 12 06:51:03 vector last message repeated 9 times Oct 12 06:51:08 vector kernel: printk: 958 messages suppressed. Oct 12 06:51:08 vector kernel: NTFS-fs warning (device sdb1): ntfs_setattr(): Changes in user/group/mode are not supported yet, ignoring. Oct 12 06:54:55 vector kernel: printk: 1305 messages suppressed. Oct 12 06:54:55 vector kernel: NTFS-fs warning (device sdb1): ntfs_setattr(): Changes in user/group/mode are not supported yet, ignoring.
b. the mount command : /dev/sdb1 on /mnt/vl-hot/sdb/vol1 type ntfs (rw) ---its a read write fs supposed to be right? d. permissions : drwxr-xr-x 6 root root 144 2007-10-12 06:15 vl-hot/ [root@vector/mnt/vl-hot]# ls -l drwxr-xr-x 3 root root 72 2007-10-11 18:58 sdb/ [root@vector/mnt/vl-hot/sdb]# ls -l total 4 drwxrwxr-x 1 icey root 4096 2007-10-09 23:09 vol1/ [root@vector/mnt/vl-hot/sdb/vol1]# ls -l total 4 drwxrwxr-x 1 icey root 0 2007-10-09 23:09 RECYCLER/ drwxrwxr-x 1 icey root 4096 2007-10-09 23:09 System\ Volume\ Information/ drwxrwxr-x 1 icey root 0 2007-10-09 23:11 files/ drwxrwxr-x 1 icey root 0 2007-10-11 12:35 winbackup/ c. the testing process :
[root@vector/mnt/vl-hot/sdb/vol1/winbackup]# mkdir test mkdir: cannot create directory `test': Operation not permitted
|
|
|
|
|
Logged
|
using VL 5.1 SOHO , 5.8 GOLD
|
|
|
|
Joe1962
|
 |
« Reply #10 on: October 11, 2007, 03:37:47 pm » |
|
Ok, making progress...  5.1 SOHO did not have ntfs-3g (wasn't around back then), but the older kernel ntfs driver, which can be set to read/write, but it is not really recommended, as it wasn't safe.
|
|
|
|
|
Logged
|
O'Neill (RE the Asgard): "Usually they ask nicely before they ignore us and do what they damn well please." http://joe1962.bigbox.infoRunning: VL 7 Std 64 + self-cooked XFCE-4.10
|
|
|
|
icedtea
|
 |
« Reply #11 on: October 11, 2007, 03:44:00 pm » |
|
Ok, making progress...  5.1 SOHO did not have ntfs-3g (wasn't around back then), but the older kernel ntfs driver, which can be set to read/write, but it is not really recommended, as it wasn't safe. so meaning i cant use my usb hd in VL 5.1 soho?  how sad. . . ok il test it in my VL 5.8 gold. .hopefully it can work. .. but wait. .. since you said that VL 5 does not support the ntfs 3g.. so wat if i reformat it to FAT32? i am not yet worried for the files that will be lost since the original files are still stored in the office
|
|
|
|
|
Logged
|
using VL 5.1 SOHO , 5.8 GOLD
|
|
|
|
Joe1962
|
 |
« Reply #12 on: October 11, 2007, 06:42:35 pm » |
|
so wat if i reformat it to FAT32? Yes, that should work... 
|
|
|
|
|
Logged
|
O'Neill (RE the Asgard): "Usually they ask nicely before they ignore us and do what they damn well please." http://joe1962.bigbox.infoRunning: VL 7 Std 64 + self-cooked XFCE-4.10
|
|
|
|
icedtea
|
 |
« Reply #13 on: October 12, 2007, 03:02:38 pm » |
|
here is the output using VL 5.8 GOLD 1. Oct 13 07:01:35 vector kernel: Initializing USB Mass Storage driver... Oct 13 07:01:35 vector kernel: scsi2 : SCSI emulation for USB Mass Storage devices Oct 13 07:01:35 vector kernel: usbcore: registered new driver usb-storage Oct 13 07:01:35 vector kernel: USB Mass Storage support registered. Oct 13 07:01:40 vector kernel: Vendor: Hitachi Model: HTS541680J9AT00 Rev: S B2O Oct 13 07:01:40 vector kernel: Type: Direct-Access ANSI S CSI revision: 02 Oct 13 07:01:40 vector kernel: SCSI device sda: 156301488 512-byte hdwr sectors (8 0026 MB) Oct 13 07:01:40 vector kernel: sda: Write Protect is off Oct 13 07:01:40 vector kernel: SCSI device sda: 156301488 512-byte hdwr sectors (8 0026 MB) Oct 13 07:01:40 vector kernel: sda: Write Protect is off Oct 13 07:01:40 vector kernel: sda: sda1 Oct 13 07:01:40 vector kernel: sd 2:0:0:0: Attached scsi disk sda Oct 13 07:01:40 vector kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0 Oct 13 07:01:40 vector vl-hot_mount: Starting vl-hot_mount... Oct 13 07:01:40 vector vl-hot_mount: devname: sda Oct 13 07:01:40 vector vl-hot_mount: volname: vol Oct 13 07:01:40 vector vl-hot_mount: Mounting /dev/vl-hot/sda on /mnt/vl-hot/sda/v ol Oct 13 07:01:40 vector vl-hot_mount: /dev/vl-hot/sda not mountable (MBR) ... Oct 13 07:01:40 vector vl-hot_mount: Finishing vl-hot_mount... Oct 13 07:01:40 vector vl-hot_mount: Starting vl-hot_mount... Oct 13 07:01:40 vector vl-hot_mount: devname: sda1 Oct 13 07:01:40 vector vl-hot_mount: volname: vol1 Oct 13 07:01:40 vector vl-hot_mount: Mounting /dev/vl-hot/sda1 on /mnt/vl-hot/sda/ vol1 Oct 13 07:01:40 vector vl-hot_mount: /dev/vl-hot/sda1 Filesystem is NTFS Oct 13 07:01:40 vector vl-hot_mount: mounting NTFS-3G filesystem: /dev/vl-hot/sda1 on /mnt/vl-hot/sda/vol1 Oct 13 07:01:41 vector ntfs-3g[4332]: Version 0.20061212-BETA Oct 13 07:01:41 vector ntfs-3g[4332]: Mounted /dev/vl-hot/sda1 (Read-Write, label "iCeY", NTFS 3.1) Oct 13 07:01:41 vector vl-hot_mount: Showing desktop file vl-hot-sda-vol1.desktop Oct 13 07:01:41 vector vl-hot_mount: Finishing vl-hot_mount... Oct 13 07:02:03 vector ntfs-3g[4332]: Skipping unrepresentable filename (inode 216 0): Invalid or incomplete multibyte or wide character Oct 13 07:04:50 vector ntfs-3g[4332]: Mft record 0x9f6 was marked unused in mft bitmap but is marked used itself. Corrupt filesystem or library bug! Run chkdsk immediately! Oct 13 07:04:50 vector ntfs-3g[4332]: Could not allocate new MFT record: Input/output erro r. Oct 13 07:05:43 vector ntfs-3g[4332]: Mft record 0x9f6 was marked unused in mft bitmap but is marked used itself. Corrupt filesystem or library bug! Run chkdsk immediately! Oct 13 07:05:43 vector ntfs-3g[4332]: Could not allocate new MFT record: Input/output error.
2. the bold log messages was produced in this attempt : root:# cp -r GYM_101/ /mnt/vl-hot/sda/vol1/winbackup/ cp: cannot create directory `/mnt/vl-hot/sda/vol1/winbackup/GYM_101': Input/output error
AND
vector://mnt/vl-hot/sda/vol1/winbackup root:# mkdir test mkdir: cannot create directory `test': Input/output error
3. PERMISSIONS vector://mnt/vl-hot icey:$ ls -l total 0 drwxr-xr-x 3 root root 72 2007-10-13 07:01 sda/ vector://mnt/vl-hot/sda icey:$ ls -l total 4 drwxrwxrwx 1 root root 4096 2007-10-10 07:09 vol1/ vector://mnt/vl-hot/sda/vol1 icey:$ ls -l total 4 drwxrwxrwx 1 root root 0 2007-10-10 07:09 RECYCLER/ drwxrwxrwx 1 root root 4096 2007-10-10 07:09 System\ Volume\ Information/ drwxrwxrwx 1 root root 0 2007-10-10 07:11 files/ drwxrwxrwx 1 root root 0 2007-10-11 20:35 winbackup/ 4. mount command /dev/vl-hot/sda1 on /mnt/vl-hot/sda/vol1 type fuseblk (rw,nosuid,nodev,noatime,allow_other,blksize=4096)
|
|
|
|
|
Logged
|
using VL 5.1 SOHO , 5.8 GOLD
|
|
|
|
Joe1962
|
 |
« Reply #14 on: October 12, 2007, 05:53:56 pm » |
|
Now you're getting some NTFS filesystem errors that you should fix in Windows before using the drive in VL.
|
|
|
|
|
Logged
|
O'Neill (RE the Asgard): "Usually they ask nicely before they ignore us and do what they damn well please." http://joe1962.bigbox.infoRunning: VL 7 Std 64 + self-cooked XFCE-4.10
|
|
|
|