gamemaker123825
Posts: 9
Joined: Sun Mar 02, 2014 8:24 pm

Can I use my external hard drive usb harddrive?

Tue Mar 04, 2014 5:11 am

Hi, I have a USB 2tb external hard drive, can I install raspberry pi os on that, or is that to big for the raspberry pi to handle. Thanks :)

User avatar
default_user8
Posts: 680
Joined: Mon Nov 18, 2013 3:11 am

Re: Can I use my external hard drive usb harddrive?

Tue Mar 04, 2014 5:31 am

You have to boot from the SD card but you can move the OS to a usb drive or hard drive, look here:
http://www.raspberrypi.org/forum/viewto ... ve#p472871
Two heads are better than one, unless one's a goat head.

klricks
Posts: 7154
Joined: Sat Jan 12, 2013 3:01 am
Location: Grants Pass, OR, USA
Contact: Website

Re: Can I use my external hard drive usb harddrive?

Tue Mar 04, 2014 2:24 pm

Yes the drive can be attached as a NAS drive and as noted much of the OS can be moved to the drive.
Does the drive have existing content on it?
How is the drive formatted?
If NTSF from a Windows computer then it will be very slow.
Much better to format with a Linux format such as ext4
A Linux format would be required to put the OS on it.
Last edited by klricks on Tue Mar 04, 2014 3:30 pm, edited 1 time in total.
Unless specified otherwise my response is based on the latest and fully updated RPiOS Buster w/ Desktop OS.

User avatar
GTR2Fan
Posts: 1601
Joined: Sun Feb 23, 2014 9:20 pm
Location: South East UK

Re: Can I use my external hard drive usb harddrive?

Tue Mar 04, 2014 3:21 pm

klricks wrote:A Linux format would be required to put the OS on it.
Not necessarily a total hard drive reformat though, as I'm sure many users with an NTFS hard drive already nearly full of assorted media will be happy to hear. :)

I've been running my Pi OS from an NTFS formatted USB HDD for the past few days and all it required was...

NOTE: This is assuming that you have access to a Windows PC/Laptop.

1/ Install MiniTool Partition Wizard Home Edition and shrink the NTFS partition down to leave room for the OS to fit after it.

2/ Then use MiniTool to copy the Ext4 partition from the SD Card into the free space left on the HDD after the NTFS partition.

3/ Edit the cmdline.txt file on the SD card replacing 'root=/dev/mmcblk0p2' with 'root=/dev/sda2'.

4/ Plug the SD card and HDD back into the Pi, power it up, and off it happily trundles running the OS from the HDD. ;)
Pi2B Mini-PC/Media Centre: ARM=1GHz (+3), Core=500MHz, v3d=500MHz, h264=333MHz, RAM=DDR2-1200 (+6/+4/+4+schmoo). Sandisk Ultra HC-I 32GB microSD card on '50=100' OCed slot (42MB/s read) running Raspbian/KODI16, Seagate 3.5" 1.5TB HDD mass storage.

gamemaker123825
Posts: 9
Joined: Sun Mar 02, 2014 8:24 pm

Re: Can I use my external hard drive usb harddrive?

Thu Mar 06, 2014 4:26 am

Thanks I'm going to try that tonight, thanks everyone for answering my question. :D

Return to “Advanced users”