Ubuntu und Windows-Partitionen

-starter-

Neuling
Thread Starter
Mitglied seit
18.03.2002
Beiträge
306
Hallo,

hab gerade Ubuntu 5.10 installiert.
Meine 3-Windows-Partionen (ntfs) will ich auch unter Ubuntu lesen können.
Standardmäßig ist schon eine "hda1" gemountet, es kommt aber nur ein Fehler, dass ich diese nicht lesen könnte.
Woran könnte das liegen?

Hier hab ich mal probiert die platte zu unmounten und dann wieder zu mounten:

simon@tux:~$ sudo umount /media/
cdrom/ cdrom0/ cdrom1/ floppy/ floppy0/ hda1/ hda5/ hda6/ windows/
simon@tux:~$ sudo umount /media/hda1
simon@tux:~$ sudo mount /media/hda1 /media/windows/ -t ntfs -o umask=0222
mount: /media/hda1 ist kein blockorientiertes Gerät
simon@tux:~$
 
Wenn Du diese Anzeige nicht sehen willst, registriere Dich und/oder logge Dich ein.
du musst in deine /etc/fstab extra einträge machen, schau mal hier bspw:
http://www.kanotix.com/PNphpBB2-printview-t-12382-start-0.html

gibt zig artikel, alle zu erreichen per googlefon :wink:


P.S.: Hast du /media/windows schon per mkdir /media/windows erstellt? denn wo kein ordner ist, kann er auch net mounten...

Hoffe, das hilft dir, bin selbst absoluter Neuling...
 
mhh,

das Problem bei mir ist glaub ich nur, dass die Rechte falsch gesetzt sind. Mit der Kommandozeile komme ich z.B. mit sudo -s und dann cd /media/hda5/ auf die Windows-Partition.
Wie setze ich die Rechte so, dass ich auch als normaler Nutzer lesen (nicht schreiben, geht bei ntfs ja eh nicht) kann?
 
uid=dein nutzername, gid=dein nutzername ?
 
hä?

muss ich das nicht irgendwie mit
chmod ... /media/hda5/
machen?
 
also bei mir in der /etc/fstab steht unter anderem uid=meinName, gid=meinName drin, damit die NTFS-Partition, die beim Booten automatisch gemounted wird, auch für meinen nicht-Root-Account bei ubuntu verfügbar ist :)

So hats mir ein Komilitone, der sich seit fast 6 Jahren mit Linux beschäftigt gesagt :confused:
 
Q: How to mount/unmount Windows partitions (NTFS) manually, and allow all users to read only?
Read General Notes
Read How to list partition tables?

e.g. Assumed that /dev/hda1 is the location of Windows partition (NTFS)
Local mount folder: /media/windows
To mount Windows partition

sudo mkdir /media/windows
sudo mount /dev/hda1 /media/windows/ -t ntfs -o nls=utf8,umask=0222
To unmount Windows partition

sudo umount /media/windows/

Q: How to mount/unmount Windows partitions (FAT) manually, and allow all users to read/write?
Read General Notes
Read How to list partition tables?

e.g. Assumed that /dev/hda1 is the location of Windows partition (FAT)
Local mount folder: /media/windows
To mount Windows partition

sudo mkdir /media/windows
sudo mount /dev/hda1 /media/windows/ -t vfat -o iocharset=utf8,umask=000
To unmount Windows partition

sudo umount /media/windows/

Q: How to mount Windows partitions (NTFS) on boot-up, and allow all users to read only?
Read General Notes
Read How to list partition tables?

e.g. Assumed that /dev/hda1 is the location of Windows partition (NTFS)
Local mount folder: /media/windows

sudo mkdir /media/windows
sudo cp /etc/fstab /etc/fstab_backup
sudo gedit /etc/fstab
Append the following line at the end of file

/dev/hda1 /media/windows ntfs nls=utf8,umask=0222 0 0
Save the edited file (sample)
Read How to remount /etc/fstab without rebooting?

Q: How to mount Windows partitions (FAT) on boot-up, and allow all users to read/write?
Read General Notes
Read How to list partition tables?

e.g. Assumed that /dev/hda1 is the location of Windows partition (FAT)
Local mount folder: /media/windows

sudo mkdir /media/windows
sudo cp /etc/fstab /etc/fstab_backup
sudo gedit /etc/fstab
Append the following line at the end of file

/dev/hda1 /media/windows vfat iocharset=utf8,umask=000 0 0
Save the edited file (sample)
Read How to remount /etc/fstab without rebooting?

http://ubuntuguide.org/#mountunmountntfs
 
ah,

vielen dank. Jetzt funzt's.
zu Ubuntu hab ich allgemein noch einige Fragen. ich mach dann mal nen Sammel-Thread auf.
 
Hardwareluxx setzt keine externen Werbe- und Tracking-Cookies ein. Auf unserer Webseite finden Sie nur noch Cookies nach berechtigtem Interesse (Art. 6 Abs. 1 Satz 1 lit. f DSGVO) oder eigene funktionelle Cookies. Durch die Nutzung unserer Webseite erklären Sie sich damit einverstanden, dass wir diese Cookies setzen. Mehr Informationen und Möglichkeiten zur Einstellung unserer Cookies finden Sie in unserer Datenschutzerklärung.


Zurück
Oben Unten refresh