Changing and deleting files and directories from hard drive that was connected to a Solaris 9 system/computer
I have files and directories in a IDE hard drive that was installed in a Solaris 9 computer.
I have to delete and copy to that hard some files and directories to it, but all I can do it is to read and copy from it to my computer. I understood that it is a permissions issue, but I don't know how to overcome it.
- I use: Kubuntu 18.10. I can attach the hard drive and see its contents.
- I tried to open Krusader as root and then tried to delete or rename and copy to the hard drive, but it didn't work.
- I also tried to change the permissions with pcManfm file manager
Can anyone help with detailed steps because I'm not very familiar with Unix or Linux commands. If it helps I tried the command fdisk -l :
inspiron@inspiron-pc:~$ sudo fdisk -l /dev/sdb
[sudo] password for inspiron:
Disk /dev/sdb: 301.7 GiB, 323928170496 bytes, 632672208 sectors
Geometry: 16 heads, 255 sectors/track, 57459 cylinders
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: sun
Device Start End Sectors Size Id Type Flags
/dev/sdb1 20971200 41942399 20971200 10G 2 SunOS root
/dev/sdb2 0 20971199 20971200 10G 3 SunOS swap u
/dev/sdb3 0 34432719 234432720 111.8G 5 Whole disk
/dev/sdb7 41942400 42023999 81600 39.9M 0 Unassigned
/dev/sdb8 42024000 234432719 192408720 91.8G 8 SunOS home
The device I want to work on is sdb8.
kubuntu solaris
add a comment |
I have files and directories in a IDE hard drive that was installed in a Solaris 9 computer.
I have to delete and copy to that hard some files and directories to it, but all I can do it is to read and copy from it to my computer. I understood that it is a permissions issue, but I don't know how to overcome it.
- I use: Kubuntu 18.10. I can attach the hard drive and see its contents.
- I tried to open Krusader as root and then tried to delete or rename and copy to the hard drive, but it didn't work.
- I also tried to change the permissions with pcManfm file manager
Can anyone help with detailed steps because I'm not very familiar with Unix or Linux commands. If it helps I tried the command fdisk -l :
inspiron@inspiron-pc:~$ sudo fdisk -l /dev/sdb
[sudo] password for inspiron:
Disk /dev/sdb: 301.7 GiB, 323928170496 bytes, 632672208 sectors
Geometry: 16 heads, 255 sectors/track, 57459 cylinders
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: sun
Device Start End Sectors Size Id Type Flags
/dev/sdb1 20971200 41942399 20971200 10G 2 SunOS root
/dev/sdb2 0 20971199 20971200 10G 3 SunOS swap u
/dev/sdb3 0 34432719 234432720 111.8G 5 Whole disk
/dev/sdb7 41942400 42023999 81600 39.9M 0 Unassigned
/dev/sdb8 42024000 234432719 192408720 91.8G 8 SunOS home
The device I want to work on is sdb8.
kubuntu solaris
Have you tried to mount/dev/sda8via the command line? what is the output ofsudo file -sL /dev/sda8?
– steeldriver
Jan 12 at 1:29
/dev/sda8: Linux rev 1.0 ext4 filesystem data, UUID=ffc9acf4-a82d-4ad5-b5a6-eef7e34d1286 (needs journal recovery) (extents) (64bit) (large files) (huge files)
– user270969
Jan 12 at 10:49
1
Do you get any error messages when you simply trysudo mount /dev/sdb8 /mnt? If so edit your question to add the information.
– vidarlo
Jan 12 at 11:37
add a comment |
I have files and directories in a IDE hard drive that was installed in a Solaris 9 computer.
I have to delete and copy to that hard some files and directories to it, but all I can do it is to read and copy from it to my computer. I understood that it is a permissions issue, but I don't know how to overcome it.
- I use: Kubuntu 18.10. I can attach the hard drive and see its contents.
- I tried to open Krusader as root and then tried to delete or rename and copy to the hard drive, but it didn't work.
- I also tried to change the permissions with pcManfm file manager
Can anyone help with detailed steps because I'm not very familiar with Unix or Linux commands. If it helps I tried the command fdisk -l :
inspiron@inspiron-pc:~$ sudo fdisk -l /dev/sdb
[sudo] password for inspiron:
Disk /dev/sdb: 301.7 GiB, 323928170496 bytes, 632672208 sectors
Geometry: 16 heads, 255 sectors/track, 57459 cylinders
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: sun
Device Start End Sectors Size Id Type Flags
/dev/sdb1 20971200 41942399 20971200 10G 2 SunOS root
/dev/sdb2 0 20971199 20971200 10G 3 SunOS swap u
/dev/sdb3 0 34432719 234432720 111.8G 5 Whole disk
/dev/sdb7 41942400 42023999 81600 39.9M 0 Unassigned
/dev/sdb8 42024000 234432719 192408720 91.8G 8 SunOS home
The device I want to work on is sdb8.
kubuntu solaris
I have files and directories in a IDE hard drive that was installed in a Solaris 9 computer.
I have to delete and copy to that hard some files and directories to it, but all I can do it is to read and copy from it to my computer. I understood that it is a permissions issue, but I don't know how to overcome it.
- I use: Kubuntu 18.10. I can attach the hard drive and see its contents.
- I tried to open Krusader as root and then tried to delete or rename and copy to the hard drive, but it didn't work.
- I also tried to change the permissions with pcManfm file manager
Can anyone help with detailed steps because I'm not very familiar with Unix or Linux commands. If it helps I tried the command fdisk -l :
inspiron@inspiron-pc:~$ sudo fdisk -l /dev/sdb
[sudo] password for inspiron:
Disk /dev/sdb: 301.7 GiB, 323928170496 bytes, 632672208 sectors
Geometry: 16 heads, 255 sectors/track, 57459 cylinders
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: sun
Device Start End Sectors Size Id Type Flags
/dev/sdb1 20971200 41942399 20971200 10G 2 SunOS root
/dev/sdb2 0 20971199 20971200 10G 3 SunOS swap u
/dev/sdb3 0 34432719 234432720 111.8G 5 Whole disk
/dev/sdb7 41942400 42023999 81600 39.9M 0 Unassigned
/dev/sdb8 42024000 234432719 192408720 91.8G 8 SunOS home
The device I want to work on is sdb8.
kubuntu solaris
kubuntu solaris
edited Jan 12 at 11:38
karel
58.6k13128147
58.6k13128147
asked Jan 12 at 0:36
user270969user270969
62
62
Have you tried to mount/dev/sda8via the command line? what is the output ofsudo file -sL /dev/sda8?
– steeldriver
Jan 12 at 1:29
/dev/sda8: Linux rev 1.0 ext4 filesystem data, UUID=ffc9acf4-a82d-4ad5-b5a6-eef7e34d1286 (needs journal recovery) (extents) (64bit) (large files) (huge files)
– user270969
Jan 12 at 10:49
1
Do you get any error messages when you simply trysudo mount /dev/sdb8 /mnt? If so edit your question to add the information.
– vidarlo
Jan 12 at 11:37
add a comment |
Have you tried to mount/dev/sda8via the command line? what is the output ofsudo file -sL /dev/sda8?
– steeldriver
Jan 12 at 1:29
/dev/sda8: Linux rev 1.0 ext4 filesystem data, UUID=ffc9acf4-a82d-4ad5-b5a6-eef7e34d1286 (needs journal recovery) (extents) (64bit) (large files) (huge files)
– user270969
Jan 12 at 10:49
1
Do you get any error messages when you simply trysudo mount /dev/sdb8 /mnt? If so edit your question to add the information.
– vidarlo
Jan 12 at 11:37
Have you tried to mount
/dev/sda8 via the command line? what is the output of sudo file -sL /dev/sda8 ?– steeldriver
Jan 12 at 1:29
Have you tried to mount
/dev/sda8 via the command line? what is the output of sudo file -sL /dev/sda8 ?– steeldriver
Jan 12 at 1:29
/dev/sda8: Linux rev 1.0 ext4 filesystem data, UUID=ffc9acf4-a82d-4ad5-b5a6-eef7e34d1286 (needs journal recovery) (extents) (64bit) (large files) (huge files)
– user270969
Jan 12 at 10:49
/dev/sda8: Linux rev 1.0 ext4 filesystem data, UUID=ffc9acf4-a82d-4ad5-b5a6-eef7e34d1286 (needs journal recovery) (extents) (64bit) (large files) (huge files)
– user270969
Jan 12 at 10:49
1
1
Do you get any error messages when you simply try
sudo mount /dev/sdb8 /mnt? If so edit your question to add the information.– vidarlo
Jan 12 at 11:37
Do you get any error messages when you simply try
sudo mount /dev/sdb8 /mnt? If so edit your question to add the information.– vidarlo
Jan 12 at 11:37
add a comment |
0
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
});
}
});
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%2f1109019%2fchanging-and-deleting-files-and-directories-from-hard-drive-that-was-connected-t%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
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%2f1109019%2fchanging-and-deleting-files-and-directories-from-hard-drive-that-was-connected-t%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
Have you tried to mount
/dev/sda8via the command line? what is the output ofsudo file -sL /dev/sda8?– steeldriver
Jan 12 at 1:29
/dev/sda8: Linux rev 1.0 ext4 filesystem data, UUID=ffc9acf4-a82d-4ad5-b5a6-eef7e34d1286 (needs journal recovery) (extents) (64bit) (large files) (huge files)
– user270969
Jan 12 at 10:49
1
Do you get any error messages when you simply try
sudo mount /dev/sdb8 /mnt? If so edit your question to add the information.– vidarlo
Jan 12 at 11:37