Mounting xfs partition in fstab...[Scanned]

Justin Piszcz jpiszcz at lucidpixels.com
Sun Jun 25 10:08:46 UTC 2006



On Sun, 25 Jun 2006, Chris Bradford wrote:

> Hey guys,
>
> I've got a drive here which is xfs and I need to be able to give write access 
> to it to users other than root. How can I do this? The uid & gid options are 
> not accepted via fstab.
>
> Cheers,
>
> -Chris
>
>
> This message has been scanned for viruses by BlackSpider MailControl - 
> www.blackspider.com
>
> -- 
> fedora-list mailing list
> fedora-list at redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>

Mount it and assign appropriate permissions?

mount /dev/hda1 /mnt
chown root:root /mnt
chmod 1777 /mnt





More information about the fedora-list mailing list