The disk drive for /media/disk-1 not ready yet or not presentContinue to wait; Press S to skip mounting or M for manual recover
sudo blkidls -al /media
# /etc/fstab: static file system information.## Use 'blkid -o value -s UUID' 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 nodev,noexec,nosuid 0 0# / was on /dev/sda2 during installationUUID=7fd9877e-c72b-4687-acf9-77933dfc0738 / ext4 errors=remount-ro 0 1# /home was on /dev/sda4 during installationUUID=0d035601-25d6-4537-b731-89dfe4efb9ed /home ext4 defaults 0 2# /media/disk-1 was on /dev/sda1 during installationUUID=70CC2397CC23571E /media/disk-1 ntfs defaults,nls=utf8,umask=007,gid=46 0 0# swap was on /dev/sda3 during installationUUID=fb146e4c-2fea-4dd3-83f7-896097359de3 none swap sw 0 0
masi@masi-compaq:~$ sudo blkid/dev/sda1: UUID="7224B15424B11C53" TYPE="ntfs" /dev/sda2: LABEL="/" UUID="7fd9877e-c72b-4687-acf9-77933dfc0738" TYPE="ext4" /dev/sda3: UUID="fb146e4c-2fea-4dd3-83f7-896097359de3" TYPE="swap" /dev/sda4: LABEL="/home" UUID="0d035601-25d6-4537-b731-89dfe4efb9ed" TYPE="ext4" masi@masi-compaq:~$
masi@masi-compaq:~$ ls -al /mediacelkem 12drwxr-xr-x 3 root root 4096 2010-06-23 17:35 .drwxr-xr-x 22 root root 4096 2010-06-22 15:42 ..drwxr-xr-x 2 root root 4096 2010-06-22 17:06 disk-1masi@masi-compaq:~$
fstab:UUID=70CC2397CC23571E /media/disk-1 ntfs defaults,nls=utf8,umask=007,gid=46 0 0...blkid:/dev/sda1: UUID="7224B15424B11C53" TYPE="ntfs"