Questions tagged [mongodb]

MongoDB is a client-server document-oriented database management system. Its source code is available under the Affero General Public License.

StackOverflow has a more detailed description, with a list of useful hyperlinks.

83 questions
1
vote
1 answer

Permission denied:why can't start mongodb on /dev/sda4?

The block device attributes info on my sda. sudo blkid /dev/sda1: UUID="7E91-CA50" TYPE="vfat" PARTLABEL="win10" PARTUUID="b30fb21a-0b23-41fb-bed5-ad42ce287770" /dev/sda2: UUID="6512f5f3-d574-49dd-a5ba-572795df8792" TYPE="ext4" PARTLABEL="debian"…
showkey
  • 323
0
votes
1 answer

MongoDB on Archlinux without compiling from source

I can't seem to find a precompiled package that works for Arch. I believe I've tried all the debian-style packages, to no avail. There is no longer an actively-managed mongodb package. And compiling from source apparently requires like a couple…
editor
  • 105
0
votes
0 answers

Different output between du and ls -h on mongodb .wt file

$ du -sh 0--989303831270119069.wt 1.6T 0--989303831270119069.wt $ ll -h 0--989303831270119069.wt -rw-rw-r-- 1 mongo mongo 3.6T Oct 22 18:17 0--989303831270119069.wt I want to know why? Is it a sparse file or something else?
-2
votes
1 answer

bash: mongod: command not found

mongod is running, but show this error as title. [root ~]# sudo lsof -i:27017 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME mongod 1608 root 7u IPv4 10941 0t0 TCP localhost:27017 (LISTEN) mongod 1608 root 33u IPv4 11283 …