Guys... I'm starting to think that my external HDD isn't recognize properly from my gentoo box... Any advice?
blkidCode: Select all
/dev/sda1: SEC_TYPE="msdos" UUID="87A8-3BF7" TYPE="vfat"
/dev/sda2: UUID="aac8d2c3-5f93-48b3-b367-b233cef54d7e" TYPE="ext4"
/dev/sda3: LABEL="_Fedora-17-x86_6" UUID="5c17179b-bcd1-4e6b-8809-6e9c2f6c1ca0" TYPE="ext4"
/dev/sda4: LABEL="gentoo" UUID="a1bba32f-d201-4885-a29e-7d6855396ab1" TYPE="ext4"
/dev/sda5: UUID="186400dd-33a8-47e8-bd90-c036a282912d" TYPE="ext4"
/dev/sda6: UUID="b9521213-873b-4816-9fbb-1864ab80b394" TYPE="swap"
fdisk -lCode: Select all
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 testine, 63 settori/tracce, 38913 cilindri, totale 625142448 settori
Unità = sectors di 1 * 512 = 512 byte
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Identificativo disco: 0x00000000
Dispositivo Boot Start End Blocks Id System
/dev/sda1 1 625142447 312571223+ ee GPT
Partition 1 does not start on physical sector boundary.
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 testine, 63 settori/tracce, 121601 cilindri, totale 1953525168 settori
Unità = sectors di 1 * 512 = 512 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x2e216a56
Dispositivo Boot Start End Blocks Id System
/dev/sdb1 63 1953520064 976760001 7 HPFS/NTFS/exFAT
udisks --show-info /dev/sdbCode: Select all
Showing information for /org/freedesktop/UDisks/devices/sdb
native-path: /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/host7/target7:0:0/7:0:0:0/block/sdb
device: 8:16
device-file: /dev/sdb
presentation: /dev/sdb
by-id: /dev/disk/by-id/ata-WDC_WD10EAVS-00D7B1_WD-WCAU44650449
by-id: /dev/disk/by-id/wwn-0x50014ee2578c7fb8
by-path: /dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.2:1.0-scsi-0:0:0:0
detected at: dom 13 gen 2013 00:06:07 CET
system internal: 0
removable: 0
has media: 1 (detected at dom 13 gen 2013 00:06:07 CET)
detects change: 0
detection by polling: 0
detection inhibitable: 0
detection inhibited: 0
is read only: 0
is mounted: 0
mount paths:
mounted by uid: 0
presentation hide: 0
presentation nopolicy: 0
presentation name:
presentation icon:
automount hint:
size: 1000204886016
block size: 512
job underway: no
usage:
type:
version:
uuid:
label:
partition table:
scheme: mbr
count: 1
drive:
vendor: WD
model: WDC WD10EAVS-00D7B1
revision: 01.01A10
serial: WD-WCAU44650449
WWN: 50014ee2578c7fb8
detachable: 1
can spindown: 1
rotational media: Yes, unknown rate
write-cache: enabled
ejectable: 0
adapter: Unknown
ports:
similar devices:
media:
compat:
interface: usb
if speed: 480000000 bits/s
ATA SMART: Updated at dom 13 gen 2013 00:06:07 CET
overall assessment: Good
As you can see, KDE recognize
only partitions on my internal GPT HDD (/dev/sda)
http://imageshack.us/photo/my-images/198/kdedisks.png/
Also, the system doesn't recognize the partition scheme of the external HDD
Code: Select all
ntfs-3g /dev/sdb /media/1tb/
NTFS signature is missing.
Failed to mount '/dev/sdb': Argomento non valido
The device '/dev/sdb' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?