Skip to main content
Post Closed as "Duplicate" by Ciro Santilli OurBigBook.com, Jeff Schaller, Timothy Martin, Rui F Ribeiro linux
Formatting
Source Link
jasonwryan
  • 74.9k
  • 35
  • 204
  • 232

I'm trying to adapt a tutorial into an easy to use script (  http://qt-project.org/wiki/RaspberryPi_Beginners_guide).

I'm trying to reduce the need for sudo/root as much as possible (preferably, only for the final dddd step).

My questions are:

  1. Can I mount the ext4 file system without sudo/root privsprivileges in any way?

  2. Can I mount it in a way so that users/groups on the FS are ignored in in some way (so I can run make install without sudo)?

The Filesystem is currently mounted loopback from an offset of a file (i.e. -o loop,offset=62914560-o loop,offset=62914560).

This file is the image that will be copied onto the SD card used to boot the Raspberry Pi

Thanks

/Kieran.

I'm trying to adapt a tutorial into an easy to use script (http://qt-project.org/wiki/RaspberryPi_Beginners_guide).

I'm trying to reduce the need for sudo/root as much as possible (preferably, only for the final dd step).

My questions are:

  1. Can I mount the ext4 file system without sudo/root privs in any way?

  2. Can I mount it in a way so that users/groups on the FS are ignored in some way (so I can run make install without sudo)?

The Filesystem is currently mounted loopback from an offset of a file (i.e. -o loop,offset=62914560).

This file is the image that will be copied onto SD card used to boot the Raspberry Pi

Thanks

/Kieran

I'm trying to adapt a tutorial into an easy to use script  http://qt-project.org/wiki/RaspberryPi_Beginners_guide.

I'm trying to reduce the need for sudo/root as much as possible (preferably, only for the final dd step).

My questions are:

  1. Can I mount the ext4 file system without sudo/root privileges in any way?

  2. Can I mount it in a way so that users/groups on the FS are ignored in some way (so I can run make install without sudo)?

The Filesystem is currently mounted loopback from an offset of a file (i.e. -o loop,offset=62914560).

This file is the image that will be copied onto the SD card used to boot the Raspberry Pi.

Tweeted twitter.com/#!/StackUnix/status/240146820985131008
edited tags
Link
Keyz182
  • 163
  • 1
  • 1
  • 7
added 194 characters in body; edited tags
Source Link
Keyz182
  • 163
  • 1
  • 1
  • 7

I'm trying to adapt a tutorial into an easy to use script (http://qt-project.org/wiki/RaspberryPi_Beginners_guide).

I'm trying to reduce the need for sudo/root as much as possible (preferably, only for the final dd step).

My questions are:

  1. Can I mount the ext4 file system without sudo/root privs in any way?

  2. Can I mount it in a way so that users/groups on the FS are ignored in some way (so I can run make install without sudo)?

The Filesystem is currently mounted loopback from an offset of a file (i.e. -o loop,offset=62914560).

This file is the image that will be copied onto SD card used to boot the Raspberry Pi

Thanks

/Kieran

I'm trying to adapt a tutorial into an easy to use script (http://qt-project.org/wiki/RaspberryPi_Beginners_guide).

I'm trying to reduce the need for sudo/root as much as possible (preferably, only for the final dd step).

My questions are:

  1. Can I mount the ext4 file system without sudo/root privs in any way?

  2. Can I mount it in a way so that users/groups on the FS are ignored in some way (so I can run make install without sudo)?

Thanks

/Kieran

I'm trying to adapt a tutorial into an easy to use script (http://qt-project.org/wiki/RaspberryPi_Beginners_guide).

I'm trying to reduce the need for sudo/root as much as possible (preferably, only for the final dd step).

My questions are:

  1. Can I mount the ext4 file system without sudo/root privs in any way?

  2. Can I mount it in a way so that users/groups on the FS are ignored in some way (so I can run make install without sudo)?

The Filesystem is currently mounted loopback from an offset of a file (i.e. -o loop,offset=62914560).

This file is the image that will be copied onto SD card used to boot the Raspberry Pi

Thanks

/Kieran

Source Link
Keyz182
  • 163
  • 1
  • 1
  • 7
Loading