LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to mount the Hard disk (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-mount-the-hard-disk-427869/)

ariestruong 03-23-2006 10:06 PM

How to mount the Hard disk
 
Hi!
I use Fedora 5 and WinXP, I have 4 partitions
I want mount partitions to read, write, delete their contents and always start when Linux run as Windows
Please help me. Thank You

b0nd 03-23-2006 10:10 PM

hi,
read the article

http://www.gnulinuxclub.org/index.ph...d=38&Itemid=31

regards

novice06 03-24-2006 02:38 AM

test
 
hi,

#mount /dev/hda1 /mnt/win

check your windows partition
hda1 is sample only.

create /mnt/win directory.


After that u can access windows partiton

:newbie:

pixellany 03-24-2006 08:20 AM

Quote:

Originally Posted by ariestruong
Hi!
I use Fedora 5 and WinXP, I have 4 partitions
I want mount partitions to read, write, delete their contents and always start when Linux run as Windows
Please help me. Thank You

What are the partitions? Posting output of fdisk -l will give us this.

The second sentence does not make sense. Can you restate what you are trying to do?

b0nd 03-24-2006 10:32 AM

Quote:

Originally Posted by pixellany
What are the partitions? Posting output of fdisk -l will give us this.

The second sentence does not make sense. Can you restate what you are trying to do?

i think he is talking about that all the rw (NTFS terror) permissions for that mounted drives and the permanent entry in /etc/fstab.

regards

pixellany 03-24-2006 12:07 PM

Quote:

Originally Posted by ruudra
i think he is talking about that all the rw (NTFS terror) permissions for that mounted drives and the permanent entry in /etc/fstab.

regards

What is "NTFS terror"??
Sounds like a plague or something that was unleashed on the computing world.......;)

b0nd 03-24-2006 12:39 PM

Quote:

Originally Posted by pixellany
What is "NTFS terror"??
Sounds like a plague or something that was unleashed on the computing world.......;)

some linux distros doesn't have the option of "read" access to NTFS partition. Kernel has to be compiled for that.
those which have (and the compiled ones) still don't have "secure" write option for NTFS. And obviously i'm not telling you this b'coz i know u know all these things better than me.
So won't it be a "terror" kinda thing for newbies. "kernel compilation" itself is a challenging task for them.

regards

pixellany 03-24-2006 02:11 PM

Quote:

Originally Posted by ruudra
And obviously i'm not telling you this b'coz i know u know all these things better than me.

regards

Au contraire........I know very little. What I hope to do is to learn something from every thread.

In this case, the OP needs to check in and clarify what he is trying to do.....

ariestruong 03-24-2006 09:26 PM

I mount ok but I can't move, copy, delete, rename files

mount /dev/hdb5 -t auto /mnt/BackUp

If I log in as root I can rename, copy but I log in user I only can read. Please help me

pixellany 03-25-2006 12:11 AM

Quote:

Originally Posted by ariestruong
I mount ok but I can't move, copy, delete, rename files

mount /dev/hdb5 -t auto /mnt/BackUp

If I log in as root I can rename, copy but I log in user I only can read. Please help me

Then you need to change the permissions... If I remember correctly, the permissions of the mount point is what counts. What is the result of "ls -l /mnt?


All times are GMT -5. The time now is 04:34 AM.