 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

15th January 2006, 05:49 PM
|
 |
Registered User
|
|
Join Date: Sep 2005
Posts: 120

|
|
Error: mount: you must specify the filesystem type
Here is what I put in
dmesg
I get
Vendor: SAMSUNG Model: DIGIMAX 420 Rev: 1.00
Type: Direct-Access ANSI SCSI revision: 00
SCSI device sda: 499712 512-byte hdwr sectors (256 MB)
sda: Write Protect is off
sda: Mode Sense: 00 06 00 00
sda: assuming drive cache: write through
SCSI device sda: 499712 512-byte hdwr sectors (256 MB)
sda: Write Protect is off
sda: Mode Sense: 00 06 00 00
sda: assuming drive cache: write through
sda: sda1
So I try
[root@localhost panama]# mount /dev/sda1 /mnt/camera
I get
mount: you must specify the filesystem type
any help would be great
|

17th January 2006, 04:59 PM
|
|
Registered User
|
|
Join Date: Sep 2005
Posts: 67

|
|
|
the command should be like this:
mount -t <filesystem type> /dev/sda1 /mnt/camera
filesystem type is like ext2, ext3, vfat, fat16, reiser, smbfs, ntfs. Whatever the drive was formatted as.
If you go to Applications > System tools > Hardware browser > hard drives, you should be able to get this.
If it was formatted under windows 2000/XP, it's probably ntfs, in which case you will need to download the drivers (linux-ntfs.sf.net).
Under previous versions, it should be vfat, unless a very old one will have fat16, or worse fat12.
Last edited by wesetters; 17th January 2006 at 05:02 PM.
|

24th January 2006, 02:26 PM
|
 |
Registered User
|
|
Join Date: Sep 2005
Location: West Covina, CA
Age: 58
Posts: 234

|
|
|
I tried the above, to mount my second ext2 drive that has a fedora installation on it. This is what I got.
[root@localhost ~]# mount -t ext2 /dev/hdb1 /mnt/fedora1
[root@localhost ~]# cd /mnt/fedora1
[root@localhost fedora1]# dir
config-2.6.11-1.1369_FC4 lost+found
grub System.map-2.6.11-1.1369_FC4
initrd-2.6.11-1.1369_FC4.img vmlinuz-2.6.11-1.1369_FC4
[root@localhost fedora1]# cd grub
[root@localhost grub]# dir
device.map grub.conf~ reiserfs_stage1_5 vstafs_stage1_5
e2fs_stage1_5 iso9660_stage1_5 splash.xpm.gz xfs_stage1_5
fat_stage1_5 jfs_stage1_5 stage1
ffs_stage1_5 menu.lst stage2
grub.conf minix_stage1_5 ufs2_stage1_5
I am not seeing the home/folders and whats under them. How can I do this. Thanks
__________________
-Mike
[Registered as user #402956 with the Linux Counter]
http://counter.li.org
Dimension 2350, 1g Corsair Memory, WD250G hard drive, and a really good fan.
Ubuntu 9.04
|

24th January 2006, 05:20 PM
|
|
Registered User
|
|
Join Date: Jun 2005
Location: Westminster, Colorado
Posts: 2,305

|
|
|
That's because you didn't mount a /home partition, you mounted a /boot partition.
|

24th January 2006, 08:10 PM
|
 |
Registered User
|
|
Join Date: Sep 2005
Location: West Covina, CA
Age: 58
Posts: 234

|
|
|
Thanks for responding. Could you please tell me how to do this. Thanks
__________________
-Mike
[Registered as user #402956 with the Linux Counter]
http://counter.li.org
Dimension 2350, 1g Corsair Memory, WD250G hard drive, and a really good fan.
Ubuntu 9.04
|

24th January 2006, 08:28 PM
|
 |
Retired Community Manager
|
|
Join Date: Jun 2004
Location: lair of a unix daemon
Posts: 1,155

|
|
|
grndplane, hijacking threads is not nice!!
create your own, or learn from the existing ones
Mat
__________________
Man will always find a difficult means to perform a simple task
(Rube Goldberg)
Having fun with Tcl at
Mat's Playground
|

24th January 2006, 08:29 PM
|
 |
Retired Community Manager
|
|
Join Date: Jun 2004
Location: lair of a unix daemon
Posts: 1,155

|
|
|
panamaszr12, most portable devices use fat32 partitions, so try to use
mount -t vfat /dev/sda1 /mnt/camera
Mat
__________________
Man will always find a difficult means to perform a simple task
(Rube Goldberg)
Having fun with Tcl at
Mat's Playground
|

24th January 2006, 08:37 PM
|
 |
Registered User
|
|
Join Date: Sep 2005
Location: West Covina, CA
Age: 58
Posts: 234

|
|
|
Sorry Mat, I just didn't want to start a new thread for this. Its and ext2
Fedora Core 4 installation that I accidentally copied to much data too. It want boot anymore, so I am trying to get at it from another installation which is now hda, and the old installation is on hdb. Again sorry I didn't know it wasn't allowed to post in a similar thread.
__________________
-Mike
[Registered as user #402956 with the Linux Counter]
http://counter.li.org
Dimension 2350, 1g Corsair Memory, WD250G hard drive, and a really good fan.
Ubuntu 9.04
|

24th January 2006, 08:47 PM
|
 |
Retired Community Manager
|
|
Join Date: Jun 2004
Location: lair of a unix daemon
Posts: 1,155

|
|
|
strictly speaking, it's not forbidden, problem is, that the OP is mostly forgotten and thus not getting the help he needs
Mat
__________________
Man will always find a difficult means to perform a simple task
(Rube Goldberg)
Having fun with Tcl at
Mat's Playground
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 12:06 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|