New ssd install : lock on partition
I just installed a second ssd Kingston via KDE partition management. No problem on the install progress and partition
on the other hand when I run the file manager, I can not move folders, files.
Is there anything else to do, rights problem ?
There the kde partition information
/dev/sdb1 => ext4 => (lock image) /media/pseudo/8a63f7a..... => => 223.57Go => 60.03
unallocated => unknown => => => 2.57 Mio
the disk is mounted and the partition is written primary I have UUID number
I have a lock and it seems the problem, how to remove it.
If I look smart state : the result is :
Attribut : Read error Rate
Evaluation : N/A
Value : 100
thank you.
Note : if it's not clear let me know, I will complete the information.
sudo lsblk -f
NAME FSTYPE LABEL UUID MOUNTPOINT
loop0 squashf /snap/paintsupreme-3d/
loop1 squashf /snap/go/3080
loop2 squashf /snap/gtk-common-theme
loop3 squashf /snap/skype/60
loop4 squashf /snap/go/3095
loop5 squashf /snap/core/5897
loop6 squashf /snap/core/6130
loop7 squashf /snap/core/6034
loop8 squashf /snap/brave/44
loop9 squashf /snap/skype/66
loop10 squashf /snap/skype/63
loop11 squashf /snap/brave/34
loop12 squashf /snap/go/3039
sda
├─sda1 ext4 3bcf645d-bd3a-4954-ad0f-2b1d8c897d76 /
├─sda5 ext4 10619bd6-0eef-48f1-8017-a34e1ec11b70 /home
└─sda6 swap cfe2a316-951a-4831-b6dd-1b4cb8c24cb7 [SWAP]
sdb
└─sdb1 ext4 8a63f7a8-518f-49f6-b7de-5039f42ace00 /media/oitsuki/8a63f7a
ls -l /media/oitsuki/8a63f7a
ls: can not access '/media/oitsuki/ 8a63f7a': No file or folder of this type
ls -l oitsuki/
total 4
drwxr-xr-x 3 root root 4096 déc. 25 17:21 8a63f7a8-518f-49f6-b7de-5039f42ace00
ls -l 8a63f7a8-518f-49f6-b7de-5039f42ace00
total 16
drwx------ 2 root root 16384 déc. 25 17:21 lost+found
solution found :
sudo chmod -R a+rwX,o-w /media/oitsuki/
sudo chown -R oitsuki:oitsuki /media/oitsuki/
kubuntu ssd partitions
New contributor
|
show 5 more comments
I just installed a second ssd Kingston via KDE partition management. No problem on the install progress and partition
on the other hand when I run the file manager, I can not move folders, files.
Is there anything else to do, rights problem ?
There the kde partition information
/dev/sdb1 => ext4 => (lock image) /media/pseudo/8a63f7a..... => => 223.57Go => 60.03
unallocated => unknown => => => 2.57 Mio
the disk is mounted and the partition is written primary I have UUID number
I have a lock and it seems the problem, how to remove it.
If I look smart state : the result is :
Attribut : Read error Rate
Evaluation : N/A
Value : 100
thank you.
Note : if it's not clear let me know, I will complete the information.
sudo lsblk -f
NAME FSTYPE LABEL UUID MOUNTPOINT
loop0 squashf /snap/paintsupreme-3d/
loop1 squashf /snap/go/3080
loop2 squashf /snap/gtk-common-theme
loop3 squashf /snap/skype/60
loop4 squashf /snap/go/3095
loop5 squashf /snap/core/5897
loop6 squashf /snap/core/6130
loop7 squashf /snap/core/6034
loop8 squashf /snap/brave/44
loop9 squashf /snap/skype/66
loop10 squashf /snap/skype/63
loop11 squashf /snap/brave/34
loop12 squashf /snap/go/3039
sda
├─sda1 ext4 3bcf645d-bd3a-4954-ad0f-2b1d8c897d76 /
├─sda5 ext4 10619bd6-0eef-48f1-8017-a34e1ec11b70 /home
└─sda6 swap cfe2a316-951a-4831-b6dd-1b4cb8c24cb7 [SWAP]
sdb
└─sdb1 ext4 8a63f7a8-518f-49f6-b7de-5039f42ace00 /media/oitsuki/8a63f7a
ls -l /media/oitsuki/8a63f7a
ls: can not access '/media/oitsuki/ 8a63f7a': No file or folder of this type
ls -l oitsuki/
total 4
drwxr-xr-x 3 root root 4096 déc. 25 17:21 8a63f7a8-518f-49f6-b7de-5039f42ace00
ls -l 8a63f7a8-518f-49f6-b7de-5039f42ace00
total 16
drwx------ 2 root root 16384 déc. 25 17:21 lost+found
solution found :
sudo chmod -R a+rwX,o-w /media/oitsuki/
sudo chown -R oitsuki:oitsuki /media/oitsuki/
kubuntu ssd partitions
New contributor
1
Please runsudo lsblk -f
and add to you question!
– George Udosen
yesterday
@GeorgeUdosen : Tk; result above
– Akuzu
yesterday
runls -l /media/oitsuki/8a63f7a
and add it also!
– George Udosen
yesterday
@GeorgeUdosen : Done
– Akuzu
yesterday
You need to give yourself ownership & permissions. See: askubuntu.com/questions/324705/…
– oldfred
yesterday
|
show 5 more comments
I just installed a second ssd Kingston via KDE partition management. No problem on the install progress and partition
on the other hand when I run the file manager, I can not move folders, files.
Is there anything else to do, rights problem ?
There the kde partition information
/dev/sdb1 => ext4 => (lock image) /media/pseudo/8a63f7a..... => => 223.57Go => 60.03
unallocated => unknown => => => 2.57 Mio
the disk is mounted and the partition is written primary I have UUID number
I have a lock and it seems the problem, how to remove it.
If I look smart state : the result is :
Attribut : Read error Rate
Evaluation : N/A
Value : 100
thank you.
Note : if it's not clear let me know, I will complete the information.
sudo lsblk -f
NAME FSTYPE LABEL UUID MOUNTPOINT
loop0 squashf /snap/paintsupreme-3d/
loop1 squashf /snap/go/3080
loop2 squashf /snap/gtk-common-theme
loop3 squashf /snap/skype/60
loop4 squashf /snap/go/3095
loop5 squashf /snap/core/5897
loop6 squashf /snap/core/6130
loop7 squashf /snap/core/6034
loop8 squashf /snap/brave/44
loop9 squashf /snap/skype/66
loop10 squashf /snap/skype/63
loop11 squashf /snap/brave/34
loop12 squashf /snap/go/3039
sda
├─sda1 ext4 3bcf645d-bd3a-4954-ad0f-2b1d8c897d76 /
├─sda5 ext4 10619bd6-0eef-48f1-8017-a34e1ec11b70 /home
└─sda6 swap cfe2a316-951a-4831-b6dd-1b4cb8c24cb7 [SWAP]
sdb
└─sdb1 ext4 8a63f7a8-518f-49f6-b7de-5039f42ace00 /media/oitsuki/8a63f7a
ls -l /media/oitsuki/8a63f7a
ls: can not access '/media/oitsuki/ 8a63f7a': No file or folder of this type
ls -l oitsuki/
total 4
drwxr-xr-x 3 root root 4096 déc. 25 17:21 8a63f7a8-518f-49f6-b7de-5039f42ace00
ls -l 8a63f7a8-518f-49f6-b7de-5039f42ace00
total 16
drwx------ 2 root root 16384 déc. 25 17:21 lost+found
solution found :
sudo chmod -R a+rwX,o-w /media/oitsuki/
sudo chown -R oitsuki:oitsuki /media/oitsuki/
kubuntu ssd partitions
New contributor
I just installed a second ssd Kingston via KDE partition management. No problem on the install progress and partition
on the other hand when I run the file manager, I can not move folders, files.
Is there anything else to do, rights problem ?
There the kde partition information
/dev/sdb1 => ext4 => (lock image) /media/pseudo/8a63f7a..... => => 223.57Go => 60.03
unallocated => unknown => => => 2.57 Mio
the disk is mounted and the partition is written primary I have UUID number
I have a lock and it seems the problem, how to remove it.
If I look smart state : the result is :
Attribut : Read error Rate
Evaluation : N/A
Value : 100
thank you.
Note : if it's not clear let me know, I will complete the information.
sudo lsblk -f
NAME FSTYPE LABEL UUID MOUNTPOINT
loop0 squashf /snap/paintsupreme-3d/
loop1 squashf /snap/go/3080
loop2 squashf /snap/gtk-common-theme
loop3 squashf /snap/skype/60
loop4 squashf /snap/go/3095
loop5 squashf /snap/core/5897
loop6 squashf /snap/core/6130
loop7 squashf /snap/core/6034
loop8 squashf /snap/brave/44
loop9 squashf /snap/skype/66
loop10 squashf /snap/skype/63
loop11 squashf /snap/brave/34
loop12 squashf /snap/go/3039
sda
├─sda1 ext4 3bcf645d-bd3a-4954-ad0f-2b1d8c897d76 /
├─sda5 ext4 10619bd6-0eef-48f1-8017-a34e1ec11b70 /home
└─sda6 swap cfe2a316-951a-4831-b6dd-1b4cb8c24cb7 [SWAP]
sdb
└─sdb1 ext4 8a63f7a8-518f-49f6-b7de-5039f42ace00 /media/oitsuki/8a63f7a
ls -l /media/oitsuki/8a63f7a
ls: can not access '/media/oitsuki/ 8a63f7a': No file or folder of this type
ls -l oitsuki/
total 4
drwxr-xr-x 3 root root 4096 déc. 25 17:21 8a63f7a8-518f-49f6-b7de-5039f42ace00
ls -l 8a63f7a8-518f-49f6-b7de-5039f42ace00
total 16
drwx------ 2 root root 16384 déc. 25 17:21 lost+found
solution found :
sudo chmod -R a+rwX,o-w /media/oitsuki/
sudo chown -R oitsuki:oitsuki /media/oitsuki/
kubuntu ssd partitions
kubuntu ssd partitions
New contributor
New contributor
edited yesterday
New contributor
asked yesterday
Akuzu
11
11
New contributor
New contributor
1
Please runsudo lsblk -f
and add to you question!
– George Udosen
yesterday
@GeorgeUdosen : Tk; result above
– Akuzu
yesterday
runls -l /media/oitsuki/8a63f7a
and add it also!
– George Udosen
yesterday
@GeorgeUdosen : Done
– Akuzu
yesterday
You need to give yourself ownership & permissions. See: askubuntu.com/questions/324705/…
– oldfred
yesterday
|
show 5 more comments
1
Please runsudo lsblk -f
and add to you question!
– George Udosen
yesterday
@GeorgeUdosen : Tk; result above
– Akuzu
yesterday
runls -l /media/oitsuki/8a63f7a
and add it also!
– George Udosen
yesterday
@GeorgeUdosen : Done
– Akuzu
yesterday
You need to give yourself ownership & permissions. See: askubuntu.com/questions/324705/…
– oldfred
yesterday
1
1
Please run
sudo lsblk -f
and add to you question!– George Udosen
yesterday
Please run
sudo lsblk -f
and add to you question!– George Udosen
yesterday
@GeorgeUdosen : Tk; result above
– Akuzu
yesterday
@GeorgeUdosen : Tk; result above
– Akuzu
yesterday
run
ls -l /media/oitsuki/8a63f7a
and add it also!– George Udosen
yesterday
run
ls -l /media/oitsuki/8a63f7a
and add it also!– George Udosen
yesterday
@GeorgeUdosen : Done
– Akuzu
yesterday
@GeorgeUdosen : Done
– Akuzu
yesterday
You need to give yourself ownership & permissions. See: askubuntu.com/questions/324705/…
– oldfred
yesterday
You need to give yourself ownership & permissions. See: askubuntu.com/questions/324705/…
– oldfred
yesterday
|
show 5 more comments
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Akuzu is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1104637%2fnew-ssd-install-lock-on-partition%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Akuzu is a new contributor. Be nice, and check out our Code of Conduct.
Akuzu is a new contributor. Be nice, and check out our Code of Conduct.
Akuzu is a new contributor. Be nice, and check out our Code of Conduct.
Akuzu is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1104637%2fnew-ssd-install-lock-on-partition%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Please run
sudo lsblk -f
and add to you question!– George Udosen
yesterday
@GeorgeUdosen : Tk; result above
– Akuzu
yesterday
run
ls -l /media/oitsuki/8a63f7a
and add it also!– George Udosen
yesterday
@GeorgeUdosen : Done
– Akuzu
yesterday
You need to give yourself ownership & permissions. See: askubuntu.com/questions/324705/…
– oldfred
yesterday