F5F Stay Refreshed Software Operating Systems Installing and connecting external drives to a Raspberry Pi using Debian-based OS

Installing and connecting external drives to a Raspberry Pi using Debian-based OS

Installing and connecting external drives to a Raspberry Pi using Debian-based OS

Pages (2): 1 2 Next
M
MetaKnight42
Junior Member
13
01-01-2016, 11:03 PM
#1
You’ve connected the external hard drive and it’s automatically mounted, but when you run fdisk -l it shows the drive as dev/sda2. You can navigate directly into that folder and start adding files. The Type Section tells the system how to interpret the file system—Microsoft disks are used on Windows, but the drive is actually formatted with a different system (like FAT32 or exFAT) to work with the Raspberry Pi OS.
M
MetaKnight42
01-01-2016, 11:03 PM #1

You’ve connected the external hard drive and it’s automatically mounted, but when you run fdisk -l it shows the drive as dev/sda2. You can navigate directly into that folder and start adding files. The Type Section tells the system how to interpret the file system—Microsoft disks are used on Windows, but the drive is actually formatted with a different system (like FAT32 or exFAT) to work with the Raspberry Pi OS.

D
DeadVisual
Member
62
01-02-2016, 01:22 AM
#2
Would you like it to automatically mount the device instead of just checking?
D
DeadVisual
01-02-2016, 01:22 AM #2

Would you like it to automatically mount the device instead of just checking?

D
DivineKnight45
Junior Member
23
01-02-2016, 02:35 AM
#3
The device is a disk, not a folder. /dev/sda1 and /dev/sda2 represent its partitions. If they were mounted automatically, you can locate them at any directory the mount selected, usually in /run/media
D
DivineKnight45
01-02-2016, 02:35 AM #3

The device is a disk, not a folder. /dev/sda1 and /dev/sda2 represent its partitions. If they were mounted automatically, you can locate them at any directory the mount selected, usually in /run/media

H
Heyello
Member
196
01-02-2016, 04:09 AM
#4
The drive will stay connected constantly, eliminating the need for automatic operation.
H
Heyello
01-02-2016, 04:09 AM #4

The drive will stay connected constantly, eliminating the need for automatic operation.

L
livtheviking
Posting Freak
846
01-02-2016, 12:42 PM
#5
How often do you restart it?
L
livtheviking
01-02-2016, 12:42 PM #5

How often do you restart it?

B
BlueDragon2
Junior Member
17
01-02-2016, 01:30 PM
#6
It functions as a server, perhaps updating roughly every two weeks.
B
BlueDragon2
01-02-2016, 01:30 PM #6

It functions as a server, perhaps updating roughly every two weeks.

S
Stifelplays
Member
112
01-10-2016, 01:09 AM
#7
You can place it in /etc/fstab for automatic boot mounting. Alternatively, use sudo mount /dev/sd2 /mnt/MOUNTPATH to access it manually.
S
Stifelplays
01-10-2016, 01:09 AM #7

You can place it in /etc/fstab for automatic boot mounting. Alternatively, use sudo mount /dev/sd2 /mnt/MOUNTPATH to access it manually.

K
157
01-12-2016, 07:41 AM
#8
Yes, that command would work.
K
KariibikUrlxub
01-12-2016, 07:41 AM #8

Yes, that command would work.

P
Phantomkid52
Junior Member
5
01-18-2016, 11:14 AM
#9
Run sudo blkid to find the UUID. Use that value to mount the drive in /etc/fstab.
P
Phantomkid52
01-18-2016, 11:14 AM #9

Run sudo blkid to find the UUID. Use that value to mount the drive in /etc/fstab.

G
GodRaidYT
Member
76
01-18-2016, 03:01 PM
#10
ok ill try that
G
GodRaidYT
01-18-2016, 03:01 PM #10

ok ill try that

Pages (2): 1 2 Next