Cannot see the volume when mounting

Status
Not open for further replies.

Ben W

Cadet
Joined
Nov 5, 2013
Messages
2
I was attempting to add more RAM to my server, but had an issue after installing it. In the GUI, I noticed the message for one of the volumes said "Error getting space info." I've done some searching around for solutions but had no luck.

My server is a Dell PowerEdge desktop server.
Intel Celeron 2.53GHz
1GB RAM
Two Sata drives
and one IDE drive.

The main problem is the IDE drive, which is 500GB storing most of my media, and college files.
I've did some commands that I found which related to my issue. But no luck.

Here is some details:
NOTE: Pool D is the one I am having the issue... It does show in the list, because I used the command to mount (zpool import -R /mnt/D D) and performing ls /mnt/D gives

Code:
[root@file-server] ~# ls /mnt/D
./    ../  D/    mntD/
[root@file-server] ~# ls /mnt/D/D
./    ../    jails/
[root@file-server] ~# ls /mnt/D/mntD
./                                        Fleet details(1).xlsx                    Thumbs.db
../                                      House & Car Info/                        UNIVERSITY OF PHOENIX/
537182_1429693570582737_2052018358_n.jpg  Media/                                    ben1.jpg
COMPANY/                                  Networking/                              jails/
Desktop/                                  SAMPLE SITE/              



zpool status
Code:
  pool: D
state: ONLINE
  scan: none requested
config:
 
        NAME                                          STATE    READ WRITE CKSUM
        D                                            ONLINE      0    0    0
          gptid/456de7bf-418b-11e3-ab8a-001111be3eb5  ONLINE      0    0    0
 
errors: No known data errors
 
  pool: Drive1
state: ONLINE
  scan: none requested
config:
 
        NAME                                          STATE    READ WRITE CKSUM
        Drive1                                        ONLINE      0    0    0
          gptid/e44328ee-4457-11e3-8ed1-001111be3eb5  ONLINE      0    0    0
 
errors: No known data errors
 
  pool: Misc
state: ONLINE
  scan: none requested
config:
 
        NAME                                          STATE    READ WRITE CKSUM
        Misc                                          ONLINE      0    0    0
          gptid/4e6f9133-41da-11e3-8b14-001111be3eb5  ONLINE      0    0    0
 
errors: No known data errors



gpart show
Code:
[root@file-server] ~# gpart show
=>      34  976773101  ada0  GPT  (465G)
        34        94        - free -  (47k)
        128    4194304    1  freebsd-swap  (2.0G)
    4194432  972578703    2  freebsd-zfs  (463G)
 
=>      34  625142381  ada1  GPT  (298G)
        34        94        - free -  (47k)
        128    4194304    1  freebsd-swap  (2.0G)
    4194432  620947983    2  freebsd-zfs  (296G)
 
=>      34  390721901  ada2  GPT  (186G)
        34        94        - free -  (47k)
        128    4194304    1  freebsd-swap  (2.0G)
    4194432  386527503    2  freebsd-zfs  (184G)
 
=>    63  7831489  da0  MBR  (3.8G)
      63  1930257    1  freebsd  [active]  (942M)
  1930320      63      - free -  (31k)
  1930383  1930257    2  freebsd  (942M)
  3860640    3024    3  freebsd  (1.5M)
  3863664    41328    4  freebsd  (20M)
  3904992  3926560      - free -  (1.9G)
 
=>      0  1930257  da0s1  BSD  (942M)
        0      16        - free -  (8.0k)
      16  1930241      1  !0  (942M)
 


geom disk list

Code:
[root@file-server] ~# geom disk list
Geom name: ada0
Providers:
1. Name: ada0
  Mediasize: 500107862016 (465G)
  Sectorsize: 512
  Mode: r2w2e5
  descr: ST3500630A
  ident: 9QGA9TTG
  fwsectors: 63
  fwheads: 16
 
Geom name: ada1
Providers:
1. Name: ada1
  Mediasize: 320072933376 (298G)
  Sectorsize: 512
  Mode: r2w2e5
  descr: WDC WD3200JS-60PDB0
  ident: WD-WCAPD1027343
  fwsectors: 63
  fwheads: 16
 
Geom name: ada2
Providers:
1. Name: ada2
  Mediasize: 200049647616 (186G)
  Sectorsize: 512
  Mode: r2w2e5
  descr: ST3200827AS
  ident: 5ND557XP
  fwsectors: 63
  fwheads: 16
 
Geom name: da0
Providers:
1. Name: da0
  Mediasize: 4009754624 (3.8G)
  Sectorsize: 512
  Mode: r2w1e4
  descr: USB DISK 2.0
  ident: 079B1B07A8F40ACA
  fwsectors: 63
  fwheads: 255


I've tried Auto import volume, but nothing shows in the list.
I'm not sure what else to do now. Any help will be great.
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
So you are using 1/8th of the minimum RAM for FreeNAS with ZFS and you are complaining about stability problems? I'm in shock!
 

Ben W

Cadet
Joined
Nov 5, 2013
Messages
2
I never had a problem with it before. I'm sorry I wasted my own time asking for a little advice. I'll just figure it out myself since I'm just going to get flamed.
 

gpsguy

Active Member
Joined
Jan 22, 2012
Messages
4,472
Flamed or not, please be careful executing random commands you find on the 'net. Especially one's that have a "-f/F" in them.

Please add some additional RAM.
 
Status
Not open for further replies.
Top