Write to user defined partition /data

Mike B.

I'm a newbie in Linux/Ubuntu/Xubuntu world.

In order to supply data encapsulation I defined separate partition /data on my HDD, where I want to store all my user data, separately from system-related data, this will allow me to format/reinstall Ubuntu without any issue.

I enter into /data/ and find out, that I don't have permissions to write to this folder. How can I enable it? I want to have ability to store all my data in this path and to have ability to format/remove & recreate other partitions.

Rinzwind

You need to do

sudo chown -R $USER:$USER /data 

This will change the directory and all files in it to your user. $USER will automagically changed to your current user so you can copy/paste this as is.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I write user data to the root partition?

From Dev

Partition by user defined dates sql

From Dev

Write a user defined class in laravel?

From Dev

Adding User Defined data

From Dev

How to write a function returns either Integer or Bool based on a user defined data type?

From Dev

How to write custom exception with user defined fields?

From Dev

Shell script to write user defined string into a file

From Dev

How to write mysql user defined function in php

From Dev

How to write a user-defined aggregate function?

From Dev

User defined data schemas for applications

From Dev

SQLite Querying with user defined data

From Dev

POI-XSSF: user defined data formats

From Dev

VBA data validation with user defined function

From Dev

Access data in a UDF (User Defined Function) in DocumentDB

From Dev

Aggregating Data in R with user defined function

From Dev

Pentaho Data Integration User Defined Java Class

From Dev

R data.table user defined function

From Dev

Javascript array inputing and display user defined data

From Dev

NumberFormat VBA With User-Defined Data

From Dev

User Defined Type with spring-data-cassandra

From Dev

Error creating the user defined data type

From Dev

How to Insert Data to the Database? - User Defined Classes

From Dev

Data extraction from user defined attribute

From Dev

User-Defined function with data table aggregation

From Dev

How to read/write photo subject tags defined by user

From Dev

write user-defined structure to file, in binary mode

From Dev

Will data become unrecoverable if I force write partition structure?

From Dev

Cannot write to NTFS data partition possibly because of lack of permissions?

From Java

haskell error change user input to user defined data type in function

Related Related

  1. 1

    How can I write user data to the root partition?

  2. 2

    Partition by user defined dates sql

  3. 3

    Write a user defined class in laravel?

  4. 4

    Adding User Defined data

  5. 5

    How to write a function returns either Integer or Bool based on a user defined data type?

  6. 6

    How to write custom exception with user defined fields?

  7. 7

    Shell script to write user defined string into a file

  8. 8

    How to write mysql user defined function in php

  9. 9

    How to write a user-defined aggregate function?

  10. 10

    User defined data schemas for applications

  11. 11

    SQLite Querying with user defined data

  12. 12

    POI-XSSF: user defined data formats

  13. 13

    VBA data validation with user defined function

  14. 14

    Access data in a UDF (User Defined Function) in DocumentDB

  15. 15

    Aggregating Data in R with user defined function

  16. 16

    Pentaho Data Integration User Defined Java Class

  17. 17

    R data.table user defined function

  18. 18

    Javascript array inputing and display user defined data

  19. 19

    NumberFormat VBA With User-Defined Data

  20. 20

    User Defined Type with spring-data-cassandra

  21. 21

    Error creating the user defined data type

  22. 22

    How to Insert Data to the Database? - User Defined Classes

  23. 23

    Data extraction from user defined attribute

  24. 24

    User-Defined function with data table aggregation

  25. 25

    How to read/write photo subject tags defined by user

  26. 26

    write user-defined structure to file, in binary mode

  27. 27

    Will data become unrecoverable if I force write partition structure?

  28. 28

    Cannot write to NTFS data partition possibly because of lack of permissions?

  29. 29

    haskell error change user input to user defined data type in function

HotTag

Archive