Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Run255

1
Allgemein [ General ] / USB 2TB ntfs platte mounten?
« on: January 05, 2017, 09:57:28 »
Super,

Danke, hat geklappt.

Jetzt versuche ich die "anderen" Probleme zu lösen.


2
Allgemein [ General ] / USB 2TB ntfs platte mounten?
« on: January 03, 2017, 18:14:47 »
Hi,

ich habe in der Signatur mein System eingetragen.
Mein Debug-Log Code: CxfyzC
Wie cool ist das den?!?

Ich habe zuvor, oder parallel noch aktiv yavdr.
Für den Umstig zum testen habe ich MLD auf ein USB-Stick installiert und stecke es rein, wenn ich daran "rum spiele" (WAF etc..)

Nun habe ich meine Keymacros und Lircd eingespiel etc.
Soweit klappt es einigermaßen. Aber ich komme nicht an meine USB Festplatte ran.

Wenn ich mount aufrufe kommt:
Code: [Select]
MLD> mount
/dev/sde1 on / type btrfs (rw,relatime,noacl,space_cache,subvolid=259,subvol=/@root____________________)
proc on /proc type proc (rw,relatime)
sys on /sys type sysfs (rw,relatime)
tmp on /tmp type tmpfs (rw,relatime)
run on /run type tmpfs (rw,relatime)
dev on /dev type devtmpfs (rw,relatime,size=1994864k,nr_inodes=498716,mode=755)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
log on /var/log type tmpfs (rw,relatime)
/dev/sde2 on /media/usb-sde2 type xfs (rw,relatime,attr2,inode64,noquota)
/dev/sde1 on /var/cache type btrfs (rw,relatime,noacl,space_cache,subvolid=257,subvol=/@cache)
/dev/sda1 on /mnt/data type ext4 (rw,relatime,data=ordered)
/dev/sdc1 on /mnt/sdc1 type ext4 (rw,relatime,data=ordered)
/dev/sdb1 on /mnt/sdb1 type ext4 (rw,relatime,data=ordered)
MLD>

/dev/sde2 on /media/usb-sde2 type xfs (rw,relatime,attr2,inode64,noquota)
Da ist die Platte, aber ohne Inhalt

3
Allgemein [ General ] / [gelöst] USB 2TB ntfs platte mounten?
« on: January 03, 2017, 16:55:54 »
Moin, moin,

ich bekomme meine externe ntfs-Festplatte nicht eingebunden.

Wenn ich von Hand
Code: [Select]
ntfs-3g /dev/sdd1 /mnt/sdd1eingebe, dann gehtes und alles ist ok.

Aber wenn ich in fstab
Code: [Select]
/dev/sdd1   /mnt/sdd1       ntfs    defaults         0 0eintrage passiert nix!

Was mache ich falsch?
ntfs-3g ist installiert.