Maerskian
Sun Oct 25, 2015 6:44:54 pm
Hi again ^__^
Bought a new 3TB Internal (NAS) HDD for my computer recently and just a couple hours ago, finished installing it, creating partitions ( 3 partitions on ext4 ), created 3 directories on /media ( named "Zorin01" , "Zorin02" and "Zorin03" ) and modified the fstab file so the new partitions automount on startup with these lines:
Note: the UUID of this example is just a random copy-paste alphanumeric code for this purpouse, but the actual UUID's works perfectly , and everything else is identical .
After rebooting, these three new partitions automount properly ... but i can't write on any of 'em since i'm not the owner of this machine and don't have permission to write anything there.
On this computer i have:
- One 250 gb SSD with two partitions ( NTFS for Windows 8.1 + ext4 for Zorin 9 )
- One 3TB HDD with three ext4 partitions
PLUS
- The new 3TB HDD with three ext4 partitions
Funny thing is, i used the same lines with my older 3TB HDD and it works without issues... its partitions automount and i can write/read without a single problem .
Any idea as to what could possibly be happening ? Why can i access the first 3TB HDD but not the second one ?
Thanks in advance as always
viewtopic.php?f=5&t=8892
Bought a new 3TB Internal (NAS) HDD for my computer recently and just a couple hours ago, finished installing it, creating partitions ( 3 partitions on ext4 ), created 3 directories on /media ( named "Zorin01" , "Zorin02" and "Zorin03" ) and modified the fstab file so the new partitions automount on startup with these lines:
Note: the UUID of this example is just a random copy-paste alphanumeric code for this purpouse, but the actual UUID's works perfectly , and everything else is identical .
- Code:
UUID=e8b6dfd9-252f-4065-81ee-70e40313e1a5 /media/Zorin01 ext4 errors=remount-ro 0 1
UUID=e8b6dfd9-252f-4065-81ee-70e40313e1a5 /media/Zorin02 ext4 errors=remount-ro 0 1
UUID=e8b6dfd9-252f-4065-81ee-70e40313e1a5 /media/Zorin03 ext4 errors=remount-ro 0 1
After rebooting, these three new partitions automount properly ... but i can't write on any of 'em since i'm not the owner of this machine and don't have permission to write anything there.
On this computer i have:
- One 250 gb SSD with two partitions ( NTFS for Windows 8.1 + ext4 for Zorin 9 )
- One 3TB HDD with three ext4 partitions
PLUS
- The new 3TB HDD with three ext4 partitions
Funny thing is, i used the same lines with my older 3TB HDD and it works without issues... its partitions automount and i can write/read without a single problem .
Any idea as to what could possibly be happening ? Why can i access the first 3TB HDD but not the second one ?
Thanks in advance as always
viewtopic.php?f=5&t=8892