Hi everybody,
(Sorry if I opened topics that I interrupted. I've been a few month abroad).
I've been formating an external HDD primary ext4. Now I cannot do anything on it: I cannot write on it and I cannot unmount it. Please, how could I succeed in writing something on it?
If this can help you:
(Sorry if I opened topics that I interrupted. I've been a few month abroad).
I've been formating an external HDD primary ext4. Now I cannot do anything on it: I cannot write on it and I cannot unmount it. Please, how could I succeed in writing something on it?
If this can help you:
Code:
auie@uwe:~$ 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> # / was on /dev/sda8 during installation UUID=37cdb496-76cd-45cf-9d77-da57a4af5248 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda7 during installation UUID=5c783e48-20cf-4b79-bad4-b6485fc3697f none swap sw 0 0 192.168.0.101:/ /s nfs auto,user auie@uwe:~$
Code:
auie@uwe:~$ sudo parted -l [sudo] Passwort für auie: Modell: ATA WDC WD5000BPKT-7 (scsi) Festplatte /dev/sda: 500GB Sektorgröße (logisch/physisch): 512B/4096B Partitionstabelle: msdos Disk-Flags: Nummer Anfang Ende Größe Typ Dateisystem Flags 1 32,3kB 41,1MB 41,1MB primary fat16 diag 2 41,9MB 828MB 786MB primary ntfs boot 3 828MB 90,9GB 90,1GB primary ntfs 4 90,9GB 500GB 409GB extended LBA 8 147GB 362GB 215GB logical ext4 6 362GB 437GB 75,4GB logical ext4 7 437GB 446GB 8291MB logical linux-swap(v1) 5 446GB 500GB 54,3GB logical ntfs Modell: SD 128MB (sd/mmc) Festplatte /dev/mmcblk0: 126MB Sektorgröße (logisch/physisch): 512B/512B Partitionstabelle: msdos Disk-Flags: Nummer Anfang Ende Größe Typ Dateisystem Flags 1 50,7kB 126MB 126MB primary fat16 boot auie@uwe:~$
Code:
auie@uwe:~$ sudo blkid /dev/sda1: SEC_TYPE="msdos" LABEL="DellUtility" UUID="5450-4444" TYPE="vfat" PARTUUID="9a91e749-01" /dev/sda2: LABEL="RECOVERY" UUID="D28EE6808EE65C8B" TYPE="ntfs" PARTUUID="9a91e749-02" /dev/sda3: LABEL="OS" UUID="EEA49BBBA49B84AD" TYPE="ntfs" PARTUUID="9a91e749-03" /dev/sda5: UUID="DA10AA6610AA48F9" TYPE="ntfs" PARTUUID="9a91e749-05" /dev/sda6: UUID="84b62f09-e544-44b6-959b-ade9d18ba970" TYPE="ext4" PARTUUID="9a91e749-06" /dev/sda7: UUID="5c783e48-20cf-4b79-bad4-b6485fc3697f" TYPE="swap" PARTUUID="9a91e749-07" /dev/sda8: UUID="37cdb496-76cd-45cf-9d77-da57a4af5248" TYPE="ext4" PARTUUID="9a91e749-08" /dev/mmcblk0: PTUUID="8dc297e4" PTTYPE="dos" /dev/mmcblk0p1: SEC_TYPE="msdos" UUID="0000-0001" TYPE="vfat" PARTUUID="8dc297e4-01" auie@uwe:~$
Comment