SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Slackware 12.1 includes ntfs-3g and FUSE by default, so you can mount NTFS partitions. Do a search in the forums for "ntfs-3g" and you should find plenty of information. As for the FAT32 partition, that should be a no-brainer. See `man mount` and `man fstab` for more information.
FAT32 = vfat
I have a special group called crossover (gid 102) that I allow to have full perms to certain partitions such as this one.
The umask makes all the perms rwx for owner (root) and group (crossover) with no perms for others. owner, user, and uid are also useful options to look into.
Similar to the last, but NTFS = ntfs-3g and as said before uses NTFS-3G (which makes use of fuse).
I choose not to have my Windows partition mounted automatically, so noauto is used.
Do keep in mind that NTFS-3G does not allow you to set sane perms for Windows! Any new files you create will have perms for 'Everyone'. If this matters to you (ie. its a shared computer), my suggestion to you is to set perms on the main folder(s) of the partition in Windows and then have the files and folders underneath inherit perms. Using a methodology like this you can still have some sane permissions in Windows for a shared computer.
This is not a shared computer (just my computer at home). So, there exist two users: Root and my user. I want to let both full access to win partitions.
I don't have any floppy disk. So, can I comment that line?
Thanks.
Glore2002.-
This is not a shared computer (just my computer at home). So, there exist two users: Root and my user. I want to let both full access to win partitions.
I don't have any floppy disk. So, can I comment that line?
Thanks.
Glore2002.-
Yes, you can just comment out or delete the floppy line, but it doesn't hurt anything being there either.
umask=000, as you have on your ntfs-c partition will give rwx perms to everyone. dmask and fmask can be used to mask perms on directories and files, respectively.
Really, you just need to go through the options in man mount and see what you want (particularly under the -o option section and the Mount options for fat section).
Since the computer is just for your I suggest using the uid option for your FAT32/NTFS mounts.
Also make sure you created your mount point directories (/fat32-d /ntfs-c) before using them. It is standard to place them under /mnt, but you can put them pretty much where ever you like.
umask=000 did the trick. Now I can access my win partitions.
Glore2002.-
I'm glad you are happy with it You can share more than data by the way. You can share things such as platform independent binaries (java programs, dos programs with dosbox, roms, etc). You can also share your firefox profile, thunderbird mail, and other stuff between Windows and Linux.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.