mounting windows drives

hi I belive hav have just mounted my unused 30gig partion i use in windows and i beleve have mounted it as hda5 mount /dev/hda5 /mnt/hda5 it dosent say anything after just goes to another command line.

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar34.webp

29 Posts
Location -
Joined 2005-01-04
hi
 
I belive hav have just mounted my unused 30gig partion i use in windows and i beleve have mounted it as hda5
 
mount /dev/hda5 /mnt/hda5
 
it dosent say anything after just goes to another command line.
 
when i look at the properties on the /mnt/hda5 folder it says its about 30gig so i figure ive done it right
 
but what i would like to know is how do i copy files etc to this folder because when i copy and paste to the folder it just coms up with an error saying:-
 
Access denied
Could not write to /mnt/hda5/(filename)
 
can anyone help???
 
thanks
 
Matthew
 

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar19.webp

23 Posts
Location -
Joined 2005-02-06
You Need to Set The File Permissions...
 
Go into the /mnt/ Folder, right click on hda5 and then there should be somthing about permissions there.
 
 
Thats in FC3... but if you're using Gentoo or mandrake or smothing... try googleing it.
 
 
Cheers,
 
Jim

data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
The easy way out in Fedora...go to the start menu-->System tools-->file Manager-Superuser mode.
 
This will give you direct rights to mount and transfer any files from any partition, as long as it is mounted.
 
Remember, you mounted the drive a root, so it needs root privileges to access the drive.

data/avatar/default/avatar09.webp

175 Posts
Location -
Joined 2004-01-25
You can assing your hard drive to be mountable by different groups in the fstab...for example:
/dev/hda5 /mnt/hda5 ext3 defaults,users 0 0
That line if added to your fstab will mount the /dev/hda5 drive automatically on boot up. It is configured for an ext3 system. It allows all "users" which is a group, to access the drive freely.
(I am at school at the moment so not sure if that is perfect syntax, but should get yuo going!)
Daum