You are not logged in.

#1 2006-03-07 20:39:09

Ethilien
Member
From: Parker, CO
Registered: 2005-09-21
Posts: 36
Website

Mounting a USB hard disk [SOLVED]

This is probably extremely simple, but I can't quite figure out how to do it. I believe the drive is /dev/sda, but when I try running:
mount /dev/sda /mnt/backup -t usbfs

I just get a bunch of folders like 001 and 002. The disk is formatted as fat32.

Thanks big_smile


-Connor McKay

"He is no fool who gives what he cannot keep to gain what he cannot lose" - Jim Elliot

Offline

#2 2006-03-07 21:02:55

Moo-Crumpus
Member
From: Hessen / Germany
Registered: 2003-12-01
Posts: 1,487

Re: Mounting a USB hard disk [SOLVED]

mount -t vfat /dev/sda1 /mnt/backup


Frumpus addict
[mu'.krum.pus], [frum.pus]

Offline

#3 2006-03-07 21:14:03

Ethilien
Member
From: Parker, CO
Registered: 2005-09-21
Posts: 36
Website

Re: Mounting a USB hard disk [SOLVED]

Oh, whoops, I didn't notice that the device for the fat filesystem was actually /dev/sda5 (thank goodness for gparted). When I ran your command for that device, it worked smile

Thanks for the help big_smile


-Connor McKay

"He is no fool who gives what he cannot keep to gain what he cannot lose" - Jim Elliot

Offline

#4 2006-03-07 21:24:56

Ethilien
Member
From: Parker, CO
Registered: 2005-09-21
Posts: 36
Website

Re: Mounting a USB hard disk [SOLVED]

I've added a wiki entry with instructions on how to do this. I'm not sure if there is an easier way, than installing gparted, to find out the disk's structure, so any input is welcome big_smile

http://wiki.archlinux.org/index.php/USB_Hard_Disk


-Connor McKay

"He is no fool who gives what he cannot keep to gain what he cannot lose" - Jim Elliot

Offline

#5 2006-03-08 06:12:19

Moo-Crumpus
Member
From: Hessen / Germany
Registered: 2003-12-01
Posts: 1,487

Re: Mounting a USB hard disk [SOLVED]

cfdisk and brain, maybe wink


Frumpus addict
[mu'.krum.pus], [frum.pus]

Offline

Board footer

Powered by FluxBB