This is what I get:
If ‘proc’ is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf proc
dhinds@cmgx58i7:~> sysfs /sys sysfs noauto 0 0
If ‘sysfs’ is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf sysfs
dhinds@cmgx58i7:~> debugfs /sys/kernel/debug debugfs noauto 0 0
Absolute path to ‘debugfs’ is ‘/sbin/debugfs’, so running it may require superuser privileges (eg. root).
dhinds@cmgx58i7:~> usbfs /proc/bus/usb usbfs noauto 0 0
If ‘usbfs’ is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf usbfs
dhinds@cmgx58i7:~> devpts /dev/pts devpts mode=0620,gid=5 0 0
If ‘devpts’ is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf devpts
So, I can see that you are simply lost and don’t understand anything that has been written here. Let me start off with more detail. Nothing in your fstab configuration file is intended to be typed into a terminal session, none of it.
The configuration file we call fstab exists in the folder called etc and is represented by a /etc. The fstab file is a text file which is read on startup of your openSUSE computer. It tells the openSUSE kernel or operating system what hard disk partitions exist and to what folder name they are to be mounted. There is additional information in this file as well, but its not important to you right just what that does.
It was my suggestion that you edit the fstab configuration text file using gedit. I selected the text file gedit becuase you said you were using the desktop called GNOME. Further, in order to edit the fstab configuration text file, you must do so with root (read administrator) authority or privilege. In order to edit the fstab configuration text file, you will need to be root. You do that by using the GNOME command called gnomesu which when run requests the root user password.
Finally, I suggested that you could combine these commands and the name of the configuration file by pressing the two keyboard keys together Alt (on the bottom row of your keyboard in the third position) and the F2 key (on the top row in the third (or second depending on the esc key). When you press Alt and then F2, a small command windows opens from where you can type some commands. These commands do not and should not open up a terminal session.
So, in the Alt-F2 windows you type in the command: gnomesu gedit /etc/fstab and press the enter key. You should see a request to enter the root user password. If you enter the correct one, a text editor will open and it will contain the text from your fstab file.
Now, I was suggesting that you change the text only on the six lines that represent the six NTFS partition disks such that you will change ONLY the text that says users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 to the single word defaults. You will do this six time for only the NTFS partitions and then you are going to safe the file. You are going to exit the gedit text editor and then you are going to restart your computer. This is what it looks like befoire the edit:
/dev/disk/by-id/ata-WDC_WD7500AYYS-01RCA0_WD-WCAPT0548920-part8 swap swap defaults 0 0
UUID=33354c82-ca82-4a78-94d6-f6c8abfaa44e / btrfs defaults 1 1
/dev/disk/by-id/ata-WDC_WD7500AYYS-01RCA0_WD-WCAPT0551284-part1 /boot ext4 acl,user_xattr 1 2
UUID=f787327e-e137-4c67-9b8f-6eff9dc6d88f /home btrfs defaults 1 2
/dev/disk/by-id/ata-WDC_WD7500AYYS-01RCA0_WD-WCAPT0548920-part3 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-WDC_WD7500AYYS-01RCA0_WD-WCAPT0548920-part5 /windows/D ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-WDC_WD7500AYYS-01RCA0_WD-WCAPT0548920-part6 /windows/E ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-WDC_WD7500AYYS-01RCA0_WD-WCAPT0551284-part5 /windows/F ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-WDC_WD7500AYYS-01RCA0_WD-WCAPT0551284-part6 /windows/G ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-WDC_WD7500AYYS-01RCA0_WD-WCAPT0551284-part7 /windows/H ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
And this is it after the edit:
/dev/disk/by-id/ata-WDC_WD7500AYYS-01RCA0_WD-WCAPT0548920-part8 swap swap defaults 0 0
UUID=33354c82-ca82-4a78-94d6-f6c8abfaa44e / btrfs defaults 1 1
/dev/disk/by-id/ata-WDC_WD7500AYYS-01RCA0_WD-WCAPT0551284-part1 /boot ext4 acl,user_xattr 1 2
UUID=f787327e-e137-4c67-9b8f-6eff9dc6d88f /home btrfs defaults 1 2
/dev/disk/by-id/ata-WDC_WD7500AYYS-01RCA0_WD-WCAPT0548920-part3 /windows/C ntfs-3g defaults 0 0
/dev/disk/by-id/ata-WDC_WD7500AYYS-01RCA0_WD-WCAPT0548920-part5 /windows/D ntfs-3g defaults 0 0
/dev/disk/by-id/ata-WDC_WD7500AYYS-01RCA0_WD-WCAPT0548920-part6 /windows/E ntfs-3g defaults 0 0
/dev/disk/by-id/ata-WDC_WD7500AYYS-01RCA0_WD-WCAPT0551284-part5 /windows/F ntfs-3g defaults 0 0
/dev/disk/by-id/ata-WDC_WD7500AYYS-01RCA0_WD-WCAPT0551284-part6 /windows/G ntfs-3g defaults 0 0
/dev/disk/by-id/ata-WDC_WD7500AYYS-01RCA0_WD-WCAPT0551284-part7 /windows/H ntfs-3g defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
And that is it. I really don’t think I can be any more clear on what you should do. We do not need to open any terminal session to perform this modification.
Thank You,