hellknight_mnd
Disciple
Hey guys.. I have currently two distros installed, Arch & Fedora.. Here's the partitioning scheme :-
The swap partition is currently being shared between the two. Rest all the partitions are NTFS.
Now, I've added an entry of of Multimedia to fstab in the following manner :-
The partition gets mounted, but whenever I try to access the contents from Nautilus, it says that you're not authorized.. I've the same username (hellknight) in Arch & Fedora..
In Arch, I did
(I intend to access only the XBMC directory)
But its not working, everytime I boot in either distros, I have to issue the same command again & again..
Code:
/dev/sda7 - ext2 - /boot
/dev/sda8 - ext4 - swap
/dev/sdb9 - ext4 - Arch Linux
/dev/sdb1 - ext4 - Fedora 14
/dev/sdb2 - ext4 - Multimedia
The swap partition is currently being shared between the two. Rest all the partitions are NTFS.
Now, I've added an entry of of Multimedia to fstab in the following manner :-
Code:
/dev/sdb2 /media/Multimedia ext4 defaults 0 1
The partition gets mounted, but whenever I try to access the contents from Nautilus, it says that you're not authorized.. I've the same username (hellknight) in Arch & Fedora..
In Arch, I did
Code:
sudo chown -Rf hellknight /media/Multimedia/XBMC
(I intend to access only the XBMC directory)
But its not working, everytime I boot in either distros, I have to issue the same command again & again..