I save all my documents on my windows partitions (just because Windows can’t read/write ext4 partition).
How I can mount my windows partitions each time I start opensuse (11.3)?
I save all my documents on my windows partitions (just because Windows can’t read/write ext4 partition).
How I can mount my windows partitions each time I start opensuse (11.3)?
Put a line in the filesystem table, a text file called fstab. The instruction you put there will mount the partition. For example if the NTFS is sda3, and you want the files to appear in folder /home/freddie/windowsfiles, then this line will do it:
/dev/sda3 /home/freddie/windowsfiles ntfs-3g defaults 0 0
FFI read this: HowTo Mount NTFS Filesystem Partition Read Write Access in openSUSE