LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to permanently mount wondows files in fedora 6 (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-permanently-mount-wondows-files-in-fedora-6-a-608555/)

av.dubey 12-22-2007 08:26 AM

how to permanently mount wondows files in fedora 6
 
can ne one tell me how to do permanent mounting of windows files in my fedora 6 linux so that i need not to type mount commands

i have already done this in my /etc/fstab

/dev/hda1 /windows/C ntfs-3g silent,umask=0002,utf8=true
/dev/hda5 /windows/D ntfs-3g silent,umask=0002,utf8=true
/dev/hda6 /windows/E ntfs-3g silent,umask=0002,utf8=true
/dev/hda7 /windows/F vfat auto,noexec,quiet,umask=0000 0 0



but every time when i reboot my system i see a mess during starting of linux that mounting failed cause permission denied ...

my c,d, and e drives r in ntfs format and f drive is fat32 type....
i don know the reason but only f drive is automounted but not others..

waitin for reply

Lenard 12-22-2007 09:06 AM

Hmmm........... something does not look quite right, as a suggestion try;

/dev/hda1 /windows/C ntfs-3g auto,users,uid=0,gid=500,umask=000,rw 0 0

av.dubey 12-22-2007 09:32 AM

i tried this ...but its still not working....

now too m getting permission denied when i reboot

jschiwal 12-22-2007 09:42 AM

Do a quick check to see if the fuse module is loaded. If you want these filesystems to be mounted when you boot up, the fuse module needs to be already loaded.

Can you mount them manually using your /etc/fstab entries, as in "sudo mount /windows/C".

av.dubey 12-22-2007 10:30 PM

how to see that see whether fuse module is loaded or not.....
i did whereis fuse n got
fuse: /usr/include/fuse.h /usr/include/fuse

so i think its loaded.....not sure abt this....

n regarding manula mounting..m able to do this but i need to do this every time i restart my computer......
i use the commant mount -t ntfs /dev/hda1 /location where i want to load

and m successful

Lenard 12-23-2007 04:59 AM

If you type: mount -t ntfs......... then you are not using fuse and ntfs-3g you are using ntfs there is a difference. What happens when you type: mount /windows/C

Nylex 12-23-2007 06:22 AM

Quote:

Originally Posted by av.dubey (Post 2999352)
how to see that see whether fuse module is loaded or not.....
i did whereis fuse n got
fuse: /usr/include/fuse.h /usr/include/fuse

so i think its loaded.....not sure abt this....

That isn't how to check whether a module is loaded or not. lsmod lists all loaded modules.

av.dubey 12-23-2007 07:19 AM

i checked with command lsmod but i din fine fuse there in the list...
now wat should i do for it

Nylex 12-23-2007 12:53 PM

Load it? Use either modprobe or insmod.

jschiwal 12-23-2007 08:59 PM

Quote:

Originally Posted by av.dubey (Post 2999572)
i checked with command lsmod but i din fine fuse there in the list...
now wat should i do for it

Could you rephrase this in English?


All times are GMT -5. The time now is 05:30 PM.