mounting usb hard drives October 04, 2011 09:59PM |
Registered: 11 years ago Posts: 6 |
# <file system> <mount point> <type> <options> <dump> <pass> /dev/root / ext2 noatime,errors=remount-ro 0 1 /dev/sda2 none swap sw 0 0 tmpfs /tmp tmpfs defaults 0 0 /dev/sdb1 /mnt/fantom01 ntfs-3g defaults 0 0 /dev/sbc1 /mnt/fantom02 ntfs-3g defaults 0 0
Failed to mount /mnt/fantom02 : ntfs-3g: Failed to access volume '/dev/sbc1': No such file or directory ntfs-3g 2010.3.6 integrated FUSE 27 - Third Generation NTFS Driver Configuration type 1, XATTRS are on, POSIX ACLS are off Copyright (C) 2005-2007 Yura Pakhuchiy Copyright (C) 2006-2009 Szabolcs Szakacsits Copyright (C) 2007-2010 Jean-Pierre Andre Copyright (C) 2009 Erik Larsson Usage: ntfs-3g [-o option[,...]] Options: ro (read-only mount), remove_hiberfile, uid=, gid=, umask=, fmask=, dmask=, streams_interface=. Please see the details in the manual (type: man ntfs-3g). Example: ntfs-3g /dev/sda1 /mnt/windows Ntfs-3g news, support and information: http://ntfs-3g.org
Re: mounting usb hard drives October 05, 2011 05:50AM |
Registered: 12 years ago Posts: 161 |
Re: mounting usb hard drives October 05, 2011 10:16PM |
Registered: 11 years ago Posts: 6 |
Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes 255 heads, 63 sectors/track, 243201 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x3e12cce7 Device Boot Start End Blocks Id System /dev/sdb1 1 243201 1953512001 7 HPFS/NTFS Disk /dev/sdc: 2000.4 GB, 2000398934016 bytes 255 heads, 63 sectors/track, 243201 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x3e12cce7 Device Boot Start End Blocks Id System /dev/sdc1 1 243201 1953512001 7 HPFS/NTFS
Re: mounting usb hard drives October 06, 2011 07:06AM |
Registered: 12 years ago Posts: 161 |
Re: mounting usb hard drives October 06, 2011 08:00PM |
Registered: 11 years ago Posts: 6 |
root@SERVER02:~# busybox logread -n logread: invalid option -- 'n' BusyBox v1.17.1 (Debian 1:1.17.1-8) multi-call binary. Usage: logread [OPTIONS] Show messages in syslogd's circular buffer Options: -f Output data as log grows
Re: mounting usb hard drives October 10, 2011 08:54AM |
Registered: 12 years ago Posts: 161 |
Re: mounting usb hard drives October 10, 2011 09:38PM |
Registered: 11 years ago Posts: 6 |
This is for my first drive that has been running and has files saved. Oct 10 22:14:16 SERVER02 user.info kernel: [428869.977595] usb 1-1.3.4: new full speed USB device using orion-ehci and address 12 Oct 10 22:14:16 SERVER02 user.info kernel: [428870.087802] usb 1-1.3.4: not running at top speed; connect to a high speed hub Oct 10 22:14:16 SERVER02 user.info kernel: [428870.096803] usb 1-1.3.4: New USB device found, idVendor=13fd, idProduct=1340 Oct 10 22:14:16 SERVER02 user.info kernel: [428870.103995] usb 1-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Oct 10 22:14:16 SERVER02 user.info kernel: [428870.111633] usb 1-1.3.4: Product: HD204UI Oct 10 22:14:16 SERVER02 user.info kernel: [428870.116537] usb 1-1.3.4: Manufacturer: FANTOM Oct 10 22:14:16 SERVER02 user.info kernel: [428870.121186] usb 1-1.3.4: SerialNumber: 533248474A31435A38313836 Oct 10 22:14:16 SERVER02 user.info kernel: [428870.129733] usb 1-1.3.4: configuration #1 chosen from 1 choice Oct 10 22:14:16 SERVER02 user.info kernel: [428870.139559] scsi8 : SCSI emulation for USB Mass Storage devices Oct 10 22:14:16 SERVER02 user.debug kernel: [428870.148885] usb-storage: device found at 12 Oct 10 22:14:16 SERVER02 user.debug kernel: [428870.148896] usb-storage: waiting for device to settle before scanning Oct 10 22:14:21 SERVER02 user.debug kernel: [428875.147567] usb-storage: device scan complete Oct 10 22:14:21 SERVER02 user.notice kernel: [428875.148261] scsi 8:0:0:0: Direct- Access FANTOM HD204UI 2.10 PQ: 0 ANSI: 4 Oct 10 22:14:21 SERVER02 user.notice kernel: [428875.161364] sd 8:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) Oct 10 22:14:21 SERVER02 user.notice kernel: [428875.179220] sd 8:0:0:0: [sdb] Write Protect is off Oct 10 22:14:21 SERVER02 user.debug kernel: [428875.184133] sd 8:0:0:0: [sdb] Mode Sense: 21 00 00 00 Oct 10 22:14:21 SERVER02 user.err kernel: [428875.184143] sd 8:0:0:0: [sdb] Assuming drive cache: write through Oct 10 22:14:21 SERVER02 user.err kernel: [428875.192449] sd 8:0:0:0: [sdb] Assuming drive cache: write through Oct 10 22:14:21 SERVER02 user.info kernel: [428875.198844] sdb: Oct 10 22:14:21 SERVER02 user.info kernel: sdb1 Oct 10 22:14:21 SERVER02 user.err kernel: [428875.220475] sd 8:0:0:0: [sdb] Assuming drive cache: write through Oct 10 22:14:21 SERVER02 user.notice kernel: [428875.226696] sd 8:0:0:0: [sdb] Attached SCSI disk Oct 10 22:14:22 SERVER02 user.info usbmount[4772]: /dev/sdb does not contain a filesystem or disklabel FDISK -L issued **************************************************************** root@SERVER02:~# fdisk -l Disk /dev/sda: 16.0 GB, 16001269760 bytes 72 heads, 8 sectors/track, 54257 cylinders Units = cylinders of 576 * 512 = 294912 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0xc3072e18 Device Boot Start End Blocks Id System /dev/sda1 1 47473 13672220 83 Linux /dev/sda2 47474 54257 1953792 82 Linux swap / Solaris Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes 255 heads, 63 sectors/track, 243201 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x3e12cce7 Device Boot Start End Blocks Id System /dev/sdb1 1 243201 1953512001 7 HPFS/NTFS root@SERVER02:~#
This is for my second drive that was recently purchased and has almost no files saved. Oct 10 21:53:50 SERVER02 user.info kernel: [427643.868568] usb 1-1.3.3: new full speed USB device using orion-ehci and address 11 Oct 10 21:53:50 SERVER02 user.info kernel: [427643.978932] usb 1-1.3.3: not running at top speed; connect to a high speed hub Oct 10 21:53:50 SERVER02 user.info kernel: [427643.987926] usb 1-1.3.3: New USB device found, idVendor=13fd, idProduct=1340 Oct 10 21:53:50 SERVER02 user.info kernel: [427643.995117] usb 1-1.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Oct 10 21:53:50 SERVER02 user.info kernel: [427644.002756] usb 1-1.3.3: Product: HD204UI Oct 10 21:53:50 SERVER02 user.info kernel: [427644.007652] usb 1-1.3.3: Manufacturer: FANTOM Oct 10 21:53:50 SERVER02 user.info kernel: [427644.012302] usb 1-1.3.3: SerialNumber: 533248374A394B4237313136 Oct 10 21:53:50 SERVER02 user.info kernel: [427644.020737] usb 1-1.3.3: configuration #1 chosen from 1 choice Oct 10 21:53:50 SERVER02 user.info kernel: [427644.030587] scsi7 : SCSI emulation for USB Mass Storage devices Oct 10 21:53:50 SERVER02 user.debug kernel: [427644.039890] usb-storage: device found at 11 Oct 10 21:53:50 SERVER02 user.debug kernel: [427644.039900] usb-storage: waiting for device to settle before scanning Oct 10 21:53:55 SERVER02 user.debug kernel: [427649.038577] usb-storage: device scan complete Oct 10 21:53:55 SERVER02 user.notice kernel: [427649.039270] scsi 7:0:0:0: Direct- Access FANTOM HD204UI 2.10 PQ: 0 ANSI: 4 Oct 10 21:53:55 SERVER02 user.notice kernel: [427649.052628] sd 7:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) Oct 10 21:53:55 SERVER02 user.notice kernel: [427649.071846] sd 7:0:0:0: [sdb] Write Protect is off Oct 10 21:53:55 SERVER02 user.debug kernel: [427649.076758] sd 7:0:0:0: [sdb] Mode Sense: 21 00 00 00 Oct 10 21:53:55 SERVER02 user.err kernel: [427649.076767] sd 7:0:0:0: [sdb] Assuming drive cache: write through Oct 10 21:53:55 SERVER02 user.err kernel: [427649.085073] sd 7:0:0:0: [sdb] Assuming drive cache: write through Oct 10 21:53:55 SERVER02 user.info kernel: [427649.091471] sdb: Oct 10 21:53:55 SERVER02 user.info kernel: sdb1 Oct 10 21:53:55 SERVER02 user.err kernel: [427649.116116] sd 7:0:0:0: [sdb] Assuming drive cache: write through Oct 10 21:53:55 SERVER02 user.notice kernel: [427649.122376] sd 7:0:0:0: [sdb] Attached SCSI disk Oct 10 21:53:56 SERVER02 user.info usbmount[4584]: /dev/sdb does not contain a filesystem or disklabel FDISK -L issued ************************************************************* root@SERVER02:~# fdisk -l Disk /dev/sda: 16.0 GB, 16001269760 bytes 72 heads, 8 sectors/track, 54257 cylinders Units = cylinders of 576 * 512 = 294912 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0xc3072e18 Device Boot Start End Blocks Id System /dev/sda1 1 47473 13672220 83 Linux /dev/sda2 47474 54257 1953792 82 Linux swap / Solaris Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes 255 heads, 63 sectors/track, 243201 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x3e12cce7 Device Boot Start End Blocks Id System /dev/sdb1 1 243201 1953512001 7 HPFS/NTFS root@SERVER02:~#
Re: mounting usb hard drives October 11, 2011 08:25AM |
Registered: 12 years ago Posts: 161 |
Re: mounting usb hard drives October 15, 2011 11:57PM |
Registered: 11 years ago Posts: 6 |
Re: mounting usb hard drives October 16, 2011 07:39AM |
Registered: 12 years ago Posts: 128 |
Re: mounting usb hard drives October 16, 2011 08:03AM |
Registered: 12 years ago Posts: 161 |
Re: mounting usb hard drives October 16, 2011 04:01PM |
Registered: 11 years ago Posts: 6 |