Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

format hard drive and set group permissions

6 views
Skip to first unread message

Marek Novotny

unread,
Dec 17, 2016, 7:46:46 PM12/17/16
to
Hi group,

I made a little video and posted it in YouTube which shows how I
partition a hard drive and set group permissions such that it works well
with multiple Linux machines without permissions issues.

https://youtu.be/HxTdhSn8X-g

First attempt at recording audio on Linux so I am sure it's awful on the
audio. Apologies in advance.

Here is a brief check list of things to do that are in the video.

--begin-steps---------------------

identify the added hard drive

$ lsblk

create the partition table

$ sudo cfdisk /dev/sdb

format the volume

$ sudo mkfs -t ext4 /dev/sdb1

label the partition

$ e2label /dev/sdb1 data

mount the volume

$ sudo mkdir /mnt/usb3drive
$ sudo mount /dev/sbd1 /mnt/usb3drive

create a group that can be set and used on all your Linux machines

$ sudo groupadd -g 1501 groupa
$ sudo usermod -a -G groupa marek
$ getent group groupa or grep groupa /etc/group

change the group ownership and add rwx permissions to that group

sudo chgrp groupa /mnt/usb3drive
sudo chmod g+rwx /mnt/usb3drive

set group + setid to ensure all new files and folders retain the
group of the parent /mnt/usb3drive

$ chmod g+s /mnt/usb3drive

set the default mask (-dm) for groupa to rwx
files will be group rw- and directories will be group rwx

$ sudo setfacl -dm g:groupa:rwx /mnt/usb3drive

check the acl settings

$ getfacl /mnt/usb3drive

--end-steps--------------------

--
Marek Novotny
https://github.com/marek-novotny

Mike Easter

unread,
Dec 17, 2016, 7:56:56 PM12/17/16
to
Marek Novotny wrote:
> First attempt at recording audio on Linux so I am sure it's awful on the
> audio.

Disclaimer: I have no experience with this.

I saw an article today
http://www.linuxandubuntu.com/home/5-best-screen-recorder-apps-for-linux
5 Best Screen Recorder Apps For Linux


--
Mike Easter

Marek Novotny

unread,
Dec 17, 2016, 8:02:08 PM12/17/16
to
I'm actually using the #1 one in that list, simple screen recorder. It
leaves a bit to be desired but ultimately gets the job done.

Sunny Day

unread,
Dec 17, 2016, 11:10:14 PM12/17/16
to
On Sat, 17 Dec 2016 18:46:40 -0600, Marek Novotny wrote:

> Hi group,
>
> I made a little video and posted it in YouTube which shows how I
> partition a hard drive and set group permissions such that it works well
> with multiple Linux machines without permissions issues.
>
> https://youtu.be/HxTdhSn8X-g
>
> First attempt at recording audio on Linux so I am sure it's awful on the
> audio. Apologies in advance.
>
> Here is a brief check list of things to do that are in the video.
>
> --begin-steps---------------------

It shows how weak Linux is at screencasting.
Applications with the features of ScreenFlow or Camtasia don't exist for
Linux.
I applaud your efforts and your video isn't bad by any means but you
could do much better with a Mac or even a Windows PC.

Snit

unread,
Dec 17, 2016, 11:26:10 PM12/17/16
to
On 12/17/16, 5:46 PM, in article
k8KdnUYXPLbtQcjF...@giganews.com, "Marek Novotny"
<marek....@marspolar.com> wrote:

> Hi group,
>
> I made a little video and posted it in YouTube which shows how I
> partition a hard drive and set group permissions such that it works well
> with multiple Linux machines without permissions issues.
>
> https://youtu.be/HxTdhSn8X-g
>
> First attempt at recording audio on Linux so I am sure it's awful on the
> audio. Apologies in advance.

As someone who does a fair amount of screencasting I think you did fine...
at least from what I have seen (have not watched all the way through).

When doing a live demo with an audience it is common to shake the mouse to
show people where it is... on a screencast it is better to use other methods
to make the pointer stand out. Or just move it slowly and trust people to
follow it.

But that is a nit and a very common thing people new to screencasting do...
overall seems great and your voice is excellent for screencasting. Well
done.

Will try to look at it more in the next couple days if you like.
The video is 30 minutes long. If there is a way to break up videos to be no
more than 10-15 minutes that tends to keep viewers more... they can digest
the info more easily.


--
"When a foreigner resides among you in your land, do not mistreat them. The
foreigner residing among you must be treated as your native-born. Love them
as yourself, for you were foreigners in Egypt. I am the Lord your God." --
Leviticus 19:33-34


Snit

unread,
Dec 17, 2016, 11:26:36 PM12/17/16
to
On 12/17/16, 5:56 PM, in article ebm56m...@mid.individual.net, "Mike
Whatever he used worked well... nothing fancy but you do not need fancy. :)

Snit

unread,
Dec 17, 2016, 11:27:22 PM12/17/16
to
On 12/17/16, 9:08 PM, in article o3524f$t8p$1...@dont-email.me, "Sunny Day"
Which part do you think could have been improved... and in what way? I have
not watched the whole thing, but likely will over the next few days.

RonB

unread,
Dec 17, 2016, 11:43:30 PM12/17/16
to
On Sun, 18 Dec 2016 04:08:47 +0000, Sunny Day wrote:

Adios "Sunny Day."

Get a life, "Snit."

--
Testing Linux Mint KDE 18

Joey Fringo

unread,
Dec 17, 2016, 11:54:45 PM12/17/16
to
On Sun, 18 Dec 2016 04:42:00 +0000, RonB wrote:

> On Sun, 18 Dec 2016 04:08:47 +0000, Sunny Day wrote:
>
> Adios "Sunny Day."
>
> Get a life, "Snit."

What makes you think it's snit? That's the oldest gag in the book.
Everyone is snit. Comes down to you making false accusations.

Snit

unread,
Dec 18, 2016, 12:02:09 AM12/18/16
to
On 12/17/16, 9:42 PM, in article o3542o$2ep$1...@dont-email.me, "RonB"
<ronb02...@gmail.com> wrote:

> On Sun, 18 Dec 2016 04:08:47 +0000, Sunny Day wrote:
>
> Adios "Sunny Day."
>
> Get a life, "Snit."

Seriously, what is your obsession with me?

Snit

unread,
Dec 18, 2016, 12:02:38 AM12/18/16
to
On 12/17/16, 9:53 PM, in article o354nu$3sh$1...@dont-email.me, "Joey Fringo"
His obsession is years long and not flattering.

Chris Ahlstrom

unread,
Dec 18, 2016, 7:37:46 AM12/18/16
to
Sunny Day wrote this copyrighted missive and expects royalties:

> On Sat, 17 Dec 2016 18:46:40 -0600, Marek Novotny wrote:
>
>> I made a little video and posted it in YouTube which shows how I
>> partition a hard drive and set group permissions such that it works well
>> with multiple Linux machines without permissions issues.
>>
>> https://youtu.be/HxTdhSn8X-g
>>
>> First attempt at recording audio on Linux so I am sure it's awful on the

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

>> audio. Apologies in advance.
>
> It shows how weak Linux is at screencasting.

No it doesn't. Look at the "noob" confession.

> Applications with the features of ScreenFlow or Camtasia don't exist for
> Linux.

One word... kdenlive

https://userbase.kde.org/Kdenlive/Manual

Now go to hell, Snit. People here are committed Linux users,
and don't care about crap that doesn't run on Linux.

--
Alas, how love can trifle with itself!
-- William Shakespeare, "The Two Gentlemen of Verona"

flatfish+++

unread,
Dec 18, 2016, 11:20:46 AM12/18/16
to
Except when it comes to earning your living and then Windows is all
you care about.

Right creepy?



--
flatfish+++
mariana trench

flatfish+++

unread,
Dec 18, 2016, 11:26:39 AM12/18/16
to
On Sat, 17 Dec 2016 18:46:40 -0600, Marek Novotny wrote:

> Hi group,
>
> I made a little video and posted it in YouTube which shows how I
> partition a hard drive and set group permissions such that it works well
> with multiple Linux machines without permissions issues.
>
> https://youtu.be/HxTdhSn8X-g
>
> First attempt at recording audio on Linux so I am sure it's awful on the
> audio. Apologies in advance.

Your video looks fine and the audio sounds fine as well.


--
flatfish+++
mariana trench

Silver Slimer

unread,
Dec 18, 2016, 11:47:25 AM12/18/16
to
Blah, blah, blah, everyone is Snit, blah, blah, increased productivity,
error-reduction, blahm blah, oldest gag, blah, blah.


--
Silver Slimer
Fingerprint: e58428b2633833a3b0c9bb7e40819166642245b7
Gab.ai: @silverslimer

Proud bigot

flatfish+++

unread,
Dec 18, 2016, 11:51:01 AM12/18/16
to
On Sun, 18 Dec 2016 11:47:24 -0500, Silver Slimer wrote:

> On 2016-12-17 11:53 PM, Joey Fringo wrote:
>> On Sun, 18 Dec 2016 04:42:00 +0000, RonB wrote:
>>
>>> On Sun, 18 Dec 2016 04:08:47 +0000, Sunny Day wrote:
>>>
>>> Adios "Sunny Day."
>>>
>>> Get a life, "Snit."
>>
>> What makes you think it's snit? That's the oldest gag in the book.
>> Everyone is snit. Comes down to you making false accusations.
>
> Blah, blah, blah, everyone is Snit, blah, blah, increased productivity,
> error-reduction, blahm blah, oldest gag, blah, blah.

Snit's having a conversation with a couple of his sock puppets. It's
his bad cop / good cop routine again.

--
flatfish+++
mariana trench

Silver Slimer

unread,
Dec 18, 2016, 1:54:02 PM12/18/16
to
Just about anything the Prescott Parasite does is lame and boring. I
wonder if he'll ever give up trying to get the group's respect.

Snit

unread,
Dec 18, 2016, 2:17:35 PM12/18/16
to
On 12/18/16, 11:54 AM, in article o36ltj$gb5$2...@dont-email.me, "Silver
Slimer" <.m@nsn.s> wrote:

> On 18/12/16 11:50 AM, flatfish+++ wrote:
>> On Sun, 18 Dec 2016 11:47:24 -0500, Silver Slimer wrote:
>>
>>> On 2016-12-17 11:53 PM, Joey Fringo wrote:
>>>> On Sun, 18 Dec 2016 04:42:00 +0000, RonB wrote:
>>>>
>>>>> On Sun, 18 Dec 2016 04:08:47 +0000, Sunny Day wrote:
>>>>>
>>>>> Adios "Sunny Day."
>>>>>
>>>>> Get a life, "Snit."
>>>>
>>>> What makes you think it's snit? That's the oldest gag in the book.
>>>> Everyone is snit. Comes down to you making false accusations.
>>>
>>> Blah, blah, blah, everyone is Snit, blah, blah, increased productivity,
>>> error-reduction, blahm blah, oldest gag, blah, blah.
>>
>> Snit's having a conversation with a couple of his sock puppets. It's
>> his bad cop / good cop routine again.
>
> Just about anything the Prescott Parasite does is lame and boring. I
> wonder if he'll ever give up trying to get the group's respect.
>

The real question is when are you and those who troll me going to stop
begging for my attention.

Look at this thread: my ONE comment was to note how I think the screencast
was done well and offer a small suggestion (noting it is a common mistake).

No insults. No attacks. No trolling.

Now here you and others who troll are -- babbling the same, tired, "Everyone
is Snit" gag like it is the most amusing joke you have ever heard, making up
stories, begging to be accepted by those who troll.

Seriously, what the hell is wrong with you morons? I cannot imagine spending
year after year after year working to be accepted by those who troll and
bully -- the exact thing YOU are doing.

How can you not be ashamed of yourself? Why would you advertise your
insecurity like that? I find it baffling how you can humiliate yourself in
public time and time again as you do above (still quoted) and not feel the
need to change.

You have NO self respect.

Snit

unread,
Dec 18, 2016, 2:20:04 PM12/18/16
to
On 12/18/16, 9:50 AM, in article ebnt3i...@mid.individual.net,
Please leave your trolling of me to COLA. Seriously, why bring it to EVERY
group? What the hell is wrong with you to do that?

Peter Köhlmann

unread,
Dec 18, 2016, 2:22:30 PM12/18/16
to
The lying imbecile Snit Michael Glasser babbled:

> On 12/18/16, 9:50 AM, in article ebnt3i...@mid.individual.net,
> "flatfish+++" <flat...@linuxmail.org> wrote:
>
>> On Sun, 18 Dec 2016 11:47:24 -0500, Silver Slimer wrote:
>>
>>> On 2016-12-17 11:53 PM, Joey Fringo wrote:
>>>> On Sun, 18 Dec 2016 04:42:00 +0000, RonB wrote:
>>>>
>>>>> On Sun, 18 Dec 2016 04:08:47 +0000, Sunny Day wrote:
>>>>>
>>>>> Adios "Sunny Day."
>>>>>
>>>>> Get a life, "Snit."
>>>>
>>>> What makes you think it's snit? That's the oldest gag in the book.
>>>> Everyone is snit. Comes down to you making false accusations.
>>>
>>> Blah, blah, blah, everyone is Snit, blah, blah, increased productivity,
>>> error-reduction, blahm blah, oldest gag, blah, blah.
>>
>> Snit's having a conversation with a couple of his sock puppets. It's
>> his bad cop / good cop routine again.
>
> Please leave your trolling of me to COLA. Seriously, why bring it to EVERY
> group? What the hell is wrong with you to do that?
>
>

So why are *you* here? You are not a linux user, you know next to nothing
about linux and all you ever do is trolling usenet.

In short: You have absolutely no business posting here

Snit

unread,
Dec 18, 2016, 2:23:50 PM12/18/16
to
On 12/18/16, 5:32 AM, in article o35vs1$b3f$1...@dont-email.me, "Chris
Ahlstrom" <OFee...@teleworm.us> wrote:


My comments:
-----
As someone who does a fair amount of screencasting I think you did
fine... at least from what I have seen (have not watched all the
way through).

When doing a live demo with an audience it is common to shake the
mouse to show people where it is... on a screencast it is better
to use other methods to make the pointer stand out. Or just move
it slowly and trust people to follow it.

But that is a nit and a very common thing people new to
screencasting do... overall seems great and your voice is
excellent for screencasting. Well done.

Will try to look at it more in the next couple days if you like.

...

The video is 30 minutes long. If there is a way to break up videos
to be no more than 10-15 minutes that tends to keep viewers
more... they can digest the info more easily.
-----


> Now go to hell, Snit. People here are committed Linux users,
> and don't care about crap that doesn't run on Linux.

Your response to my comments was posted to someone else and had NOTHING to
do with my comments.

In other words: you are merely trolling.

Snit

unread,
Dec 18, 2016, 2:26:44 PM12/18/16
to
On 12/18/16, 12:22 PM, in article o36niu$m7j$1...@dont-email.me, "Peter
I commented on a video posted here and you and others who troll exploded. My
comments on the video:
-----
As someone who does a fair amount of screencasting I think you did
fine... at least from what I have seen (have not watched all the
way through).

When doing a live demo with an audience it is common to shake the
mouse to show people where it is... on a screencast it is better
to use other methods to make the pointer stand out. Or just move
it slowly and trust people to follow it.

But that is a nit and a very common thing people new to
screencasting do... overall seems great and your voice is
excellent for screencasting. Well done.

Will try to look at it more in the next couple days if you like.
...
The video is 30 minutes long. If there is a way to break up videos
to be no more than 10-15 minutes that tends to keep viewers
more... they can digest the info more easily.
-----

Nothing even slighty offensive to any reasonable person.

Silver Slimer

unread,
Dec 18, 2016, 2:27:42 PM12/18/16
to
The biggest problem for me is that he doesn't even have a remote
_interest_ in Linux. He admitted that he only came here because it was
one of the most active newsgroups. He essentially just wanted as large
an audience as possible for his imbecilic behaviour.

Most of the people here, whether they use it or not, are interested in
seeing how it will develop. Some people, like me, keep a close eye on
what's going on in the hope that a perfect distribution will eventually
emerge (it just happened for me with Korora Linux 25). In his case, it's
Apple, OS X and it will CONTINUE to be Apple and OS X regardless of how
great Linux eventually becomes.

Peter Pearson

unread,
Dec 18, 2016, 5:13:45 PM12/18/16
to
On Sat, 17 Dec 2016 18:46:40 -0600, Marek Novotny wrote:
[snip]
> https://youtu.be/HxTdhSn8X-g

Very nice. Thank you.

--
To email me, substitute nowhere->runbox, invalid->com.
0 new messages