My first install

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
RheinholdsMonkey
Level 1
Level 1
Posts: 12
Joined: Tue Apr 03, 2007 3:29 pm

My first install

Post by RheinholdsMonkey »

Install went very smooth Bianca
nice clean....everything detected
choose a clean install on a 160 gig drive and let it do it thing

not familiar with gnome..but used KDE since early days of Mandrake
not really technical just a user...tried lots of distros over the years

Impressions.....
very cool and excellent work...

but a need a little help
I have a second Harddrive slaved...the partition manger sees it
I want to copy the data off it to the primary drive
so I can format it and use it under Bianca...

how do I mount the drive...I cant remember what distro was on the drive
but it wouldn't have been M$ as I have been fat free since the halloween papers....
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
NiksaVel
Level 5
Level 5
Posts: 782
Joined: Wed Feb 28, 2007 4:06 am
Location: Croatia
Contact:

Post by NiksaVel »

first create a directory, preferably in your home directory and call it however you want, i.e. backuphdd

so this will be:

Code: Select all

/home/yourusername/backuphdd

than take a look at what is the name of the hdd partition you want to mount (you can see this in partition editor, i.e. gparted)...

let's call it hdb1


you will mount hdb1 in the previously created directory with the following command:

Code: Select all

sudo mount /dev/hdb1 /home/yourusername/backuphdd


I think I got that right :)


If you want to have it permanantly mounted at boot time, than you need to edit your fstab (/etc/fstab)


If you need to mount windows partitions, here is how:
http://easylinux.info/wiki/Ubuntu_Edgy#Windows
Locked

Return to “Other topics”