Сабж. С какого-то перепугу линукс стал воспринимать мой киндл как устройство «только для чтения» (в винде все ок).
daniel@debian:~$ sudo fdisk -l [sudo] password for daniel:
Disk /dev/sda: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk identifier: 0x000c13e4
Device Boot Start End Blocks Id System /dev/sda1 2048 664064547 332031250 83 Linux /dev/sda2 * 664270848 976771071 156250112 7 HPFS/NTFS/exFAT
Disk /dev/sdc: 1457 MB, 1457520640 bytes 4 heads, 16 sectors/track, 44480 cylinders, total 2846720 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000003
Device Boot Start End Blocks Id System /dev/sdc1 16 2846719 1423352 b W95 FAT32 daniel@debian:~$ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # / was on /dev/sda1 during installation UUID=5c1dec7c-fa33-439e-8365-3654216b707c / ext4 errors=remount-ro 0 1 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,ro 0 0 /dev/sda2 /media/win ntfs auto,rw 0 0 /dev/sdc1 /media/usb1 auto noauto,rw,user 0 0 /dev/sdd1 /media/usb2 auto noauto,rw,user 0 0 /dev/sde1 /media/usb3 auto noauto,rw,user 0 0