Auteur Topic: Opslagcapaciteit beheren  (gelezen 2107 keer)

Offline Luc_1983

  • Bedankjes
  • -Gegeven: 3
  • -Ontvangen: 0
  • Berichten: 38
Opslagcapaciteit beheren
« Gepost op: 15 oktober 2013, 21:00:34 »
Hallo,

Mijn 1TB schijf is bijna vol. Nu begrijp ik niet goed waardoor deze vol raakt. Op welke simpele manier kan ik zien waardoor deze schijf vol raakt? Zodat ik hier een oplossing voor kan zoeken.

Ik hoor het graag, alvast bedankt!

gr. luc
  • Mijn Synology: DS213
  • HDD's: 2 x WD10EFRX

Offline Birdy

  • Global Moderator
  • MVP
  • *
  • Bedankjes
  • -Gegeven: 1417
  • -Ontvangen: 8137
  • Berichten: 44.508
    • Truebase
Re: Opslagcapaciteit beheren
« Reactie #1 Gepost op: 15 oktober 2013, 21:10:07 »
Gebruik je Cloud ?
En als je bekent bent met DSM/Linux/SSH/Telnet:

du -acs -d 1 -h /


CS406      DSM 2.0-0731    DS508      DSM 4.0-2265      DS411+II  DSM 6.2.4-25556-8   DS115J    DSM 7.1.1-42962-7   DS918+    DSM 6.2.4-25556-8
DS107+     DSM 3.1-1639    DS411slim  DSM 6.2.4-25556   DS213J    DSM 6.2.4-25556-7   DS1515+   DSM 6.2.4-25556-8   DS220+    DSM 7.2.2-72806-3
DS107+     DSM 3.1-1639    DS111      DSM 5.2-5967-9    DS413J    DSM 6.2.3-25426-2   DS716+II  DSM 7.2.2-72806-3   RT2600ac  SRM 1.3.1-9346-13
BeeDrive   1TB             BeeStation BSM 1.2-65586                                                                 MR2200ac  SRM 1.3.1-9346-13

Offline StefaanD

  • MVP
  • *
  • Bedankjes
  • -Gegeven: 48
  • -Ontvangen: 96
  • Berichten: 345
Re: Opslagcapaciteit beheren
« Reactie #2 Gepost op: 16 oktober 2013, 14:57:01 »
Het zou wel zinvol zijn als je dergelijke terminal commando's plaatst dat je ook kort eens uitleg geeft wat het precies doet.
  • Mijn Synology: DS2413+
  • HDD's: 8 x 4TB
  • Extra's: 4 GB
Momenteel niets
5-star contributor My Movies Pro

Offline Briolet

  • Global Moderator
  • MVP
  • *
  • Bedankjes
  • -Gegeven: 181
  • -Ontvangen: 2697
  • Berichten: 16.686
Re: Opslagcapaciteit beheren
« Reactie #3 Gepost op: 16 oktober 2013, 15:15:02 »
Ik weet nog steeds niet hoe je de handleiding in de Linux shell van de nas oproept. Alleen bij een fout commando wordt je de handleiding voorgeschoteld.

Op de mac type ik: "man du"  en dan krijg ik iets van:

DU(1)                     BSD General Commands Manual                    DU(1)

NAME
     du -- display disk usage statistics

SYNOPSIS
     du [-H | -L | -P] [-a | -s | -d depth] [-c] [-h | -k | -m | -g] [-x]
        [-I mask] [file ...]

DESCRIPTION
     The du utility displays the file system block usage for each file argu-
     ment and for each directory in the file hierarchy rooted in each direc-
     tory argument.  If no file is specified, the block usage of the hierarchy
     rooted in the current directory is displayed.

     The options are as follows:

     -a      Display an entry for each file in a file hierarchy.

     -c      Display a grand total.

     -d depth
             Display an entry for all files and directories depth directories
             deep.

     -H      Symbolic links on the command line are followed, symbolic links
             in file hierarchies are not followed.

     -h      "Human-readable" output.  Use unit suffixes: Byte, Kilobyte,
             Megabyte, Gigabyte, Terabyte and Petabyte.

     -I mask
             Ignore files and directories matching the specified mask.

     -g      Display block counts in 1073741824-byte (1-Gbyte) blocks.

     -k      Display block counts in 1024-byte (1-Kbyte) blocks.

     -L      Symbolic links on the command line and in file hierarchies are
             followed.

     -m      Display block counts in 1048576-byte (1-Mbyte) blocks.

     -P      No symbolic links are followed.  This is the default.

     -r      Generate messages about directories that cannot be read, files
             that cannot be opened, and so on.  This is the default case.
             This option exists solely for conformance with X/Open Portability
             Guide Issue 4 (``XPG4'').

     -s      Display an entry for each specified file.  (Equivalent to -d 0)

     -x      File system mount points are not traversed.

     The du utility counts the storage used by symbolic links and not the
     files they reference unless the -H or -L option is specified.  If either
     the -H or -L options are specified, storage used by any symbolic links
     which are followed is not counted or displayed.  If more than one of the
     -H, -L, and -P options is specified, the last one given is used.

     Files having multiple hard links are counted (and displayed) a single
     time per du execution.  Directories having multiple hard links (typically
     Time Machine backups) are counted a single time per du execution.

ENVIRONMENT
     BLOCKSIZE  If the environment variable BLOCKSIZE is set, and the -k
                option is not specified, the block counts will be displayed in
                units of that size block.  If BLOCKSIZE is not set, and the -k
                option is not specified, the block counts will be displayed in
                512-byte blocks.

LEGACY DESCRIPTION
     In legacy mode, only one of the -H, -L, or -P options may be specified.

     The command will detect and report a SYMLOOP error (loop involving sym-
     bolic links).  In legacy mode, this is not the case.

     For more information about legacy mode, see compat(5).

SEE ALSO
     df(1), fts(3), compat(5), symlink(7), quot(8)

HISTORY
     A du command appeared in Version 1 AT&T UNIX.

BSD                              June 2, 2004                              BSD
NB de syntax van Linux op de nas is beperkter.
p.s. kan iemand vertellen met welk commando je dit op de nas oproept?
  • Mijn Synology: DS415+
  • HDD's: 3x 3TB in SHR
  • Extra's: DS212J, RT1900ac

Offline Birdy

  • Global Moderator
  • MVP
  • *
  • Bedankjes
  • -Gegeven: 1417
  • -Ontvangen: 8137
  • Berichten: 44.508
    • Truebase
Re: Opslagcapaciteit beheren
« Reactie #4 Gepost op: 16 oktober 2013, 18:00:14 »
Citaat
Het zou wel zinvol zijn als je dergelijke terminal commando's plaatst dat je ook kort eens uitleg geeft wat het precies doet.
Dan krijg je een lijst van mappen op volgorde van grootte.


CS406      DSM 2.0-0731    DS508      DSM 4.0-2265      DS411+II  DSM 6.2.4-25556-8   DS115J    DSM 7.1.1-42962-7   DS918+    DSM 6.2.4-25556-8
DS107+     DSM 3.1-1639    DS411slim  DSM 6.2.4-25556   DS213J    DSM 6.2.4-25556-7   DS1515+   DSM 6.2.4-25556-8   DS220+    DSM 7.2.2-72806-3
DS107+     DSM 3.1-1639    DS111      DSM 5.2-5967-9    DS413J    DSM 6.2.3-25426-2   DS716+II  DSM 7.2.2-72806-3   RT2600ac  SRM 1.3.1-9346-13
BeeDrive   1TB             BeeStation BSM 1.2-65586                                                                 MR2200ac  SRM 1.3.1-9346-13


 

Uitbreiden opslagcapaciteit

Gestart door Bert KrusBoard NAS hardware vragen

Reacties: 0
Gelezen: 1402
Laatste bericht 06 juni 2013, 17:03:11
door Bert Krus
Vervangen schijven ter uitbreiding opslagcapaciteit (DS218play)

Gestart door mpetersBoard NAS hardware vragen

Reacties: 4
Gelezen: 504
Laatste bericht 19 april 2024, 09:35:43
door Birdy
Grotere hdd om opslagcapaciteit uit te breiden

Gestart door antnclaraBoard NAS hardware vragen

Reacties: 3
Gelezen: 396
Laatste bericht 17 maart 2022, 16:21:26
door Birdy
Beschikbaar opslagcapaciteit verminderd na installatie DSM 5

Gestart door filiepBoard Cloud Station & Drive

Reacties: 6
Gelezen: 3371
Laatste bericht 04 april 2014, 12:34:19
door T-Ricky
2 Schijven die mirroren (SHR?) wijzigen om opslagcapaciteit te verdubbelen?

Gestart door spoorenBoard NAS hardware vragen

Reacties: 1
Gelezen: 445
Laatste bericht 01 april 2025, 21:57:22
door Birdy