# Find details of the hard disk
fdisk -l
# Create directory in /media
sudo mkdir /media/external
# Mount drive
# FAT16 or FAT32
sudo mount -t vfat /dev/sdb1 /media/external -o uid=1000,gid=100,utf8,dmask=027,fmask=137
# NTFS
sudo mount -t ntfs-3g /dev/sdb1 /media/external
# Unmount before plugging out
sudo umount /media/external
Monday, November 16, 2009
Manually mount USB hard disk
Ref: https://help.ubuntu.com/community/Mount/USB
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2009
(143)
-
▼
November
(10)
- [Solved] No sound on external speaker for eeePc ru...
- Joining 2 videos in Ubuntu
- Delete remote tracking branch in git
- Authlogic login in rails functional tests
- Manually mount USB hard disk
- ignore files that are already tracked in git
- git date spec, ordinal spec, carrot parent, tilde ...
- Narrow down to a bad commit with git bisect
- View commit difference with breakdown of commit de...
- Show only difference in commit logs between 2 git ...
-
▼
November
(10)
No comments:
Post a Comment