Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # mount -o rw,remount /dev/sdax
- #umount /dev/sda4
- #mkdir /windows
- #ntfs-3g /dev/sda4 /windows
- there was a compile error in secaudit.c file of ntfs-3g directory i corrected that and installed it again
- here are the steps i have followed, this will be usefull to anyone, you will get following listed errors when you trying to make the files
- secaudit.c:262:24: error: attr/xattr.h: No such file or directory
- secaudit.c: In function ‘showmounted’:
- secaudit.c:5033: warning: implicit declaration of function ‘getxattr’
- make[2]: *** [ntfs_3g_secaudit-secaudit.o] Error 1
- make[2]: Leaving directory `/media/MEDIA/Linux/ntfs-3g-2009.11.14/src'
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory `/media/MEDIA/Linux/ntfs-3g-2009.11.14'
- make: *** [all] Error 2
- you have to replace the line 262 with
- #include <sys/xattr.h>
- and you should have installed libattr library
- On suse yast ntfs-3g
- http://swerdna.dyndns.org/susentfs.html
- https://www.suse.com/documentation/sles11/singlehtml/book_sle_admin/book_sle_admin.html
- http://www.linuxquestions.org/questions/suse-novell-60/mount-windows-drive-in-suse-10-1-a-494316/
- #fdisk -l OR #/sbin/fdisk -l
- #su
- password:
- #mount -t ntfs /dev/sda1 /media/some_folder* (Assuming FAT32 is the filesystem of windows)
- /dev/sda1 /media/some_folder vfat auto,exec,umask=0000 0 0
- http://robertbeal.com/528/mount-ext3-in-windows-7-x64
- "submitted thread to suse forum:"
- https://forums.opensuse.org/english/get-technical-help-here/applications/488163-unable-mount-ntfs-partition.html
- https://forums.suse.com/showthread.php?2897-Unable-to-Mount-NTFS-partition
- Dooble:http://sourceforge.net/projects/dooble/files/Version%201.43/
- rekonq:http://sourceforge.net/projects/rekonq/?source=recommended
- Nuke Browser:http://sourceforge.net/projects/nuketechbrowser/?source=recommended
- http://pdfcrowd.com/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement