On Fri, Oct 9, 2015 at 11:31 AM, Terry Eck <terry_eck@verizon.net> 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
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!
If it hasn't been made clear: With FAT32 no single file can be larger than 4GB. Freespace is an unrelated concept. btw: FAT32 holds the filesize in a 32-bit value 2^32 = 2^2 * 2^10 * 2^10 * 2^10 = 4 * 1024 * 1024 * 1024 = 4 Gigabytes. So any filesystem that maintains the file size in a 32bit value will max out at 4 gigabytes. Greg -- Greg Freemyer www.IntelligentAvatar.net -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org