You are not logged in.

#1 2011-04-10 02:58:55

petertosh
Member
Registered: 2011-03-09
Posts: 11

How to Mount External Hard Drive

Hey guys, i have a drive that i need to get some files from, but its not mounting. i think i remember reading something about a module or daemon that i might need (maybe?). i have the usbutils and such installed and still cant seem to get it to mount. greatly appreciate some assistance.

cheers

Offline

#2 2011-04-10 03:38:44

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: How to Mount External Hard Drive

what filesystem is the drive?


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#3 2011-04-10 03:51:35

petertosh
Member
Registered: 2011-03-09
Posts: 11

Re: How to Mount External Hard Drive

fat32 i think

Offline

#4 2011-04-10 03:53:10

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: How to Mount External Hard Drive

What command are you using to mount it? Is this an external drive or internal?

If internal, is it listed in fstab? if external, have you looked into udev rules or udisks, including scripts like udiskie, devmon ?

If somebody is to help you, you need to provide more information than what you have. please be sure about things like what filesystem you have on the drive and things of those nature. Those things are important for people to help you.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#5 2011-04-10 08:20:25

broken pipe
Member
Registered: 2010-12-10
Posts: 238

Re: How to Mount External Hard Drive

are u using any desktop enviroment like gnome or kde? automounting should work there otherwise there are many other ways to mount it automatically and manual:

i assume /dev/sdb1 is the drive/partition you want to mount; /mnt/point can be elsewhere but it has to be created before you mount the device

exec as root: mount /dev/sdb1 /mnt/point

if you want to mount it as user, the most clean way is imo using pmount (pacman -S pmount):
pmount /dev/sdb1   (you can access the drive now under /media/sdb1; umount it with pumount /media/sdb1)

Offline

Board footer

Powered by FluxBB