PDA

View Full Version : do not have permision in su mode. and NTFS dont mount


dauragon-mikado
15th August 2007, 06:32 AM
Hi
before i start to explain anything i should say that im a newbie.

i had installed NTFS, it was mounting just fine at the start up.
but now i get errors. so i tried to remount the NTFS drives.

when i tried to look for hard drives in my shell this is what happened.

[root@localhost ali]# /etc/fstab
bash: /etc/fstab: Permission denied


anyways i looked up the name of the drive (in this case hdb5) from the logical volume management and tried to mount the drive again.


[root@localhost ali]# mount -t ntfs -o nls=utf8 /dev/hdb5 /mnt/c
fusermount: mount failed: Device or resource busy
FUSE mount point creation failed
Unmounting /dev/hdb5 ()


could these two errors be caused by the same thing?
does any one have any idea on what is going on?

markkuk
15th August 2007, 10:36 AM
when i tried to look for hard drives in my shell this is what happened.

[root@localhost ali]# /etc/fstab
bash: /etc/fstab: Permission denied

/etc/fstab isn't a program, it's a configuration file. Use "more /etc/fstab" if you want to read its contents, or open it in your favorite text editor to change it.



[root@localhost ali]# mount -t ntfs -o nls=utf8 /dev/hdb5 /mnt/c
fusermount: mount failed: Device or resource busy
FUSE mount point creation failed
Unmounting /dev/hdb5 ()


Looks like the partition is already mounted. Give the command "mount" without any parameters to see the list of mounted filesystems.