I am using 12.1 which was installed on a sata drive while my 2 Windows sata drives were disconnected, as i did not want the boot changed on the Windows OS drive, and would rather just use the keyboard option to choose which drive to boot from (F8 key on this Sony PC, while most others seem to be F12) at boot.
I understand that OpenSuse by default does not give full R/W rights to such as part of the level of security it enables, but i want it to auto mount and give full R/W rights. Besides wanting more speed, presently LibreOffice cannot save files to those drives.
Here are all the drives via the sudo /sbin/fdisk -l command:
/dev/sdb1 * 2048 81326079 40662016 f W95 Ext’d (LBA)
/dev/sdb2 81326080 160086015 39379968 7 HPFS/NTFS/exFAT
/dev/sdb5 4096 4208639 2102272 82 Linux swap / Solaris
/dev/sdb6 4210688 35053567 15421440 83 Linux
/dev/sdb7 35055616 81326079 23135232 83 Linux
I I did some research on this, and read here HowTo Mount NTFS Filesystem Partition Read Write Access in openSUSE that i need to add these drives to the fstab file, but it is not clear enough to me just how, as i do not want to bork the boot, though i do have a backup file. Here is the present ftab file:
dev/disk/by-id/ata-Maxtor_6L080M0_L23WQ79G-part5 swap swap defaults 0 0
/dev/disk/by-id/ata-Maxtor_6L080M0_L23WQ79G-part6 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-Maxtor_6L080M0_L23WQ79G-part7 /home ext4 defaults 1 2
/dev/disk/by-id/ata-Maxtor_6L080M0_L23WQ79G-part2 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/usb-ADATA_USB_Flash_Drive_12109090614802D9-0:0-part1 /windows/D vfat users,gid=users,umask=0002,utf8=true,nofail 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
I understand i should change the end of the next to last entry (6L080M0_L23WQ79G-part2 /windows/C) from users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 to defaults,locale=en_US.UTF-8 (leaving to the two greyed out zeros alone i guess), but what lines should i precisely add after the ADATA_USB_Flash_Drive:
Or is there a way to just right click on the drive and change permissions (as you would think)? I did try but the file manager superuser just hangs.
Thanks.