The bizarre thing is that I can create a folder and a .txt file in the HD of my cell phone and edit it, but I can't paste a .pdf file into it. The file manager says that I have permission to read and write in this drive.
In the USB stick, which I use for installing Mageia, I can't even create a folder. The permission of this drive is as "only reading", I tried to change the permissions through a file manager (obviously that I opened the program in root mode), but I hadn't success.
- Code: Select all
# fdisk -l
[...]
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 63 83971754 83971692 40G 7 HPFS/NTFS/exFAT
/dev/sda2 83971816 488396799 404424984 192,9G f W95 Ext'd (LBA)
/dev/sda5 83971818 429674942 345703125 164,9G 7 HPFS/NTFS/exFAT
/dev/sda6 429676544 478502715 48826172 23,3G 83 Linux
/dev/sda7 478504960 482408447 3903488 1,9G 82 Linux swap / Solaris
/dev/sda8 482410496 488396799 5986304 2,9G 83 Linux
Disco /dev/sdb: 1,9 GiB, 1990197248 bytes, 3887104 setores
Unidades: setor de 1 * 512 = 512 bytes
Tamanho de setor (lógico/físico): 512 bytes / 512 bytes
Tamanho E/S (mínimo/ótimo): 512 bytes / 512 bytes
Tipo de rótulo do disco: dos
Identificador do disco: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/sdb1 131 3887103 3886973 1,9G 6 FAT16
Disco /dev/sdc: 7,2 GiB, 7748222976 bytes, 15133248 setores
Unidades: setor de 1 * 512 = 512 bytes
Tamanho de setor (lógico/físico): 512 bytes / 512 bytes
Tamanho E/S (mínimo/ótimo): 512 bytes / 512 bytes
Tipo de rótulo do disco: dos
Identificador do disco: 0x3983f878
The Disco /dev/sdb: 1,9 GiB, 1990197248 bytes, 3887104 setores is the cell phone; pySDM says that its type is msdos
The Disco /dev/sdc: 7,2 GiB, 7748222976 bytes, 15133248 setores is the USB stick I use for installing Mageia; pySDM says that sdc1 (mounted) type is dos and sdc2 (unmounted) is vfat
I had to access the Windows system, which I have installed in my computer alongside Mageia, to paste the file in these external drivers. But I would like to do this kind of task in GNU/Linux.