Mount NTFS
Jeg har for nyligt formateret en 6TB disk (i windows med quik format)og sat den i min debian server. jeg ka se den med fdisk men jeg kan ikke mounte den. skal lige tilføje at samme maskine har en 200GB ntfs som mounter fint med denne metode.
Nogen af jer der har en ide til hvad jeg skal gøre??
==== ntfs-3g SKRIVER =======================================
# mount -t ntfs-3g /dev/sdc1 /mnt/nas
NTFS signature is missing.
Failed to mount '/dev/sdc1': Invalid argument
The device '/dev/sdc1' 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?
=============================================================
==== FDISK SKRIVER ==========================================
# fdisk -l /dev/sdc
WARNING: GPT (GUID Partition Table) detected on '/dev/sdc'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sdc: 6001.2 GB, 6001175126016 bytes
256 heads, 63 sectors/track, 726751 cylinders, total 11721045168 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: 0x1331994b
Device Boot Start End Blocks Id System
/dev/sdc1 1 4294967295 2147483647+ ee GPT
Partition 1 does not start on physical sector boundary.
==============================================================