Difference between revisions of "Linux command: mount"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) m (Protected "Linux command: mount" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
Rafahsolis (talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | mount drives | + | == mount drives examples == |
| − | mount -t | + | mount -t vfat /dev/hda /media/sdb |
| − | + | mount -t ntfs-3g /dev/hda /media/sdb | |
| + | mount -t iso9660 /dev/cdrom /media/cdrom | ||
| + | ntfs-3g es un paquete que hay que instalar. | ||
see df and fdisk | see df and fdisk | ||
Revision as of 08:44, 4 March 2016
mount drives examples
mount -t vfat /dev/hda /media/sdb mount -t ntfs-3g /dev/hda /media/sdb mount -t iso9660 /dev/cdrom /media/cdrom
ntfs-3g es un paquete que hay que instalar. see df and fdisk