On 10/09/2015 05:31 PM, Terry Eck wrote:
df ''' /dev/sde1 30G 4.1G 26G 14% /run/media/eck/USB DISK /dev/sde1 30G 4.1G 26G 14% /var/run/media/eck/USB DISK
you missed the -T option which would have shown us the file system type.
This is really strange. The original problem was linux not being able to write the full lates system iso. Only 4G was written. Now the above command says the drive has 26G free!
then the command fdisk -l /dev/sde1
you told fdisk to search for a partition table in the first partition of the device ... which does not exist because sde1 contains a file system. Use "fdisk -l /dev/sde" to print the partition table of the whole device sde instead.
Disk /dev/sde1: 32.1 GB, 32090685440 bytes
anyhow, it seems to be a 32G USB stick. Have a nice day, Berny -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org