Dunxter
Posts: 2
Joined: Sat Feb 09, 2013 12:23 pm

External Hard Drives appear as having no space

Sat Feb 09, 2013 12:29 pm

Odd effect going on, whenever I attached an external hard drive via USB to the raspberry pi, very often it acts as though there is no space left on the external drive (0 bytes available). External hard drives are formatted as FAT32.

If I use SAMBA from a windows machine it usually works (displays correct space free etc, and allows copying files to the external drive), however any access from a mac, linux or various applications within windows when they attempt to automatically move files to the rpi's external drive return an exception 'Not enough space available' (actually returning 0 bytes available on the drive, even though there is clearly 300+GB).

Seems to me there's a simply thing I'm missing here - probably something to do with the FAT32 thing, but I thought that'd be fine? Don't reeeally want to change to ext4 as then I won't be able to see it from windows at all.

Dunxter
Posts: 2
Joined: Sat Feb 09, 2013 12:23 pm

Re: External Hard Drives appear as having no space

Mon Feb 11, 2013 3:50 pm

Has this REALLY never happened to anyone else? It does the same on my friend's distro too.

User avatar
RaTTuS
Posts: 10559
Joined: Tue Nov 29, 2011 11:12 am
Location: North West UK
Contact: Twitter YouTube

Re: External Hard Drives appear as having no space

Mon Feb 11, 2013 3:54 pm

plug drive in
sudo fdisk -l
how is it mounted ?
df -h
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV

1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe

DirkS
Posts: 10363
Joined: Tue Jun 19, 2012 9:46 pm
Location: Essex, UK

Re: External Hard Drives appear as having no space

Mon Feb 11, 2013 3:56 pm

Don't reeeally want to change to ext4 as then I won't be able to see it from windows at all.
If you're accessing it over the network the file system is not relevant. I have not used FAT32 for years, but I have used NTFS and ext4 formatted USB drives to my RasPis without any problems accessing them from Windows.

Gr.
Dirk.

Return to “Troubleshooting”