Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
how to access local drive using a live cd
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
jeisma
n00b
n00b


Joined: 11 Jan 2006
Posts: 3

PostPosted: Wed Jan 11, 2006 9:50 am    Post subject: how to access local drive using a live cd Reply with quote

hello!

how do you access local drive using a live cd?

thanks!
Back to top
View user's profile Send private message
brik
n00b
n00b


Joined: 23 Dec 2005
Posts: 1

PostPosted: Wed Jan 11, 2006 10:01 am    Post subject: Reply with quote

man mount
Back to top
View user's profile Send private message
Sven Vermeulen
Retired Dev
Retired Dev


Joined: 29 Aug 2002
Posts: 1345
Location: Mechelen, Belgium

PostPosted: Wed Jan 11, 2006 10:20 am    Post subject: Reply with quote

You'll find the basic information in the gentoo handbook.

Basically, each device has its own device file in /dev. IDE hard disks (except SATA ones) are called /dev/hd# with # being an alfabetic character starting from a (primary master) going to b (primary slave), c (secundary master), etc. SCSI disks and most SATA ones are called /dev/sd# with a similar naming convention.

Partitions on the disk are named after the disk with an additional number. For instance, /dev/hda1 is the first primary partition on the first disk.

But I'm reiterating what the handbook sais...
_________________
Please add "[solved]" to the initial topic title when it is solved.
Back to top
View user's profile Send private message
jeisma
n00b
n00b


Joined: 11 Jan 2006
Posts: 3

PostPosted: Wed Jan 11, 2006 10:40 am    Post subject: Reply with quote

hi guys!

thank you for the tips.

now i can access my local ntfs drive. i want to move some files from thru the network. i tried ftp / telnet from the command line. but got command not found. how would i move files off my local drive then? (this is a vmware guest os running win2k3 which after running sp1 suddenly wont boot!).

thanks everyone!
Back to top
View user's profile Send private message
Sven Vermeulen
Retired Dev
Retired Dev


Joined: 29 Aug 2002
Posts: 1345
Location: Mechelen, Belgium

PostPosted: Wed Jan 11, 2006 12:49 pm    Post subject: Reply with quote

You can't write to an NTFS.

To copy files from one disk to another:

Assume that the drivers are mounted at /mnt/part1 and /mnt/part2, then to copy files over is as simple as using the cp command:

Code:

~# cp /mnt/part1/path/to/file /mnt/part2/path/to/destination

_________________
Please add "[solved]" to the initial topic title when it is solved.
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Wed Jan 11, 2006 6:17 pm    Post subject: Reply with quote

Moved from Installing Gentoo to Duplicate Threads.
moved in favour of https://forums.gentoo.org/viewtopic-t-345095.html
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum