[opensuse] can't mount USB dribe /dev/sdb1
I am using opensuse 12 on my ThinkPad T60 and can't mount my thumb drive. It is 4GIG fat32 and 90% filled with important files. Below is all the info I have on this drive /dev/sdb1: # fdisk -l Disk /dev/sdb: 4012 MB, 4012900352 bytes 120 heads, 55 sectors/track, 1187 cylinders Units = cylinders of 6600 * 512 = 3379200 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000 Device Boot Start End Blocks Id System /dev/sdb1 1 1188 3918832 b W95 FAT32 drive is recognized. Try to mount and get: [root@sda11 jozien]# mount -t vfat /dev/sdb1 /mnt/sdb1 mount: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so [root@sda11 jozien]# dmesg | tail [ 254.251751] sd 7:0:0:0: [sdb] 7837696 512-byte logical blocks: (4.01 GB/3.73 GiB) [ 254.253126] sd 7:0:0:0: [sdb] Write Protect is off [ 254.253134] sd 7:0:0:0: [sdb] Mode Sense: 03 00 00 00 [ 254.253139] sd 7:0:0:0: [sdb] Assuming drive cache: write through [ 254.262277] sd 7:0:0:0: [sdb] Assuming drive cache: write through [ 254.269632] sdb: sdb1 [ 254.271754] sd 7:0:0:0: [sdb] Assuming drive cache: write through [ 254.271758] sd 7:0:0:0: [sdb] Attached SCSI removable disk [ 369.068710] FAT: invalid media value (0x00) [ 369.068714] VFS: Can't find a valid FAT filesystem on dev sdb1. [root@sda11 jozien]# I tried the drive in windows XP and get error: "not formated, format now" Please help, got a lot of important info on /dev/sdb1 jozien -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Sun, 17 Feb 2013 03:22:26 -0000, Joe Zien <jozien@comcast.net> wrote:
I am using opensuse 12 on my ThinkPad T60 and can't mount my thumb drive. It is 4GIG fat32 and 90% filled with important files. Below is all the info I have on this drive /dev/sdb1:
# fdisk -l
Disk /dev/sdb: 4012 MB, 4012900352 bytes 120 heads, 55 sectors/track, 1187 cylinders Units = cylinders of 6600 * 512 = 3379200 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000
Device Boot Start End Blocks Id System /dev/sdb1 1 1188 3918832 b W95 FAT32
drive is recognized.
Try to mount and get:
[root@sda11 jozien]# mount -t vfat /dev/sdb1 /mnt/sdb1 mount: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so
[root@sda11 jozien]# dmesg | tail [ 254.251751] sd 7:0:0:0: [sdb] 7837696 512-byte logical blocks: (4.01 GB/3.73 GiB) [ 254.253126] sd 7:0:0:0: [sdb] Write Protect is off [ 254.253134] sd 7:0:0:0: [sdb] Mode Sense: 03 00 00 00 [ 254.253139] sd 7:0:0:0: [sdb] Assuming drive cache: write through [ 254.262277] sd 7:0:0:0: [sdb] Assuming drive cache: write through [ 254.269632] sdb: sdb1 [ 254.271754] sd 7:0:0:0: [sdb] Assuming drive cache: write through [ 254.271758] sd 7:0:0:0: [sdb] Attached SCSI removable disk [ 369.068710] FAT: invalid media value (0x00) [ 369.068714] VFS: Can't find a valid FAT filesystem on dev sdb1. [root@sda11 jozien]#
I tried the drive in windows XP and get error:
"not formated, format now" Please help, got a lot of important info on /dev/sdb1
jozien
Consider using dd to make a backup image of it before proceeding with anything else In windows have you tried : chkdsk :d /f (where d is the usb drive letter) (I think that command is correct, I don't use windows) *Can gparted check it. Gparted, the volume must be unmounted > from the top menu 'Partition' > Check -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 02/17/2013 06:28 AM, Carl Fletcher wrote:
Consider using dd to make a backup image of it before proceeding with anything else
- maybe try : partprobe /dev/sdb1 & then try once more to mount /dev/sdb1 ......... best regards -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2013-02-17 04:22, Joe Zien wrote:
"not formated, format now" Please help, got a lot of important info on /dev/sdb1
Verify that it is in fact a FAT filesystem. You can use "file /dev/sdb1" to see. If it is not FAT, you can try to mount it with the proper filesystem type. If not, then you will have to use recovery tools to try recover your files. Create an image file with dd (or dd_rescue) and use that. You have photorec and testdisk available on openSUSE. You can find what they do in the wikipedia and their home page. There are also some commercial tools that do a good job. I would start with testdisk, I think. Photorec works by searching the entire disk for the signatures of the files it recognizes - thus it may not recover files it knows nothing about. - -- Cheers / Saludos, Carlos E. R. (from 12.1 x86_64 "Asparagus" at Telcontar) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlEgz6MACgkQIvFNjefEBxoPiQCfeBwGjd0vl79WLLUHafjxjYHW cZYAoI+rIkJ2Oe4SKMu9XNSMUvfHeheM =sACq -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Carlos E. R. said the following on 02/17/2013 07:40 AM:
Verify that it is in fact a FAT filesystem. You can use "file /dev/sdb1" to see. If it is not FAT, you can try to mount it with the proper filesystem type.
Maybe not; that might only tell you that it is a block device. I'd recommend the command 'blkid'. See the man page for details. Its touted as <quote> The blkid program is the command-line interface to working with the libblkid(3) library. It can determine the type of content (e.g. filesystem or swap) that a block device holds, and also attributes (tokens, NAME=value pairs) from the content metadata (e.g. LABEL or UUID fields). </quote> That seems more like it :-) # file /dev/sda1 /dev/sda1: block special # blkid -p /dev/sda1 /dev/sda1: UUID="e3d06ff8-a408-49d3-ae30-99d5be0c0d0d" VERSION="1.0" TYPE="ext4" USAGE="filesystem" PART_ENTRY_SCHEME="dos" PART_ENTRY_TYPE="0x83" PART_ENTRY_FLAGS="0x80" PART_ENTRY_NUMBER="1" PART_ENTRY_OFFSET="2048" PART_ENTRY_SIZE="614400" PART_ENTRY_DISK="8:0" YMMV -- The quality of a leader is reflected in the standards they set for themselves. -- Ray Kroc, Founder of McDonald's -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Anton Aylward said the following on 02/17/2013 08:12 AM:
That seems more like it :-) # file /dev/sda1 /dev/sda1: block special # blkid -p /dev/sda1 /dev/sda1: UUID="e3d06ff8-a408-49d3-ae30-99d5be0c0d0d" VERSION="1.0" TYPE="ext4" USAGE="filesystem" PART_ENTRY_SCHEME="dos" PART_ENTRY_TYPE="0x83" PART_ENTRY_FLAGS="0x80" PART_ENTRY_NUMBER="1" PART_ENTRY_OFFSET="2048" PART_ENTRY_SIZE="614400" PART_ENTRY_DISK="8:0"
Or with more precision # blkid -o value -s TYPE /dev/sda1 ext4 -- Dear Lord: Please make my words sweet and tender, for tomorrow I may have to eat them. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday, 2013-02-17 at 08:12 -0500, Anton Aylward wrote:
Carlos E. R. said the following on 02/17/2013 07:40 AM:
Verify that it is in fact a FAT filesystem. You can use "file /dev/sdb1" to see. If it is not FAT, you can try to mount it with the proper filesystem type.
Maybe not; that might only tell you that it is a block device.
Oops, sorry, of course, it needs "-s", like this: Telcontar:~ # file /dev/sde /dev/sde: block special Telcontar:~ # file -s /dev/sde /dev/sde: x86 boot sector, code offset 0x58, OEM-ID "MSDOS5.0", sectors/cluster 32, reserved sectors 1488, Media descriptor 0xf8, heads 16, sectors 30515200 (volumes > 32 MB) , FAT (32 bit), sectors/FAT 7448, Backup boot sector 8, serial number 0xccf42fa6, label: "CORSA_2 " Telcontar:~ # That's a usb stick I have available. Notice that it has not partititions.
I'd recommend the command 'blkid'.
Telcontar:~ # blkid /dev/sde /dev/sde: LABEL="CORSA_2" UUID="CCF4-2FA6" TYPE="vfat" Telcontar:~ # It gives, so far, less info than "file" :-)
# blkid -p /dev/sda1
Telcontar:~ # blkid -p /dev/sde /dev/sde: LABEL="CORSA_2" UUID="CCF4-2FA6" VERSION="FAT32" TYPE="vfat" USAGE="filesystem" - -- Cheers, Carlos E. R. (from 12.1 x86_64 "Asparagus" at Telcontar) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) iEYEARECAAYFAlEg3LgACgkQtTMYHG2NR9ViQwCeJGdt2PH7Grln5f686gjjw4Qi LjkAn0e9R46SqEzbS4CZI/5M1suO6GLp =rvZk -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Sunday, 2013-02-17 at 08:12 -0500, Anton Aylward wrote:
Carlos E. R. said the following on 02/17/2013 07:40 AM:
Verify that it is in fact a FAT filesystem. You can use "file /dev/sdb1" to see. If it is not FAT, you can try to mount it with the proper filesystem type.
Maybe not; that might only tell you that it is a block device.
Oops, sorry, of course, it needs "-s", like this:
Telcontar:~ # file /dev/sde /dev/sde: block special Telcontar:~ # file -s /dev/sde /dev/sde: x86 boot sector, code offset 0x58, OEM-ID "MSDOS5.0", sectors/cluster 32, reserved sectors 1488, Media descriptor 0xf8, heads 16, sectors 30515200 (volumes > 32 MB) , FAT (32 bit), sectors/FAT 7448, Backup boot sector 8, serial number 0xccf42fa6, label: "CORSA_2 " Telcontar:~ #
That's a usb stick I have available. Notice that it has not partititions.
I'd recommend the command 'blkid'.
Telcontar:~ # blkid /dev/sde /dev/sde: LABEL="CORSA_2" UUID="CCF4-2FA6" TYPE="vfat" Telcontar:~ #
It gives, so far, less info than "file" :-)
# blkid -p /dev/sda1
Telcontar:~ # blkid -p /dev/sde /dev/sde: LABEL="CORSA_2" UUID="CCF4-2FA6" VERSION="FAT32" TYPE="vfat" USAGE="filesystem"
- -- Cheers, Carlos E. R. (from 12.1 x86_64 "Asparagus" at Telcontar)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux)
iEYEARECAAYFAlEg3LgACgkQtTMYHG2NR9ViQwCeJGdt2PH7Grln5f686gjjw4Qi LjkAn0e9R46SqEzbS4CZI/5M1suO6GLp =rvZk -----END PGP SIGNATURE----- I tried all the above suggestions and this is the result:
[root@sda11 jozien]# file /dev/sdb1 /dev/sdb1: block special [root@sda11 jozien]# blkid -p /dev/sdb1 /dev/sdb1: PTTYPE="dos" [root@sda11 jozien]# [root@sda11 jozien]# file -s /dev/sdb1 /dev/sdb1: x86 boot sector; partition 1: ID=0xc, active, starthead 32, startsector 2048, 256000 sectors; partition 2: ID=0x83, starthead 16, startsector 258048, 7546880 sectors, code offset 0xb8 [root@sda11 jozien]# What do I do next? jozien -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday, 2013-02-17 at 19:50 -0500, Joe Zien wrote:
[root@sda11 jozien]# file -s /dev/sdb1 /dev/sdb1: x86 boot sector; partition 1: ID=0xc, active, starthead 32, startsector 2048, 256000 sectors; partition 2: ID=0x83, starthead 16, startsector 258048, 7546880 sectors, code offset 0xb8 [root@sda11 jozien]#
Two partitions on sdb1? I do not understand that. Very strange. - -- Cheers, Carlos E. R. (from 12.1 x86_64 "Asparagus" at Telcontar) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) iEYEARECAAYFAlEhgT4ACgkQtTMYHG2NR9UZvACfeNbpcoZguVW/cWlN61a0Dy1b oagAnie0oIKHsC4VOYToatYnwaYlQ3a6 =NYlv -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 18/02/13 12:17, Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Sunday, 2013-02-17 at 19:50 -0500, Joe Zien wrote:
[root@sda11 jozien]# file -s /dev/sdb1 /dev/sdb1: x86 boot sector; partition 1: ID=0xc, active, starthead 32, startsector 2048, 256000 sectors; partition 2: ID=0x83, starthead 16, startsector 258048, 7546880 sectors, code offset 0xb8 [root@sda11 jozien]#
Two partitions on sdb1? I do not understand that. Very strange.
Not sure that it is. The thing was formatted in Windows and the first partition was created as a primary partition and made Active (boot partition) and the second as an ordinary FAT(?32?16?ntfs) primary partition #2. BC -- Using openSUSE 12.2 x86_64 KDE 4.10.00 & kernel 3.7.8-1 on a system with- AMD FX 8-core 3.6/4.2GHz processor 16GB PC14900/1866MHz Quad Channel Corsair "Vengeance" RAM Gigabyte AMD3+ m/board; Gigabyte nVidia GTX550Ti 1GB DDR5 GPU -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday, 2013-02-18 at 15:45 +1100, Basil Chupin wrote:
On 18/02/13 12:17, Carlos E. R. wrote:
[root@sda11 jozien]# file -s /dev/sdb1 /dev/sdb1: x86 boot sector; partition 1: ID=0xc, active, starthead 32, startsector 2048, 256000 sectors; partition 2: ID=0x83, starthead 16, startsector 258048, 7546880 sectors, code offset 0xb8 [root@sda11 jozien]#
Two partitions on sdb1? I do not understand that. Very strange.
Not sure that it is. The thing was formatted in Windows and the first partition was created as a primary partition and made Active (boot partition) and the second as an ordinary FAT(?32?16?ntfs) primary partition #2.
Notice that it is two partitions inside sdb1, not sdb. Two partitions inside one partition. I have never seen anything of the sort. Two normal partitions of any kind would appear as sdb1 and sdb2. - -- Cheers, Carlos E. R. (from 12.1 x86_64 "Asparagus" at Telcontar) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) iEYEARECAAYFAlElm50ACgkQtTMYHG2NR9V23ACgk8/Cc9I4WDWy99A7F3waB+en apEAnRI5rLQViA+hmkUavQpeLLw7WiKU =jrjR -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Thu, Feb 21, 2013 at 7:59 AM, Carlos E. R. <robin.listas@telefonica.net> wrote:
Notice that it is two partitions inside sdb1, not sdb. Two partitions inside one partition. I have never seen anything of the sort.
*BSD has been doing it all the time :) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday, 2013-02-21 at 09:56 +0400, Andrey Borzenkov wrote:
On Thu, Feb 21, 2013 at 7:59 AM, Carlos E. R. <> wrote:
Notice that it is two partitions inside sdb1, not sdb. Two partitions inside one partition. I have never seen anything of the sort.
*BSD has been doing it all the time :)
Wow. :-o But can Windows handle it? Because it is a USB stick used for interchange. - -- Cheers, Carlos E. R. (from 12.1 x86_64 "Asparagus" at Telcontar) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) iEYEARECAAYFAlEl4TgACgkQtTMYHG2NR9XqYACfUYAKbkQyvckx2JYvRRQiSVeE lA4AoID8D/r4Mr3nb/GTDyQFe34H2Aso =uBx3 -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Thu, Feb 21, 2013 at 12:56 PM, Carlos E. R. <robin.listas@telefonica.net> wrote:
Notice that it is two partitions inside sdb1, not sdb. Two partitions inside one partition. I have never seen anything of the sort.
*BSD has been doing it all the time :)
Wow. :-o
But can Windows handle it?
I do not think so. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Sunday, 2013-02-17 at 08:12 -0500, Anton Aylward wrote:
Carlos E. R. said the following on 02/17/2013 07:40 AM:
Verify that it is in fact a FAT filesystem. You can use "file /dev/sdb1" to see. If it is not FAT, you can try to mount it with the proper filesystem type.
Maybe not; that might only tell you that it is a block device.
Oops, sorry, of course, it needs "-s", like this:
Telcontar:~ # file /dev/sde /dev/sde: block special Telcontar:~ # file -s /dev/sde /dev/sde: x86 boot sector, code offset 0x58, OEM-ID "MSDOS5.0", sectors/cluster 32, reserved sectors 1488, Media descriptor 0xf8, heads 16, sectors 30515200 (volumes > 32 MB) , FAT (32 bit), sectors/FAT 7448, Backup boot sector 8, serial number 0xccf42fa6, label: "CORSA_2 " Telcontar:~ #
That's a usb stick I have available. Notice that it has not partititions.
I'd recommend the command 'blkid'.
Telcontar:~ # blkid /dev/sde /dev/sde: LABEL="CORSA_2" UUID="CCF4-2FA6" TYPE="vfat" Telcontar:~ #
It gives, so far, less info than "file" :-)
# blkid -p /dev/sda1
Telcontar:~ # blkid -p /dev/sde /dev/sde: LABEL="CORSA_2" UUID="CCF4-2FA6" VERSION="FAT32" TYPE="vfat" USAGE="filesystem"
- -- Cheers, Carlos E. R. (from 12.1 x86_64 "Asparagus" at Telcontar)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux)
iEYEARECAAYFAlEg3LgACgkQtTMYHG2NR9ViQwCeJGdt2PH7Grln5f686gjjw4Qi LjkAn0e9R46SqEzbS4CZI/5M1suO6GLp =rvZk -----END PGP SIGNATURE----- I had a tip from my linux guru and he recommended PhotoRec. It didn't work too well in linux so he suggested windows. Didn't work in win 7 64 bit so I tried XP and it worked fine. It found over 2 GIGS of files, the size of my USB drive.
Thanks to all. jozien -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
What does fdisk -l /dev/sdb report? Perhaps it is an extended partition. Those contain partitions. For example, on one of my systems, /dev/sde4 is an extended partition, and it contains sde5, sde6 and sde7 Device Boot Start End Blocks Id System /dev/sde1 63 4209029 2104483+ 82 Linux swap / Solaris /dev/sde2 4209030 77063803 36427387 83 Linux /dev/sde3 77063805 160666064 41801130 83 Linux /dev/sde4 * 160666065 976768064 408051000 f W95 Ext'd (LBA) /dev/sde5 160667648 286502911 62917632 83 Linux /dev/sde6 286504960 412340223 62917632 83 Linux /dev/sde7 412342272 976766975 282212352 83 Linux Yours sincerely, Roger Oberholtzer Ramböll RST / Systems Office: Int +46 10-615 60 20 Mobile: Int +46 70-815 1696 roger.oberholtzer@ramboll.se ________________________________________ Ramböll Sverige AB Krukmakargatan 21 P.O. Box 17009 SE-104 62 Stockholm, Sweden www.rambollrst.se -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Thu, 2013-02-21 at 10:41 +0100, Roger Oberholtzer wrote:
What does
fdisk -l /dev/sdb
report? Perhaps it is an extended partition. Those contain partitions.
For example, on one of my systems, /dev/sde4 is an extended partition, and it contains sde5, sde6 and sde7
Device Boot Start End Blocks Id System /dev/sde1 63 4209029 2104483+ 82 Linux swap / Solaris /dev/sde2 4209030 77063803 36427387 83 Linux /dev/sde3 77063805 160666064 41801130 83 Linux /dev/sde4 * 160666065 976768064 408051000 f W95 Ext'd (LBA) /dev/sde5 160667648 286502911 62917632 83 Linux /dev/sde6 286504960 412340223 62917632 83 Linux /dev/sde7 412342272 976766975 282212352 83 Linux
I forgot to add that I cannot mount /dev/sde4, only the partitions inside it. This is as it should be. Yours sincerely, Roger Oberholtzer Ramböll RST / Systems Office: Int +46 10-615 60 20 Mobile: Int +46 70-815 1696 roger.oberholtzer@ramboll.se ________________________________________ Ramböll Sverige AB Krukmakargatan 21 P.O. Box 17009 SE-104 62 Stockholm, Sweden www.rambollrst.se -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Roger Oberholtzer wrote:
What does
fdisk -l /dev/sdb
report? Perhaps it is an extended partition. Those contain partitions. # fdisk -l
Disk /dev/sdb: 4012 MB, 4012900352 bytes 120 heads, 55 sectors/track, 1187 cylinders Units = cylinders of 6600 * 512 = 3379200 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000 Device Boot Start End Blocks Id System /dev/sdb1 1 1188 3918832 b W95 FAT32 drive is recognized. jozien
For example, on one of my systems, /dev/sde4 is an extended partition, and it contains sde5, sde6 and sde7
Device Boot Start End Blocks Id System /dev/sde1 63 4209029 2104483+ 82 Linux swap / Solaris /dev/sde2 4209030 77063803 36427387 83 Linux /dev/sde3 77063805 160666064 41801130 83 Linux /dev/sde4 * 160666065 976768064 408051000 f W95 Ext'd (LBA) /dev/sde5 160667648 286502911 62917632 83 Linux /dev/sde6 286504960 412340223 62917632 83 Linux /dev/sde7 412342272 976766975 282212352 83 Linux
Yours sincerely,
Roger Oberholtzer
Ramböll RST / Systems
Office: Int +46 10-615 60 20 Mobile: Int +46 70-815 1696 roger.oberholtzer@ramboll.se ________________________________________
Ramböll Sverige AB Krukmakargatan 21 P.O. Box 17009 SE-104 62 Stockholm, Sweden www.rambollrst.se
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday, 2013-02-21 at 13:22 -0500, Joe Zien wrote:
report? Perhaps it is an extended partition. Those contain partitions. # fdisk -l
Disk /dev/sdb: 4012 MB, 4012900352 bytes 120 heads, 55 sectors/track, 1187 cylinders Units = cylinders of 6600 * 512 = 3379200 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000
Device Boot Start End Blocks Id System /dev/sdb1 1 1188 3918832 b W95 FAT32
drive is recognized.
By this time you have probably done a reformat on the disk, or a repair. Unless the device is untouched since the problem, all data obtained now is useless. - -- Cheers, Carlos E. R. (from 12.1 x86_64 "Asparagus" at Telcontar) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) iEYEARECAAYFAlEqxWIACgkQtTMYHG2NR9Ui4ACffCGGuaEie1Md3p4MFD9JVwFF z9IAoIIqSs68Qix3Z/AqFdAJjdksMDPz =Qfp0 -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (8)
-
Andrey Borzenkov
-
Anton Aylward
-
Basil Chupin
-
Carl Fletcher
-
Carlos E. R.
-
ellanios82
-
Joe Zien
-
Roger Oberholtzer