Mounting xfs partition in fstab...[Scanned]

Justin Piszcz jpiszcz at lucidpixels.com
Sun Jun 25 10:15:16 UTC 2006


On Sun, 25 Jun 2006, Chris Bradford wrote:

> Ok, that worked, but will it remember that after a reboot?
>
> Thanks :)
>
> Justin Piszcz wrote:
>> 
>> 
>> 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
>> 
>> 
>
> -- 
> fedora-list mailing list
> fedora-list at redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>

As long as its in your fstab after you've ran those commands, it should.




More information about the fedora-list mailing list