Welcome, Guest
Username Password: Remember me

Harddisk access wth a live Linux system?
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Harddisk access wth a live Linux system?

Harddisk access wth a live Linux system? 1 year, 1 month ago #31

  • nhklein
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
Hi friends,

I need to access my harddisk from a live Linux distribution (I did boot from a Linux Mint 7 CD), I can see my data, but in the console I get only the Mint prompt.

How can I access (read and write) the harddisk while using the console from a live disribution?

If I use the standard "su -" and password, I am still in the Mint file system and its files - not in the file system on the disk.

Any advice - please also to This email address is being protected from spambots. You need JavaScript enabled to view it. as I do not have access to my computer and write this from outside.

Thanks.


Norbert
This email address is being protected from spambots. You need JavaScript enabled to view it.

Re: Harddisk access wth a live Linux system? 1 year, 1 month ago #32

  • Fred
  • OFFLINE
  • Administrator
  • Posts: 11
  • Karma: 0
Just saw your message (that'll teach me that I need to rss feed to the forum). You need to create a folder and mount your HDD using that folder as the mount point.

The exact command depends on the file system that you HDD is using but is along the lines of :
mount -t filesystem /dev/sdb1 /home/nklein/newfolder

-t is optional and it could work without it.

Fred
  • Page:
  • 1
Time to create page: 0.23 seconds