You are not logged in.
Output of fdisk -l:
Disk /dev/sdd: 16.2 GB, 16236150784 bytes, 31711232 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x713c9f02
Device Boot Start End Blocks Id System
/dev/sdd1 * 0 1026047 513024 17 Hidden HPFS/NTFS
Disk /dev/sdd1: 525 MB, 525336576 bytes, 1026048 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x713c9f02
Device Boot Start End Blocks Id System
/dev/sdd1p1 * 0 1026047 513024 17 Hidden HPFS/NTFSOutput of mount -t ntfs-3g /dev/sdd1 /mnt/rem0:
NTFS signature is missing.
Failed to mount '/dev/sdd1': Invalid argument
The device '/dev/sdd1' 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?Output of gdisk -l /dev/sda:
GPT fdisk (gdisk) version 0.8.6
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: not present
***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format.
***************************************************************
Warning! Main partition table overlaps the first partition by 34 blocks!
You will need to delete this partition or resize it in another utility.
Disk /dev/sdd: 31711232 sectors, 15.1 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 6AC5FE22-E915-4300-BB43-ED862EC1D97F
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 31711198
Partitions will be aligned on 2048-sector boundaries
Total free space is 30685151 sectors (14.6 GiB)
Number Start (sector) End (sector) Size Code NameOffline
What are those partitions? Because you have to partition table if they start at sector 0.
Offline
This fdisk output doesn't make much sense. What is this thing you are trying to mount? How has it been formatted? Does it mount in Windows?
Offline
Output of fdisk -l:
Disk /dev/sdd: 16.2 GB, 16236150784 bytes, 31711232 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x713c9f02 Device Boot Start End Blocks Id System /dev/sdd1 * 0 1026047 513024 17 Hidden HPFS/NTFS Disk /dev/sdd1: 525 MB, 525336576 bytes, 1026048 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x713c9f02 Device Boot Start End Blocks Id System /dev/sdd1p1 * 0 1026047 513024 17 Hidden HPFS/NTFS
That looks like some very strange windows magic, maybe this might help: http://ubuntuforums.org/archive/index.php/t-978058.html
Offline
By chance are those USB drives from Sandisk (the ones with U3 on them)?
Offline
By chance are those USB drives from Sandisk (the ones with U3 on them)?
I had the exact same issue with a Sandisk, copied the entire flash drive onto a different stick and had no issue with mounting the new drive.
When your hammer is C++, everything starts to resemble a thumb.
Offline