karlchen wrote:Hello, Jim.
Please, run the command
- Code: Select all
sudo fdisk -l -u
and post the output here. Please, also give a hint which of the devices that fdisk will list is the USB drive on which you used gparted.
Hope I did this right and it helps! Thanks a trillion for the look-see!
sudo fdisk -l -u
Disk /dev/sda: 60.0 GB, 60011642880 bytes
240 heads, 63 sectors/track, 7752 cylinders, total 117210240 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: 0x7205cf80
Device Boot Start End Blocks Id System
/dev/sda1 * 63 117210239 58605088+ 7 HPFS/NTFS
Disk /dev/sdb: 7998 MB, 7998537728 bytes
247 heads, 62 sectors/track, 1020 cylinders, total 15622144 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: 0x0009e87d
This doesn't look like a partition table
Probably you selected the wrong device.
Device Boot Start End Blocks Id System
/dev/sdb1 ? 3223366752 3470046675 123339962 f4 SpeedStor
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(793, 22, 13) logical=(210484, 238, 21)
Partition 1 has different physical/logical endings:
phys=(870, 235, 61) logical=(226593, 23, 48)
Partition 1 does not end on cylinder boundary.
/dev/sdb2 ? 378192737 710426324 166116794 10 OPUS
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(205, 7, 0) logical=(24695, 217, 54)
Partition 2 has different physical/logical endings:
phys=(870, 235, 50) logical=(46390, 159, 7)
Partition 2 does not end on cylinder boundary.
/dev/sdb3 ? 225603442 225603451 5 74 Unknown
Partition 3 has different physical/logical beginnings (non-Linux?):
phys=(367, 66, 47) logical=(14731, 208, 13)
Partition 3 has different physical/logical endings:
phys=(370, 32, 37) logical=(14731, 208, 22)
Partition 3 does not end on cylinder boundary.
Partition table entries are not in disk order
Disk /dev/sdd: 2031 MB, 2031091712 bytes
255 heads, 63 sectors/track, 246 cylinders, total 3966976 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: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdd1 * 63 3966920 1983429 b W95 FAT32
Partition 1 has different physical/logical endings:
phys=(1023, 254, 63) logical=(246, 236, 63)
jimwg@mint ~ $
mount
rootfs on / type rootfs (rw)
none on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
none on /proc type proc (rw,nosuid,nodev,noexec,relatime)
none on /dev type devtmpfs (rw,relatime,size=245072k,nr_inodes=61268,mode=755)
none on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
/dev/sdb on /cdrom type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
/dev/sdb on /casper-rw-backing type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop1 on /cow type ext2 (rw,noatime,errors=continue)
aufs on / type aufs (rw,noatime,si=472b5720)
none on /sys/fs/fuse/connections type fusectl (rw,relatime)
none on /sys/kernel/debug type debugfs (rw,relatime)
none on /sys/kernel/security type securityfs (rw,relatime)
none on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
none on /var/run type tmpfs (rw,nosuid,relatime,mode=755)
none on /var/lock type tmpfs (rw,nosuid,nodev,noexec,relatime)
none on /lib/init/rw type tmpfs (rw,nosuid,relatime,mode=755)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
/dev/sdc1 on /media/BLUE_FLASH type vfat (rw,nosuid,nodev,relatime,uid=999,gid=999,fmask=0022,dmask=0077,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,flush,errors=remount-ro)
/dev/sdc1 on /media/BLUE_FLASH_ type vfat (rw,nosuid,nodev,relatime,uid=999,gid=999,fmask=0022,dmask=0077,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,flush,errors=remount-ro)
/dev/sdc1 on /media/BLUE_FLASH__ type vfat (rw,nosuid,nodev,relatime,uid=999,gid=999,fmask=0022,dmask=0077,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,flush,errors=remount-ro)
/dev/sdc1 on /media/BLUE_FLASH___ type vfat (rw,nosuid,nodev,relatime,uid=999,gid=999,fmask=0022,dmask=0077,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,flush,errors=remount-ro)
/dev/sdd1 on /media/BLUE_FLASH____ type vfat (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0077,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,flush,errors=remount-ro)
jimwg@mint ~ $