[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: GPT/NTFS-Partition mounten



Am 24.10.2011 13:39, schrieb Sven Hartge:
fdisk kann aber nicht mit der GPT umgehen. Was du dort siehst, ist der Dummy-MBR. Nutze bitte etwas wie gdisk oder gparted, um die wirkliche Partitionsstruktur sehen zu können. S°
Vielen Dank. Das war's...

# gdisk -l /dev/sdc
GPT fdisk (gdisk) version 0.8.1

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.
Disk /dev/sdc: 3904708608 sectors, 3.6 TiB
Logical sector size: 1024 bytes
Disk identifier (GUID): 86333A71-E348-4292-9D4B-1A46FC72A679
Partition table holds up to 128 entries
First usable sector is 18, last usable sector is 3904708590
Partitions will be aligned on 8-sector boundaries
Total free space is 989 sectors (989.0 KiB)

Number  Start (sector)    End (sector)  Size       Code  Name
1 18 131089 128.0 MiB 0C01 Microsoft reserved part 2 131090 3904707601 3.6 TiB 0700 Basic data partition

# mount -t ntfs-3g -o ro /dev/sdc2 /mnt/ntfs1

# mount | grep sdc2
/dev/sdc2 on /mnt/ntfs1 type fuseblk (ro,allow_other,blksize=4096)

:-)

CU,
Mészi.


Reply to: