sudo fdisk -l:

Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x35f7bad7

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1       25019   200965086   83  Linux
/dev/sda2   *       25020       30119    40965750    7  HPFS/NTFS
/dev/sda3           30120       30401     2265165   82  Linux swap / Solaris

Disk /dev/sdb: 500.1 GB, 500107862016 bytes  <i>(this is my external hdd)</i>
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x8d399bc0

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1       60427   485379846    b  W95 FAT32
/dev/sdb2           60428       60801     3004155    5  Extended
/dev/sdb5   *       60428       60801     3004123+   b  W95 FAT32

-------------------

cat /etc/fstab

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sda1
UUID=0fcfdd46-270c-4b34-8f39-8aa8fb90e3c8 /               reiserfs 
notail,relatime 0       1
# /dev/sda3
UUID=af36cfb7-a684-4c91-9e2c-f962be6107c0 none            swap    sw            
  0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0

---------------
mount

/dev/sda1 on / type reiserfs (rw,relatime,notail)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
/proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
lrm on /lib/modules/2.6.27-7-generic/volatile type tmpfs (rw,mode=755)
securityfs on /sys/kernel/security type securityfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc 
(rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/rw/.gvfs type fuse.gvfs-fuse-daemon 
(rw,nosuid,nodev,user=rw)
/dev/sdb1 on /media/disk type vfat 
(rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8,umask=077,flush)
/dev/sdb5 on /media/disk-1 type vfat 
(rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8,umask=077,flush)

--------------

sudo blkid

/dev/sda1: UUID="0fcfdd46-270c-4b34-8f39-8aa8fb90e3c8" TYPE="reiserfs" 
/dev/sda2: UUID="78783E6B783E2870" TYPE="ntfs" 
/dev/sda3: TYPE="swap" UUID="af36cfb7-a684-4c91-9e2c-f962be6107c0" 
/dev/sdb1: UUID="474D-A3A2" TYPE="vfat" 
/dev/sdb5: UUID="474D-A36F" TYPE="vfat"

-- 
Ubuntu 8.10 can't mount digital camera
https://bugs.launchpad.net/bugs/285682
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to