Guys,
I have an external hard disk (WD Firwire 3TB) with HFS+ journaled and a MacBook Pro with MacOS and OpenSuSE KDE 12.1
I'm trying the traditional tricks to mount the external disk (fstab, mount -t hfsplus, etc) but it won't do it. Not even read-only.
I get this message:
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
And fdisk -l gives this message:
WARNING: GPT (GUID Partition Table) detected on '/dev/sdc'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sdc: 3000.6 GB, 3000558944256 bytes
255 heads, 63 sectors/track, 364797 cylinders, total 5860466688 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdc1 1 4294967288 2147483644 ee GPT
Partition 1 does not start on physical sector boundary.
and parted gives me this:
Model: WD My Book 111D (scsi)
Disk /dev/sdc: 3001GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt_sync_mbr
Number Start End Size File system Name Flags
1 20.5kB 210MB 210MB fat32 EFI System Partition boot
2 210MB 3000GB 3000GB hfs+ Apple_HFS_Untitled_1
Any idea how to mount it? Read-only would be fine!
No comments:
Post a Comment