View previous topic :: View next topic |
Author |
Message |
MrGutis n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 28 Jan 2005 Posts: 56
|
Posted: Sat Jul 16, 2005 5:50 pm Post subject: [SOLVED]mount /mnt/hdd (ntfs)cannot access |
|
|
Hello,
I have mounted mine windows partition ntfs. Let it be on /mnt/hdd. All is ok if I use root. I can mount/umount and access it. But as I log out from root and use general user I can mount/umount but no access:
Quote: | user@durdom ~ $ cd /mnt/hdd
bash: cd: /mnt/hdd: Permission denied |
My fstab for that line looks like it:
Code: | /dev/hdb5 /mnt/hdd ntfs noauto,user 0 0 |
_________________ Help me identify my destiny
Last edited by MrGutis on Sun Jul 17, 2005 6:40 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Vitaliy Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/705067742470ad187ae704.png)
Joined: 06 Apr 2004 Posts: 451 Location: Brooklyn, NY
|
Posted: Sat Jul 16, 2005 6:09 pm Post subject: |
|
|
Code: | /dev/hdb5 /mnt/hdd ntfs users,rw,uid=1000 0 0 |
Try that. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gentoo_dude l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Simpsons/Simpsons_-_Homer.jpg)
Joined: 08 May 2004 Posts: 645 Location: Washington, DC
|
Posted: Sat Jul 16, 2005 6:15 pm Post subject: |
|
|
Usually ntfs, netware devices are difficult cu mount as user, if possible. Also, that auto, will help if you try to mount the device using konqueror or other file manager, otherwise you cannot have access to the drive as regular user, just superuser. That is what I learned to deal with after few years spending with linux. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
MrGutis n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 28 Jan 2005 Posts: 56
|
Posted: Sun Jul 17, 2005 6:39 am Post subject: |
|
|
Vitaliy wrote: | Code: | /dev/hdb5 /mnt/hdd ntfs users,rw,uid=1000 0 0 |
Try that. |
Hey it helped! Thank You very much! ![Razz :P](images/smiles/icon_razz.gif) _________________ Help me identify my destiny |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ajburlet n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 08 Oct 2004 Posts: 43
|
Posted: Thu Jul 21, 2005 7:42 pm Post subject: |
|
|
Is it safe to write in a ntfs partition? I read somewhere that it is not recommended. Has anyone had a problem with that? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Vitaliy Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/705067742470ad187ae704.png)
Joined: 06 Apr 2004 Posts: 451 Location: Brooklyn, NY
|
Posted: Thu Jul 21, 2005 8:43 pm Post subject: |
|
|
ajburlet wrote: | Is it safe to write in a ntfs partition? I read somewhere that it is not recommended. Has anyone had a problem with that? |
It is not safe. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ajburlet n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 08 Oct 2004 Posts: 43
|
Posted: Thu Jul 21, 2005 11:20 pm Post subject: |
|
|
Vitaliy wrote: | ajburlet wrote: | Is it safe to write in a ntfs partition? I read somewhere that it is not recommended. Has anyone had a problem with that? |
It is not safe. |
What kinds of problems may arise? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
katsiki Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/The Jetsons/cartoon_the_jetsons_rosie.gif)
Joined: 14 Jun 2005 Posts: 233 Location: Pasadena, CA (USA)
|
Posted: Sun Jul 24, 2005 7:28 pm Post subject: |
|
|
It might be helpful to view, /usr/src/linux/Documentation/filesystems/ntfs.txt and the links referenced by this doc. So does this mean it shouldn't be mounted as rw, but as ro? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
katsiki Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/The Jetsons/cartoon_the_jetsons_rosie.gif)
Joined: 14 Jun 2005 Posts: 233 Location: Pasadena, CA (USA)
|
Posted: Sun Jul 24, 2005 7:40 pm Post subject: |
|
|
This looks old, but maybe it is still relevant today. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|