Author Topic: /home not recognized after hardware change  (Read 3757 times)

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: /home not recognized after hardware change
« Reply #60 on: February 11, 2012, 09:56:06 PM »
I copy a file from an external drive and try to paste it to my mounted StorageDrive and here's a screenie of what I get -


Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11537
  • ----IOFLU----
Re: /home not recognized after hardware change
« Reply #61 on: February 11, 2012, 10:11:08 PM »
I copy a file from an external drive and try to paste it to my mounted StorageDrive and here's a screenie of what I get -




Try the command;

[root@localhost ~]# mount                      <Enter>

Post your results.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: /home not recognized after hardware change
« Reply #62 on: February 11, 2012, 10:23:08 PM »
Here ya go -

Code: [Select]
[hondo@localhost ~]$ su
Password:
[root@localhost ~]# mount
/dev/sda1 on / type ext3 (rw)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw)
/dev/sdc1 on /StorageDrive type ext4 (rw)
/dev/sdb5 on /backup type ext3 (rw,relatime,acl)
/dev/sdb1 on /home type ext3 (rw)
none on /tmp type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
gvfs-fuse-daemon on /home/hondo/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=hondo)
[root@localhost ~]#



Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: /home not recognized after hardware change
« Reply #63 on: February 11, 2012, 10:40:41 PM »
I think that this is a folder permissions issue.

I go the StorageDrive and copy a file. That file can be pasted into existing folders on that drive.

If I create a new folder, I can't paste the file into it.

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11537
  • ----IOFLU----
Re: /home not recognized after hardware change
« Reply #64 on: February 11, 2012, 10:43:32 PM »
I think that this is a folder permissions issue.

I go the StorageDrive and copy a file. That file can be pasted into existing folders on that drive.

If I create a new folder, I can't paste the file into it.

What are the permissions on the new directory?
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: /home not recognized after hardware change
« Reply #65 on: February 11, 2012, 11:11:17 PM »
When I create a new folder-

Permissions are -

Owner - Forbidden
Group - Can view & modify Content
Others- Forbidden

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: /home not recognized after hardware change
« Reply #66 on: February 11, 2012, 11:14:50 PM »
not sure how display it in the normal way (like a server)

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11537
  • ----IOFLU----
Re: /home not recognized after hardware change
« Reply #67 on: February 11, 2012, 11:36:11 PM »
not sure how display it in the normal way (like a server)

In a terminal, as root;

[root@localhost ~]# chmod -R 755 /StorageDrive               <Enter>

[root@localhost ~]# ls -l /StorageDrive              <Enter>

Post the results of the second command.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: /home not recognized after hardware change
« Reply #68 on: February 12, 2012, 12:10:13 AM »
Ok, permissions look better now- (folder names removed to protect the innocent  :D )

Code: [Select]
[hondo@localhost ~]$ su
Password:
[root@localhost ~]# chmod -R 755 /StorageDrive
[root@localhost ~]# ls -l /StorageDrive
total 15912
drwxr-xr-x   7 hondo hondo     4096 Oct  6  2010
drwxr-xr-x  12 hondo hondo     4096 Feb  8 18:13
drwxr-xr-x   2 hondo hondo     4096 Feb 11 07:13
drwxr-xr-x   5 hondo hondo     4096 Apr  4  2011
drwxr-xr-x   2 hondo hondo     4096 Feb  8 18:12
drwxr-xr-x  19 hondo hondo     4096 Apr 30  2010
drwxr-xr-x   2 hondo hondo     4096 Jul 17  2010
drwxr-xr-x   3 hondo hondo     4096 Feb  8 18:13
drwxr-xr-x  11 hondo hondo     4096 Feb  8 18:13
drwxr-xr-x   2 hondo hondo     4096 Feb  8 18:13
drwxr-xr-x  14 hondo hondo     4096 Feb  9 10:06
drwxr-xr-x   2 hondo hondo     4096 Jun 14  2010
drwxr-xr-x   2 hondo hondo     4096 Dec 24  2010
drwxr-xr-x   2 hondo hondo     4096 Jan  6  2010
drwxr-xr-x   6 hondo hondo     4096 Feb  9 10:01
-rwxr-xr-x   1 hondo hondo 15858082 Jul 27  2009
drwxr-xr-x   2 hondo hondo    16384 Feb  8 20:25 lost+found/
drwxr-xr-x  12 hondo hondo     4096 Feb  8 18:13
drwxr-xr-x   6 hondo hondo     4096 Oct 25 09:04
drwxr-xr-x   3 hondo hondo     4096 Dec  3 06:02
drwxr-xr-x+  3 hondo hondo     4096 Jan 13 19:09
drwxr-xr-x  10 hondo hondo    73728 Feb 11 20:30
drwxr-xr-x+  7 hondo hondo     4096 Feb 11 20:40
drwxr-xr-x   2 hondo hondo     4096 Feb  8 17:19
drwxr-xr-x  17 hondo hondo     4096 Jun 17  2011
drwxr-xr-x  30 hondo hondo     4096 Feb  8 23:50
drwxr-xr-x   5 hondo hondo     4096 Feb  8 18:13
drwxr-xr-x  17 hondo hondo     4096 Sep 17  2010
drwxr-xr-x  62 hondo hondo     4096 Feb  8 18:13
-rwxr-xr-x   1 hondo hondo   154678 Jan 23  2009
drwxr-xr-x   2 hondo hondo     4096 Feb  9 10:07
drwxr-xr-x   6 hondo hondo     4096 Mar 31  2011
drwxr-xr-x   2 hondo hondo     4096 Feb  8 17:21
drwxr-xr-x   5 hondo hondo     4096 Feb 11 20:48
drwxr-xr-x+  2 hondo hondo     4096 Feb 11 23:12
-rwxr-xr-x   1 hondo hondo    19595 Jan 13  2010
-rwxr-xr-x   1 hondo hondo    24587 Jan 30  2008 topleft.png*
drwxr-xr-x   2 hondo hondo     4096 Mar 31  2011
drwxr-xr-x   3 hondo hondo     4096 Feb 11 07:10
drwxr-xr-x   3 hondo hondo     4096 Feb  8 18:13
[root@localhost ~]#

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: /home not recognized after hardware change
« Reply #69 on: February 12, 2012, 12:13:50 AM »
Do I need to do that on the backup drive too?

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11537
  • ----IOFLU----
Re: /home not recognized after hardware change
« Reply #70 on: February 12, 2012, 12:14:47 AM »
Ok, permissions look better now- (folder names removed to protect the innocent  :D )

Code: [Select]
[hondo@localhost ~]$ su
Password:
[root@localhost ~]# chmod -R 755 /StorageDrive
[root@localhost ~]# ls -l /StorageDrive
total 15912
drwxr-xr-x   7 hondo hondo     4096 Oct  6  2010
drwxr-xr-x  12 hondo hondo     4096 Feb  8 18:13
drwxr-xr-x   2 hondo hondo     4096 Feb 11 07:13
drwxr-xr-x   5 hondo hondo     4096 Apr  4  2011
drwxr-xr-x   2 hondo hondo     4096 Feb  8 18:12
drwxr-xr-x  19 hondo hondo     4096 Apr 30  2010
drwxr-xr-x   2 hondo hondo     4096 Jul 17  2010
drwxr-xr-x   3 hondo hondo     4096 Feb  8 18:13
drwxr-xr-x  11 hondo hondo     4096 Feb  8 18:13
drwxr-xr-x   2 hondo hondo     4096 Feb  8 18:13
drwxr-xr-x  14 hondo hondo     4096 Feb  9 10:06
drwxr-xr-x   2 hondo hondo     4096 Jun 14  2010
drwxr-xr-x   2 hondo hondo     4096 Dec 24  2010
drwxr-xr-x   2 hondo hondo     4096 Jan  6  2010
drwxr-xr-x   6 hondo hondo     4096 Feb  9 10:01
-rwxr-xr-x   1 hondo hondo 15858082 Jul 27  2009
drwxr-xr-x   2 hondo hondo    16384 Feb  8 20:25 lost+found/
drwxr-xr-x  12 hondo hondo     4096 Feb  8 18:13
drwxr-xr-x   6 hondo hondo     4096 Oct 25 09:04
drwxr-xr-x   3 hondo hondo     4096 Dec  3 06:02
drwxr-xr-x+  3 hondo hondo     4096 Jan 13 19:09
drwxr-xr-x  10 hondo hondo    73728 Feb 11 20:30
drwxr-xr-x+  7 hondo hondo     4096 Feb 11 20:40
drwxr-xr-x   2 hondo hondo     4096 Feb  8 17:19
drwxr-xr-x  17 hondo hondo     4096 Jun 17  2011
drwxr-xr-x  30 hondo hondo     4096 Feb  8 23:50
drwxr-xr-x   5 hondo hondo     4096 Feb  8 18:13
drwxr-xr-x  17 hondo hondo     4096 Sep 17  2010
drwxr-xr-x  62 hondo hondo     4096 Feb  8 18:13
-rwxr-xr-x   1 hondo hondo   154678 Jan 23  2009
drwxr-xr-x   2 hondo hondo     4096 Feb  9 10:07
drwxr-xr-x   6 hondo hondo     4096 Mar 31  2011
drwxr-xr-x   2 hondo hondo     4096 Feb  8 17:21
drwxr-xr-x   5 hondo hondo     4096 Feb 11 20:48
drwxr-xr-x+  2 hondo hondo     4096 Feb 11 23:12
-rwxr-xr-x   1 hondo hondo    19595 Jan 13  2010
-rwxr-xr-x   1 hondo hondo    24587 Jan 30  2008 topleft.png*
drwxr-xr-x   2 hondo hondo     4096 Mar 31  2011
drwxr-xr-x   3 hondo hondo     4096 Feb 11 07:10
drwxr-xr-x   3 hondo hondo     4096 Feb  8 18:13
[root@localhost ~]#

Too late... we already know they are porn1, porn2, porn3, ... porn(nnn).  ;D ;D ;D
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11537
  • ----IOFLU----
Re: /home not recognized after hardware change
« Reply #71 on: February 12, 2012, 12:15:41 AM »
Do I need to do that on the backup drive too?

Wouldn't hurt!  ;D ;D
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: /home not recognized after hardware change
« Reply #72 on: February 12, 2012, 12:19:17 AM »
Ok, I'll run that as well.

Everything seems fine again- thank you very much for your help!

« Last Edit: February 12, 2012, 12:22:36 AM by Hondo »

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11537
  • ----IOFLU----
Re: /home not recognized after hardware change
« Reply #73 on: February 12, 2012, 12:29:05 AM »
Ok, I'll run that as well.

Everything seems fine again- thank you very much for your help!




Anytime.  ;D
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: /home not recognized after hardware change
« Reply #74 on: February 13, 2012, 07:06:49 PM »
Sorry to start this up again but I'm having folder permission problems -

I create a new folder on my StorageDrive and I can't paste anything into this new folder or create a new folder in it either.

I don't have any problem adding files to folders that are already in the /StorageDrive, so for some reason I am not being allowed ownership of folders that I create.

Here are the permissions of an existing folder (temp linux) and the new one (tester) -

Code: [Select]
drwxr-xr-x   4 hondo hondo   4096 Feb 12 07:40 Temp_Linux/
d---rwx---+  2 hondo hondo   4096 Feb 13 19:02 tester/

Any ideas?

Thanks -
« Last Edit: February 13, 2012, 07:09:40 PM by Hondo »