I do not use Windows any more and have not actually had the issue but it may be worth a look at
/boot/defaults/loader.conf
Actually, here is what the section looks like:
|
Code:
|
##############################################################
### Filesystem and related modules #########################
##############################################################
# Filesystems
cd9660_load="NO" # ISO 9660 filesystem
coda_load="NO" # CODA filesystem
fdescfs_load="NO" # Filedescriptors filesystem
linprocfs_load="NO" # Linux compatibility process filesystem
msdosfs_load="NO" # FAT-12/16/32
nfsclient_load="NO" # NFS client
nfsserver_load="NO" # NFS server
ntfs_load="NO" # NTFS
nullfs_load="NO" # Null filesystem
portalfs_load="NO" # Portal filesystem
procfs_load="NO" # Process filesystem
#umapfs_load="NO" # User-id map filesystem
unionfs_load="NO" # Union filesystem |
Notice about half way down, just after NFS server. That can be changed to
ntfs_load="YES" Basicly, this is read at boot time and loads as appropriate. Remember, this is just a suggestion and use if you want to, not because I said. :shock: I do not mind if I screw up, because I learn that way. Good luck.
Edit: You have to use a terminal with
su in order to edit this.
IE: edit /boot/defaults/loader.conf or you can try
kedit or
kate instead of
edit, if you have them installed.
|
Originally Posted by Garuda
|
hi all,
i've tried to mount ntfs file system in fstab, but i'don't understand how..
can you help me?
normally in console i've used mount_ntfs command, it works.. can I load ntfs partition on startup?
regards,
G.
|