You are not logged in.

#1 2008-05-14 06:18:34

js7319
Member
Registered: 2008-04-21
Posts: 12

how do u mount hard drives

Im booting arch linux on my USB hard drive everything works fine, but just wondering if i can access to my harddrive and transfer files and stuffs.

Is there any way i can access to my main hard drive?

thank you,

Offline

#2 2008-05-14 06:54:09

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,226
Website

Re: how do u mount hard drives

At the command prompt, type fdisk -l which will list all the hard drives, and the partitions on each, in your system.

Once you find the drive you want, you need to make somewhere to mount it, then mount it:

mkdir /media/harddisk1
mount -t ntfs-3g /dev/sda1 /media/harddisk1

(Is it bad if I hit {tab} to try and get bash to auto-complete /media when I was typing it above? neutral)

The above assumes that the partition you want to mount is /dev/sda1 and it is formatted as NTFS.

Let us know what format your hard drive is, or look at 'man mount' to find other types.

Oh, and you'll need to be root for some of those commands smile

Offline

#3 2008-05-14 16:15:28

ronandi
Member
From: US
Registered: 2008-04-26
Posts: 65

Re: how do u mount hard drives

You could also install HAL to automount your drives when you connect them to your computer. Follow the directions at http://wiki.archlinux.org/index.php/HAL

Last edited by ronandi (2008-05-14 16:18:11)


Mobo:Gigabyte Technology Co., Ltd. GA-P35-DS4 Rev. 2.0 // Processor:Intel(R) Core(TM)2 Quad CPU Q6600 @ 3 GHz
Memory:Crucial Ballistix PC2-8500 (DDR2-1066) 2046MB RAM
Video Card: MSI NVIDIA GeForce 8800 GTS 512 (G92) 730mhz Sound Card: ASUS Xonar Essence STX Headphones: Sennheiser HD555
Openbox & PyPanel

Offline

Board footer

Powered by FluxBB