Today I tried plugging it in and it doesn't seem to be noticed by Mga2. I've upgraded from mga1 to mga2. I've also got a 500gb external hard drive formatted as NTFS and it seems to work fine.
Here is the results of what I've tried:
- Code: Select all
[root@saptech ~]# fdisk -l
Disk /dev/sda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders, total 78165360 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: 0xed11349a
Device Boot Start End Blocks Id System
/dev/sda1 * 63 37206539 18603238+ 83 Linux
/dev/sda2 37208064 75839487 19315712 83 Linux
/dev/sda3 75839488 78163967 1162240 82 Linux swap / Solaris
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0x2cc14aee
Device Boot Start End Blocks Id System
/dev/sdb1 2048 976773119 488385536 7 HPFS/NTFS/exFAT
Disk /dev/sdc: 8019 MB, 8019509248 bytes
247 heads, 62 sectors/track, 1022 cylinders, total 15663104 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
[root@saptech ~]#
-------------------------------------------------
[root@saptech ~]# mount /dev/sdc /run/media/saptech/usbthumb -t ntfs -o nls=utf8,umask=0222
NTFS signature is missing.
Failed to mount '/dev/sdc': Invalid argument
The device '/dev/sdc' 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?
[root@saptech ~]#
-------------------------------------------------
The fdisk command show it listed as Disk /dev/sdc, but not much as far as format. Using ntfs-3g command also give the same or similar results.
Any ideas what is going on and any solutions?
Thnx.