Thread: Mounting manually disks
hello, trying mount manually 2 disks in ubuntu server (10.04 lucyd linx).
anyway, appears me:
i trying use guide https://help.ubuntu.com/community/mount/usb , yes disks (one pen , 1 pen both usb). if me please! thank you!root@ns353440:~# sudo fdisk -1
fdisk: invalid option -- '1'
usage:
fdisk [options] <disk> change partition table
fdisk [options] -l <disk> list partition table(s)
fdisk -s <partition> give partition size(s) in blocks
options:
-b <size> sector size (512, 1024, 2048 or 4096)
-c switch off dos-compatible mode
-h print help
-u <size> give sizes in sectors instead of cylinders
-v print version
-c <number> specify number of cylinders
-h <number> specify number of heads
-s <number> specify number of sectors per track
root@ns353440:~# sudo fdisk -l
disk /dev/sda: 750.2 gb, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders
units = cylinders of 16065 * 512 = 8225280 bytes
sector size (logical/physical): 512 bytes / 512 bytes
i/o size (minimum/optimal): 512 bytes / 512 bytes
disk identifier: 0x000774aa
device boot start end blocks id system
/dev/sda1 * 1 1275 10238976+ fd linux raid autodetect
/dev/sda2 1276 90946 720282307+ fd linux raid autodetect
/dev/sda3 90947 91201 2046879+ 82 linux swap / solaris
disk /dev/sdb: 750.2 gb, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders
units = cylinders of 16065 * 512 = 8225280 bytes
sector size (logical/physical): 512 bytes / 512 bytes
i/o size (minimum/optimal): 512 bytes / 512 bytes
disk identifier: 0x0009e613
device boot start end blocks id system
/dev/sdb1 1 1275 10238976+ fd linux raid autodetect
/dev/sdb2 1276 90946 720282307+ fd linux raid autodetect
/dev/sdb3 90947 91201 2046879+ 82 linux swap / solaris
disk /dev/md2: 1475.1 gb, 1475138027520 bytes
2 heads, 4 sectors/track, 360141120 cylinders
units = cylinders of 8 * 512 = 4096 bytes
sector size (logical/physical): 512 bytes / 512 bytes
i/o size (minimum/optimal): 65536 bytes / 131072 bytes
disk identifier: 0x00000000
disk /dev/md2 doesn't contain valid partition table
disk /dev/md1: 10.5 gb, 10484645888 bytes
2 heads, 4 sectors/track, 2559728 cylinders
units = cylinders of 8 * 512 = 4096 bytes
sector size (logical/physical): 512 bytes / 512 bytes
i/o size (minimum/optimal): 512 bytes / 512 bytes
disk identifier: 0x00000000
disk /dev/md1 doesn't contain valid partition table
disk /dev/sdc: 640.1 gb, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders
units = cylinders of 16065 * 512 = 8225280 bytes
sector size (logical/physical): 512 bytes / 512 bytes
i/o size (minimum/optimal): 512 bytes / 512 bytes
disk identifier: 0x7694a755
device boot start end blocks id system
/dev/sdc1 * 1 77825 625129312 c w95 fat32 (lba)
root@ns353440:~# sudo mkdir /media/external
root@ns353440:~# sudo mount -t vfat /dev/sdc1 /media/external -o uid=1000,gid=1000,utf8,dmask=027,fmask=137
mount: wrong fs type, bad option, bad superblock on /dev/sdc1,
missing codepage or helper program, or other error
in cases useful info found in syslog - try
dmesg | tail or
i not see difference either.
did make mount point first?
sudo mkdir /media/external
have run chkdsk on fat partition recently. or why such large fat partition, ntfs better unless have have compatibility other devices xbox. fat has max of 4gb , no journal. large files truncated or destroyed , recovery of issues chkdsk not reliable without journal. fat ok small flash drive journal not add , cannot store huge files anyway.
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] Mounting manually disks
Ubuntu
Comments
Post a Comment