Ich kann meine SSD-Gerätedatei in / dev nicht erkennen

384
Ashish

Ich verwende Ubuntu und kann meine SSD-Gerätedatei nicht finden. Das Verzeichnis / dev hat folgenden Inhalt:

agpgart audio audio1 audio2 audio3 audioctl char console core dsp dsp1 dsp2 dsp3 fd full kmem kmsg log loop0 loop1 loop2 loop3 loop4 loop5 loop6 loop7 mem midi0 midi00 midi01 midi02 midi03 midi1 midi2 midi3 mixer mixer1 mixer2 mixer3 mpu401data mpu401stat null port ptmx pts ptyp0 ptyp1 ptyp2 ptyp3 ptyp4 ptyp5 ptyp6 ptyp7 ptyp8 ptyp9 ptypa ptypb ptypc ptypd ptype ptypf ram ram0 ram1 ram10 ram11 ram12 ram13 ram14 ram15 ram16 ram2 ram3 ram4 ram5 ram6 ram7 ram8 ram9 random rmidi0 rmidi1 rmidi2 rmidi3 sequencer shm smpte0 smpte1 smpte2 smpte3 sndstat stderr stdin stdout tty tty0 tty1 tty10 tty11 tty12 tty2 tty3 tty4 tty5 tty6 tty7 tty8 tty9 ttyp0 ttyp1 ttyp2 ttyp3 ttyp4 ttyp5 ttyp6 ttyp7 ttyp8 ttyp9 ttypa ttypb ttypc ttypd ttype ttypf urandom xconsole zero 

Kann jemand vorschlagen, welche meine SSD-Datei darstellen soll?

Bearbeiten: Der Befehl mount gibt die folgende Ausgabe aus:

/dev/simfs / simfs rw,relatime 0 0 proc /proc proc rw,relatime 0 0 sysfs /sys sysfs rw,relatime 0 0 none /dev/pts devpts rw,nosuid,noexec,relatime,mode=600,ptmxmode=000 0 0 none /proc/sys/fs/binfmt_misc binfmt_misc rw,nosuid,nodev,noexec,relatime 0 0 none /run tmpfs rw,nosuid,noexec,relatime,size=943720k,mode=755 0 0 none /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0 none /run/shm tmpfs rw,relatime 0 0 

Edit 2: Inhalte von / etc / fstab sind:

proc /proc proc defaults 0 0 none /dev/pts devpts rw,gid=5,mode=620 0 0 none /run/shm tmpfs defaults 0 0 
0

1 Antwort auf die Frage

1
grawity

Keiner von denen.

/dev/simfszeigt an, dass Ihr Ubuntu auf einem "simfs" -Gerät läuft, das ein virtuelles OpenVZ-Dateisystem ist. Der gesamte "Server" ist lediglich ein OpenVZ-Container auf der Host-Hardware - wahrscheinlich neben mehreren Dutzend anderen Containern, die anderen Kunden gehören - und hat keinen Zugriff auf die tatsächliche Dateisystemstruktur, geschweige denn die Hardware.

Es kann also nur ein kleiner Teil der realen Festplatte über das simfsGerät aufgerufen werden.

/ Dev / simfs existiert jedoch nicht. Warum? Und ist es möglich, es aufzuteilen? :) Ashish vor 9 Jahren 0
@Ashish: Da es sich nicht um ein _real_-Gerät handelt, wird es von OpenVZ emuliert, nur um etwas in der mtab anzuzeigen, anstatt Informationen über Geräte auf dem Host zu verlieren. Und nein, Sie können es nicht partitionieren, weil es in diesem Fall keine Partitionen gibt. Sie haben kein VPS mit Festplatten und so. Sie haben einen Container, der von einem _subdirectory_ auf dem Host aus ausgeführt wird. grawity vor 9 Jahren 0