Moderator: Moderators
$ su
Password: <--- type the root user's password here and hit Enter
## blkid
/dev/sda1: LABEL="PQSERVICE" UUID="0E4E-05CE" TYPE="vfat"
/dev/sda2: LABEL="ACER" UUID="320D-180E" TYPE="vfat"
/dev/sda3: UUID="6922fb8c-6ba1-4657-97a9-a640eb8e6537" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda5: UUID="e19b8c79-b65e-46bf-9273-abd228d7eec2" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda6: UUID="2322ac6a-3f45-451a-a57a-a88f63d41e8b" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda7: TYPE="swap" UUID="f6c9d273-f339-4d21-be63-ca64bcb88534"
/dev/sdb1: UUID="9884B0A684B08870" LABEL="SEA_DISC" TYPE="ntfs"
/dev/sdc1: UUID="E8E8ED01E8ECCEBE" LABEL="IOMEGA_HDD" TYPE="ntfs"
/dev/sdd1: LABEL="IHP100" UUID="1B05-1B41" TYPE="vfat"# mkdir /media/SEA_DISC <--- This creates a mount point called "SEA_DISC" for your drive.
# locale -a <--- This lists the locales (countries and languages) currently configured on your PC
# nano /etc/fstab <--- This runs the text editor Nano to open the fstab file/dev/sdb1 /media/SEA_DISC ntfs-3g defaults 0 0/dev/sdb1 /media/SEA_DISC ntfs-3g defaults,locale=fr_FR.utf-8 0 0UUID=9884B0A684B08870 /media/SEA_DISC ntfs-3g defaults 0 0UUID=9884B0A684B08870 /media/SEA_DISC ntfs-3g defaults,locale=fr_FR.utf-8 0 0UUID=2322ac6a-3f45-451a-a57a-a88f63d41e8b / ext3 user_xattr,commit=60,noatime,nodiratime 1 1
UUID=e19b8c79-b65e-46bf-9273-abd228d7eec2 /home ext3 user_xattr,commit=60,noatime,nodiratime 1 2
UUID=6922fb8c-6ba1-4657-97a9-a640eb8e6537 /boot ext3 user_xattr,commit=60,noatime,nodiratime 1 2
/dev/shm /dev/shm tmpfs defaults 0 0
UUID=f6c9d273-f339-4d21-be63-ca64bcb88534 swap swap defaults 0 0UUID=2322ac6a-3f45-451a-a57a-a88f63d41e8b / ext3 user_xattr,commit=60,noatime,nodiratime 1 1
UUID=e19b8c79-b65e-46bf-9273-abd228d7eec2 /home ext3 user_xattr,commit=60,noatime,nodiratime 1 2
UUID=6922fb8c-6ba1-4657-97a9-a640eb8e6537 /boot ext3 user_xattr,commit=60,noatime,nodiratime 1 2
/dev/shm /dev/shm tmpfs defaults 0 0
UUID=f6c9d273-f339-4d21-be63-ca64bcb88534 swap swap defaults 0 0
UUID=9884B0A684B08870 /media/SEA_DISC ntfs-3g defaults,locale=en_GB.utf-8 0 0If you're wondering what this lovely application does, well, it translated your mouse clicks into a series of commands.
Here's the set of commands that would have made the same result, when mounting Windows:
- Code: Select all
sudo mkdir /media/Windows
sudo echo "/dev/sda1 /media/Windows ntfs-3g defaults,locale=utf8 0 0" >> /etc/fstab
sudo mount -a
This, more or less, fits the bill. There are other options available, but you get the same results.
Return to 3D Desktops and Window Managers
Users browsing this forum: No registered users and 0 guests