Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

i cannt enter my partitions

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
sameeer_45
Posts: 4
Joined: 2009-12-13 18:59

i cannt enter my partitions

#1 Post by sameeer_45 »

i can not enter to my partition

when i try that thing , i got this message:

1- Invalid mount option when attempting to mount the volume.

2 - You are not privileged to mount this volume.

first message it is about entering (( Windows OS partition )) (( NTFS ))

second message it is about entering other partiton with (( FAT32 ))

smallchange
Posts: 1740
Joined: 2009-05-04 15:56
Been thanked: 1 time

Re: i cannt enter my partitions

#2 Post by smallchange »

We need to see the commands you ran. Copy them letter for letter. The first problem is probably a syntax error and the second probably because you did not run it as root.

User avatar
nadir
Posts: 5961
Joined: 2009-10-05 22:06
Location: away

Re: i cannt enter my partitions

#3 Post by nadir »

hi,
you got ntfs-3g installed? how do you try to mount it, from nautilus?
btw: pmount is a good choice if you want to mount as a user.

post the output of

Code: Select all

su
fdisk -l
and the content of /etc/fstab
"I am not fine with it, so there is nothing for me to do but stand aside." M.D.

sameeer_45
Posts: 4
Joined: 2009-12-13 18:59

Re: i cannt enter my partitions

#4 Post by sameeer_45 »

when i got that messages i install

libntfs10
library that provides common NTFS access functions (( from SYNAPTIC ))

libntfs-3g31
ntfs-3g filesystem in userspace (FUSE) library

libparted1.8-10
The GNU Parted disk partitioning shared library

ntfs-3g
read-write NTFS driver for FUSE

ntfsprogs
tools for doing neat things in NTFS partitions from Linux

parted
The GNU Parted disk partition resizing program

testdisk
Partition scanner and disk recovery tool

all fo that PAK are installed from SYNA


but the problem is still

User avatar
nadir
Posts: 5961
Joined: 2009-10-05 22:06
Location: away

Re: i cannt enter my partitions

#5 Post by nadir »

have you tried something like:

Code: Select all

mount -t ntfs-3g /dev/sda1 /mnt/windows
with sda1 and mnt/windows adapted to your situation.

http://linux.die.net/man/8/mount.ntfs-3g
"I am not fine with it, so there is nothing for me to do but stand aside." M.D.

sameeer_45
Posts: 4
Joined: 2009-12-13 18:59

Re: i cannt enter my partitions

#6 Post by sameeer_45 »

look nadir

i dont care about Windows partition

all my care is about how to enter my files in other partition FAT32

so please help

User avatar
nadir
Posts: 5961
Joined: 2009-10-05 22:06
Location: away

Re: i cannt enter my partitions

#7 Post by nadir »

try something like:

Code: Select all

mount -t vfat /dev/sda1 /home/your_name/data
replace sda1according to the output of fdisk -l; replace your_name and create a mount point (for example data) before you mount and create it as user.
as said: check for pmount ( i don`t use it, but i think its the better option) and try to give more info. good luck.
"I am not fine with it, so there is nothing for me to do but stand aside." M.D.

sameeer_45
Posts: 4
Joined: 2009-12-13 18:59

Re: i cannt enter my partitions

#8 Post by sameeer_45 »

is there any way to enter the FAT32 as ROOT and make a permission for others user to enter it from there account

User avatar
mojoman
Posts: 598
Joined: 2006-10-15 18:43
Contact:

Re: i cannt enter my partitions

#9 Post by mojoman »

sameeer_45 wrote:is there any way to enter the FAT32 as ROOT and make a permission for others user to enter it from there account
I think just setting the right permissions on the mount point should suffice. That's how I do it on my external USB-HDD, though I mount it from the /etc/fstab file.
http://www.debianuserforums.org
By the community. For the community.

Post Reply